/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 791 Label check_nan_left, check_zero, return_left, return_right; in AssembleArchInstruction() local 806 __ j(equal, &check_zero, Label::kNear); // left == right. in AssembleArchInstruction() 810 __ bind(&check_zero); in AssembleArchInstruction() 828 Label check_nan_left, check_zero, return_left, return_right; in AssembleArchInstruction() local 842 __ j(equal, &check_zero, Label::kNear); // left == right. in AssembleArchInstruction() 846 __ bind(&check_zero); in AssembleArchInstruction() 992 Label check_zero, return_left, return_right; in AssembleArchInstruction() local 1005 __ j(equal, &check_zero, Label::kNear); // left == right. in AssembleArchInstruction() 1009 __ bind(&check_zero); in AssembleArchInstruction() 1024 Label check_zero, return_left, return_right; in AssembleArchInstruction() local [all …]
|
/external/v8/src/compiler/ |
D | change-lowering.cc | 188 Node* check_zero = graph()->NewNode(machine()->Word32Equal(), value32, in ChangeFloat64ToTagged() local 191 check_zero, if_smi); in ChangeFloat64ToTagged()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1817 Label check_nan_left, check_zero, return_left, return_right; in DoMathMinMax() local 1823 __ j(equal, &check_zero, Label::kNear); // left == right. in DoMathMinMax() 1827 __ bind(&check_zero); in DoMathMinMax()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 1797 Label check_nan_left, check_zero, return_left, return_right, done; in DoMathMinMax() local 1798 __ BranchF(&check_zero, &check_nan_left, eq, left_reg, right_reg); in DoMathMinMax() 1802 __ bind(&check_zero); in DoMathMinMax()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2094 Label check_nan_left, check_zero, return_left, return_right; in DoMathMinMax() local 2104 __ j(equal, &check_zero, Label::kNear); // left == right. in DoMathMinMax() 2108 __ bind(&check_zero); in DoMathMinMax()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 1915 Label check_nan_left, check_zero, return_left, return_right, done; in DoMathMinMax() local 1916 __ BranchF(&check_zero, &check_nan_left, eq, left_reg, right_reg); in DoMathMinMax() 1920 __ bind(&check_zero); in DoMathMinMax()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1965 Label check_nan_left, check_zero, return_left, return_right, done; in DoShiftI() local 1968 __ beq(&check_zero); in DoShiftI() 1972 __ bind(&check_zero); in DoShiftI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 1929 Label result_is_nan, return_left, return_right, check_zero, done; in DoMathMinMax() local
|