Home
last modified time | relevance | path

Searched refs:parity_even (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1341 __ 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/
Dcode-generator-ia32.cc1404 __ 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/
Dcode-generator-x87.cc1307 __ 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/
Dconstants-mips.h663 parity_even = 10, enumerator
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc1951 __ 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, &not_plus_0, Label::kNear); // NaN. in DoPower()
4740 DeoptimizeIf(parity_even, instr, DeoptimizeReason::kNaN); in DoDeferredTaggedToI()
/external/v8/src/mips64/
Dconstants-mips64.h696 parity_even = 10, enumerator
/external/v8/src/x87/
Dassembler-x87.h208 parity_even = 10, enumerator
Dmacro-assembler-x87.cc282 j(parity_even, is_nan, dst); in X87TOSToI()
Dcode-stubs-x87.cc886 __ j(parity_even, &unordered, Label::kNear); in GenerateGeneric()
/external/v8/src/x64/
Dcode-stubs-x64.cc887 __ setcc(parity_even, rax); in GenerateGeneric()
964 __ j(parity_even, &unordered, Label::kNear); in GenerateGeneric()
1954 __ j(parity_even, &unordered, Label::kNear); in GenerateNumbers()
Dassembler-x64.h271 parity_even = 10, enumerator
Dmacro-assembler-x64.cc3790 j(parity_even, is_nan, dst); // NaN. in DoubleToI()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1670 __ 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/
Dmacro-assembler-ia32.cc295 j(parity_even, is_nan, dst); in DoubleToI()
361 j(parity_even, &slow_case, Label::kNear); // NaN. in TruncateHeapNumberToI()
Dcode-stubs-ia32.cc1064 __ j(parity_even, &unordered, Label::kNear); in GenerateGeneric()
1982 __ j(parity_even, &unordered, Label::kNear); in GenerateNumbers()
Dassembler-ia32.h207 parity_even = 10, enumerator
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc1813 __ 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/
Dbuiltins-x64.cc1764 __ j(parity_even, &compare_nan, Label::kNear); in Generate_MathMaxMin()
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc1781 __ j(parity_even, &compare_nan, Label::kNear); in Generate_MathMaxMin()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc1803 __ j(parity_even, &compare_nan, Label::kNear); in Generate_MathMaxMin()