Home | History | Annotate | Download | only in mips

Lines Matching refs:kMinInt

967     // Note: The code below even works when right contains kMinInt.
1028 // Check for kMinInt % -1, div will return kMinInt, which is not what we
1032 __ Branch(&no_overflow_possible, ne, left_reg, Operand(kMinInt));
1058 DCHECK(divisor == kMinInt || base::bits::IsPowerOfTwo32(Abs(divisor)));
1067 // Check for (kMinInt / -1).
1070 Operand(kMinInt));
1158 // Check for (kMinInt / -1).
1162 __ Branch(&left_not_min_int, ne, dividend, Operand(kMinInt));
1237 __ li(result, Operand(kMinInt / divisor));
1317 // Check for (kMinInt / -1).
1321 __ Branch(&left_not_min_int, ne, dividend, Operand(kMinInt));