Home | History | Annotate | Download | only in x87

Lines Matching refs:negative

1442   // Check for negative zero.
1516 // Check for (0 / -x) that will produce negative zero.
1557 // Check for (0 / -x) that will produce negative zero.
1594 // Check for (0 / -x) that will produce negative zero.
1640 // If the divisor is negative, we have to negate and handle edge cases.
1680 // Check for (0 / -x) that will produce negative zero.
1734 // Check for (0 / -x) that will produce negative zero.
1832 // Bail out if the result is supposed to be negative zero.
1844 // Test the non-zero operand for negative sign.
1919 DeoptimizeIf(sign, instr, "negative value");
1936 DeoptimizeIf(sign, instr, "negative value");
1951 DeoptimizeIf(sign, instr, "negative value");
3385 DeoptimizeIf(negative, instr, "negative value");
3627 // length is a small non-negative integer, due to the test above.
3859 DeoptimizeIf(negative, instr, "overflow");
3915 // Check for negative zero.
5594 // Test for negative values --> clamp to zero
5596 __ j(negative, &zero_result, Label::kNear);
5604 __ j(negative, &zero_result, Label::kNear);