/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1341 __ j(parity_even, &mod_loop); in AssembleArchInstruction() 1360 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1385 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1415 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1440 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1523 __ j(parity_even, &fail); in AssembleArchInstruction() 1552 __ j(parity_even, &fail); in AssembleArchInstruction() 2294 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 2296 __ j(parity_even, tlabel); in AssembleArchBranch() 2368 __ j(parity_even, &end); in AssembleArchTrap() [all …]
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1404 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1430 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1455 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1485 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1523 __ j(parity_even, &mod_loop); in AssembleArchInstruction() 2023 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 2025 __ j(parity_even, tlabel); in AssembleArchBranch() 2098 __ j(parity_even, &end); in AssembleArchTrap() 2100 __ j(parity_even, tlabel); in AssembleArchTrap()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1307 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1343 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1379 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 1415 __ j(parity_even, ool->entry()); in AssembleArchInstruction() 2091 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 2093 __ j(parity_even, tlabel); in AssembleArchBranch() 2192 __ j(parity_even, &end); in AssembleArchTrap() 2194 __ j(parity_even, tlabel); in AssembleArchTrap()
|
/external/v8/src/mips/ |
D | constants-mips.h | 663 parity_even = 10, enumerator
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 1951 __ j(parity_even, &check_nan_left, Label::kNear); // At least one NaN. in DoMathMinMax() 1986 __ j(parity_even, &return_left, Label::kNear); // left == NaN. in DoMathMinMax() 2296 __ j(parity_even, instr->FalseLabel(chunk_)); in DoCompareNumericAndBranch() 2344 __ j(parity_even, &ok, Label::kNear); in DoCmpHoleAndBranch() 3366 DeoptimizeIf(parity_even, instr, DeoptimizeReason::kNaN); in DoMathFloor() 3570 __ j(parity_even, ¬_plus_0, Label::kNear); // NaN. in DoPower() 4740 DeoptimizeIf(parity_even, instr, DeoptimizeReason::kNaN); in DoDeferredTaggedToI()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 696 parity_even = 10, enumerator
|
/external/v8/src/x87/ |
D | assembler-x87.h | 208 parity_even = 10, enumerator
|
D | macro-assembler-x87.cc | 282 j(parity_even, is_nan, dst); in X87TOSToI()
|
D | code-stubs-x87.cc | 886 __ j(parity_even, &unordered, Label::kNear); in GenerateGeneric()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 887 __ setcc(parity_even, rax); in GenerateGeneric() 964 __ j(parity_even, &unordered, Label::kNear); in GenerateGeneric() 1954 __ j(parity_even, &unordered, Label::kNear); in GenerateNumbers()
|
D | assembler-x64.h | 271 parity_even = 10, enumerator
|
D | macro-assembler-x64.cc | 3790 j(parity_even, is_nan, dst); // NaN. in DoubleToI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1670 __ j(parity_even, &check_nan_left, Label::kNear); // At least one NaN. in DoMathMinMax() 1691 __ j(parity_even, &return_left, Label::kNear); // left == NaN. in DoMathMinMax() 2020 __ j(parity_even, instr->FalseLabel(chunk_)); in DoCompareNumericAndBranch() 3107 DeoptimizeIf(parity_even, instr, DeoptimizeReason::kNaN); in DoMathFloorI() 4335 DeoptimizeIf(parity_even, instr, DeoptimizeReason::kNaN); in DoDeferredTaggedToI()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 295 j(parity_even, is_nan, dst); in DoubleToI() 361 j(parity_even, &slow_case, Label::kNear); // NaN. in TruncateHeapNumberToI()
|
D | code-stubs-ia32.cc | 1064 __ j(parity_even, &unordered, Label::kNear); in GenerateGeneric() 1982 __ j(parity_even, &unordered, Label::kNear); in GenerateNumbers()
|
D | assembler-ia32.h | 207 parity_even = 10, enumerator
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 1813 __ j(parity_even, &return_left, Label::kNear); // left is NaN. in DoMathMinMax() 2159 __ j(parity_even, instr->FalseLabel(chunk_)); in DoCompareNumericAndBranch() 3306 DeoptimizeIf(parity_even, instr, DeoptimizeReason::kNaN); in DoMathFloorI() 4618 DeoptimizeIf(parity_even, instr, DeoptimizeReason::kNaN); in DoDeferredTaggedToI()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 1764 __ j(parity_even, &compare_nan, Label::kNear); in Generate_MathMaxMin()
|
/external/v8/src/builtins/x87/ |
D | builtins-x87.cc | 1781 __ j(parity_even, &compare_nan, Label::kNear); in Generate_MathMaxMin()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 1803 __ j(parity_even, &compare_nan, Label::kNear); in Generate_MathMaxMin()
|