Home | History | Annotate | Download | only in mips

Lines Matching full:sltiu

2116 void Assembler::sltiu(Register rt, Register rs, int32_t j) {
2117 GenInstrImmediate(SLTIU, rs, rt, j);