/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 398 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/ |
D | code-generator-ppc.cc | 478 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/ |
D | lithium-codegen-x64.cc | 1761 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/ |
D | lithium-codegen-ia32.cc | 1640 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/ |
D | lithium-codegen-x87.cc | 1917 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/ |
D | lithium-codegen-ppc.cc | 1911 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/ |
D | lithium-codegen-s390.cc | 1921 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/ |
D | lithium-codegen-arm.cc | 1876 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()
|