/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 282 __ j(not_sign, &Ljcc); in TEST() 301 __ j(not_sign, &Ljcc); in TEST() 408 __ cmovq(not_sign, rax, Operand(rcx, 1)); in TEST()
|
D | test-disasm-ia32.cc | 312 __ j(not_sign, &Ljcc); in TEST() 331 __ j(not_sign, &Ljcc); in TEST() 443 __ cmov(not_sign, eax, Operand(ecx, 1)); in TEST()
|
D | test-disasm-x87.cc | 312 __ j(not_sign, &Ljcc); in TEST() 331 __ j(not_sign, &Ljcc); in TEST()
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 321 __ j(not_sign, &loop); in GenerateSmiToDouble() 431 __ j(not_sign, &loop); in GenerateDoubleToObject()
|
D | assembler-x87.h | 228 not_sign = positive enumerator
|
D | builtins-x87.cc | 852 __ j(not_sign, &loop); // While non-negative (to copy return address). in Generate_FunctionCall()
|
D | lithium-codegen-x87.cc | 1410 __ j(not_sign, ÷nd_is_not_negative, Label::kNear); in DoModByPowerOf2I() 1497 __ j(not_sign, &positive_left, Label::kNear); in DoModI() 3857 __ j(not_sign, &is_positive, Label::kNear); in EmitIntegerMathAbs()
|
D | macro-assembler-x87.cc | 286 j(not_sign, &done, Label::kNear); in LoadUint32NoSSE2()
|
/external/v8/src/x64/ |
D | codegen-x64.cc | 349 __ j(not_sign, &loop); in GenerateSmiToDouble() 447 __ j(not_sign, &loop); in GenerateDoubleToObject()
|
D | assembler-x64.h | 315 not_sign = positive, enumerator
|
D | lithium-codegen-x64.cc | 1030 __ j(not_sign, ÷nd_is_not_negative, Label::kNear); in DoModByPowerOf2I() 1118 __ j(not_sign, &positive_left, Label::kNear); in DoModI() 3659 __ j(not_sign, &is_positive, Label::kNear); in EmitIntegerMathAbs() 3670 __ j(not_sign, &is_positive, Label::kNear); in EmitSmiMathAbs()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 609 not_sign = positive, enumerator
|
/external/v8/src/mips/ |
D | constants-mips.h | 595 not_sign = positive, enumerator
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 656 __ j(not_sign, &loop); in GenerateSmiToDouble() 779 __ j(not_sign, &loop); in GenerateDoubleToObject()
|
D | assembler-ia32.h | 236 not_sign = positive enumerator
|
D | builtins-ia32.cc | 852 __ j(not_sign, &loop); // While non-negative (to copy return address). in Generate_FunctionCall()
|
D | lithium-codegen-ia32.cc | 1118 __ j(not_sign, ÷nd_is_not_negative, Label::kNear); in DoModByPowerOf2I() 1205 __ j(not_sign, &positive_left, Label::kNear); in DoModI() 3570 __ j(not_sign, &is_positive, Label::kNear); in EmitIntegerMathAbs()
|
D | macro-assembler-ia32.cc | 355 j(not_sign, &done, Label::kNear); in LoadUint32()
|