Lines Matching full:int_min
2686 // (INT_MIN/-1), return INT_MIN which is what the hardware does.2687 if (rs == INT_MIN && rt == -1) {2688 set_register(LO, INT_MIN);2698 if (rs == INT_MIN && rt == -1) {2699 set_register(rd_reg, INT_MIN);2705 if (rs == INT_MIN && rt == -1) {