Home | History | Annotate | Download | only in x64

Lines Matching refs:negative

1062   // Check for negative zero.
1144 // If the divisor is negative, we have to negate and handle edge cases.
1184 // Check for (0 / -x) that will produce negative zero.
1238 // Check for (0 / -x) that will produce negative zero.
1279 // Check for (0 / -x) that will produce negative zero.
1320 // Check for (0 / -x) that will produce negative zero.
1357 // Check for (0 / -x) that will produce negative zero.
1465 // Bail out if the result is supposed to be negative zero.
1493 // Test the non-zero operand for negative sign.
1612 DeoptimizeIf(negative, instr, "negative value");
1641 DeoptimizeIf(negative, instr, "negative value");
3093 // Sign extend key because it could be a 32 bit negative value
3143 DeoptimizeIf(negative, instr, "negative value");
3170 // Sign extend key because it could be a 32 bit negative value
3205 // Sign extend key because it could be a 32 bit negative value
3428 // length is a small non-negative integer, due to the test above.
3661 DeoptimizeIf(negative, instr, "overflow");
3672 DeoptimizeIf(negative, instr, "overflow");
3742 // Check for negative zero.
3760 // Non-zero negative reaches here.
3826 DeoptimizeIf(negative, instr, "minus zero");
4292 // Sign extend key because it could be a 32 bit negative value
4359 // Sign extend key because it could be a 32 bit negative value
4396 // Sign extend key because it could be a 32 bit negative value