Home
last modified time | relevance | path

Searched refs:return_left (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc398 Label check_nan_left, check_zero, return_left, return_right, done; \
402 __ bge(&return_left, Label::kNear); \
409 __ bne(&return_left, Label::kNear); \
420 __ bunordered(&return_left, Label::kNear); \
428 __ bind(&return_left); \
440 Label check_nan_left, check_zero, return_left, return_right, done; \
444 __ ble(&return_left, Label::kNear); \
451 __ bne(&return_left, Label::kNear); \
468 __ bunordered(&return_left, Label::kNear); \
476 __ bind(&return_left); \
[all …]
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc478 Label check_nan_left, check_zero, return_left, return_right, done; \
482 __ bge(&return_left); \
488 __ bne(&return_left); \
496 __ bunordered(&return_left); \
503 __ bind(&return_left); \
516 Label check_nan_left, check_zero, return_left, return_right, done; \
520 __ ble(&return_left); \
526 __ bne(&return_left); \
542 __ bunordered(&return_left); \
550 __ bind(&return_left); \
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc1761 Label return_left; in DoMathMinMax() local
1774 __ j(condition, &return_left, Label::kNear); in DoMathMinMax()
1783 __ j(condition, &return_left, Label::kNear); in DoMathMinMax()
1792 __ j(condition, &return_left, Label::kNear); in DoMathMinMax()
1795 __ bind(&return_left); in DoMathMinMax()
1798 Label not_nan, distinct, return_left, return_right; in DoMathMinMax() local
1807 __ j(parity_even, &return_left, Label::kNear); // left is NaN. in DoMathMinMax()
1817 __ j(not_equal, &return_left, Label::kNear); // left == right != 0. in DoMathMinMax()
1825 __ jmp(&return_left, Label::kNear); in DoMathMinMax()
1828 __ j(condition, &return_left, Label::kNear); in DoMathMinMax()
[all …]
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1640 Label return_left; in DoMathMinMax() local
1649 __ j(condition, &return_left, Label::kNear); in DoMathMinMax()
1655 __ j(condition, &return_left, Label::kNear); in DoMathMinMax()
1658 __ bind(&return_left); in DoMathMinMax()
1661 Label check_nan_left, check_zero, return_left, return_right; in DoMathMinMax() local
1668 __ j(condition, &return_left, Label::kNear); in DoMathMinMax()
1675 __ j(not_equal, &return_left, Label::kNear); // left == right != 0. in DoMathMinMax()
1683 __ jmp(&return_left, Label::kNear); in DoMathMinMax()
1687 __ j(parity_even, &return_left, Label::kNear); // left == NaN. in DoMathMinMax()
1691 __ bind(&return_left); in DoMathMinMax()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc1917 Label return_left; in DoMathMinMax() local
1926 __ j(condition, &return_left, Label::kNear); in DoMathMinMax()
1932 __ j(condition, &return_left, Label::kNear); in DoMathMinMax()
1935 __ bind(&return_left); in DoMathMinMax()
1938 Label check_nan_left, check_zero, return_left, return_right; in DoMathMinMax() local
1949 __ j(condition, &return_left, Label::kNear); in DoMathMinMax()
1956 __ j(not_equal, &return_left, Label::kNear); // left == right != 0. in DoMathMinMax()
1976 __ jmp(&return_left, Label::kNear); in DoMathMinMax()
1982 __ j(parity_even, &return_left, Label::kNear); // left == NaN. in DoMathMinMax()
1987 __ bind(&return_left); in DoMathMinMax()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc1911 Label return_left, done; in DoShiftI() local
1924 __ b(cond, &return_left); in DoShiftI()
1927 __ bind(&return_left); in DoShiftI()
1936 Label check_nan_left, check_zero, return_left, return_right, done; in DoShiftI() local
1940 __ b(cond, &return_left); in DoShiftI()
1945 __ bne(&return_left); // left == right != 0. in DoShiftI()
1966 __ bunordered(&return_left); // left == NaN. in DoShiftI()
1974 __ bind(&return_left); in DoShiftI()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc1921 Label return_left, done; in DoShiftI() local
1931 __ b(cond, &return_left, Label::kNear); in DoShiftI()
1934 __ bind(&return_left); in DoShiftI()
1942 Label check_nan_left, check_zero, return_left, return_right, done; in DoShiftI() local
1946 __ b(cond, &return_left, Label::kNear); in DoShiftI()
1952 __ bne(&return_left, Label::kNear); // left == right != 0. in DoShiftI()
1975 __ bunordered(&return_left, Label::kNear); // left == NaN. in DoShiftI()
1983 __ bind(&return_left); in DoShiftI()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc1876 Label result_is_nan, return_left, return_right, check_zero, done; in DoMathMinMax() local
1879 __ b(mi, &return_left); in DoMathMinMax()
1883 __ b(gt, &return_left); in DoMathMinMax()
1891 __ b(ne, &return_left); // left == right != 0. in DoMathMinMax()
1922 __ bind(&return_left); in DoMathMinMax()