Home | History | Annotate | Download | only in x87

Lines Matching refs:kMinInt

1184     // Note that this is correct even for kMinInt operands.
1246 // Check for kMinInt % -1, idiv would signal a divide error. We
1250 __ cmp(left_reg, kMinInt);
1286 DCHECK(divisor == kMinInt || base::bits::IsPowerOfTwo32(Abs(divisor)));
1295 // Check for (kMinInt / -1).
1297 __ cmp(dividend, kMinInt);
1377 // Check for (kMinInt / -1).
1380 __ cmp(dividend, kMinInt);
1435 __ mov(dividend, Immediate(kMinInt / divisor));
1517 // Check for (kMinInt / -1).
1520 __ cmp(dividend, kMinInt);