Home | History | Annotate | Download | only in ia32

Lines Matching defs:negative

816     // Check for (0 % -x) that will produce negative zero.
855 // Check for (0 / -x) that will produce negative zero.
946 // Bail out if the result is supposed to be negative zero.
955 // Test the non-zero operand for negative sign.
2162 // Negative property indices are in-object properties, indexed
2166 // Non-negative property indices are in the properties array.
2369 DeoptimizeIf(negative, instr->environment());
2481 // length is a small non-negative integer, due to the test above.
2597 Label negative;
2604 __ j(not_zero, &negative);
2607 __ bind(&negative);
2643 DeoptimizeIf(negative, instr->environment());
2727 // on negative inputs.
2823 NearLabel positive, done, zero, negative;
3041 __ setcc(negative, temp); // 1 if negative, 0 if positive.
3042 __ dec_b(temp); // 0 if negative, 255 if positive.