not_sign          680 src/ia32/builtins-ia32.cc     __ j(not_sign, &loop);  // While non-negative (to copy return address).
not_sign          979 src/ia32/builtins-ia32.cc     __ j(not_sign, &loop);
not_sign          500 src/ia32/codegen-ia32.cc   __ j(not_sign, &loop);
not_sign          622 src/ia32/codegen-ia32.cc   __ j(not_sign, &loop);
not_sign          880 src/ia32/lithium-codegen-ia32.cc     __ j(not_sign, &positive_dividend, Label::kNear);
not_sign          915 src/ia32/lithium-codegen-ia32.cc     __ j(not_sign, &both_positive, Label::kNear);
not_sign          957 src/ia32/lithium-codegen-ia32.cc       __ j(not_sign, &positive_left, Label::kNear);
not_sign         3104 src/ia32/lithium-codegen-ia32.cc   __ j(not_sign, &is_positive);
not_sign          750 src/x64/builtins-x64.cc     __ j(not_sign, &loop);  // While non-negative (to copy return address).
not_sign         1056 src/x64/builtins-x64.cc     __ j(not_sign, &loop);
not_sign          360 src/x64/codegen-x64.cc   __ j(not_sign, &loop);
not_sign          449 src/x64/codegen-x64.cc   __ j(not_sign, &loop);
not_sign          789 src/x64/lithium-codegen-x64.cc     __ j(not_sign, &positive_dividend, Label::kNear);
not_sign          824 src/x64/lithium-codegen-x64.cc     __ j(not_sign, &both_positive, Label::kNear);
not_sign          867 src/x64/lithium-codegen-x64.cc       __ j(not_sign, &positive_left, Label::kNear);
not_sign         2985 src/x64/lithium-codegen-x64.cc   __ j(not_sign, &is_positive);
not_sign         1509 src/x64/macro-assembler-x64.cc       j(not_sign, on_not_smi_result, near_jump);
not_sign         1524 src/x64/macro-assembler-x64.cc       j(not_sign, on_not_smi_result, near_jump);
not_sign          304 test/cctest/test-disasm-ia32.cc   __ j(not_sign, &Ljcc);
not_sign          323 test/cctest/test-disasm-ia32.cc   __ j(not_sign, &Ljcc);
not_sign          404 test/cctest/test-disasm-ia32.cc       __ cmov(not_sign, eax, Operand(ecx, 1));
not_sign          285 test/cctest/test-disasm-x64.cc   __ j(not_sign, &Ljcc);
not_sign          304 test/cctest/test-disasm-x64.cc   __ j(not_sign, &Ljcc);
not_sign          386 test/cctest/test-disasm-x64.cc       __ cmovq(not_sign, rax, Operand(rcx, 1));