Home | History | Annotate | Download | only in mips

Lines Matching full:int_min

2553                 if (rs == INT_MIN && rt == -1) {
2554 set_register(rd_reg, INT_MIN);
2560 if (rs == INT_MIN && rt == -1) {
2574 // (INT_MIN/-1), return INT_MIN which is what the hardware does.
2575 if (rs == INT_MIN && rt == -1) {
2576 set_register(LO, INT_MIN);