Home | History | Annotate | Download | only in mips64

Lines Matching refs:kMinInt

956     // Note: The code below even works when right contains kMinInt.
1017 // Check for kMinInt % -1, div will return kMinInt, which is not what we
1021 __ Branch(&no_overflow_possible, ne, left_reg, Operand(kMinInt));
1048 DCHECK(divisor == kMinInt || base::bits::IsPowerOfTwo32(Abs(divisor)));
1057 // Check for (kMinInt / -1).
1060 Operand(kMinInt));
1147 // Check for (kMinInt / -1).
1151 __ Branch(&left_not_min_int, ne, dividend, Operand(kMinInt));
1232 __ li(result, Operand(kMinInt / divisor), CONSTANT_SIZE);
1312 // Check for (kMinInt / -1).
1316 __ Branch(&left_not_min_int, ne, dividend, Operand(kMinInt));