Home | History | Annotate | Download | only in mips

Lines Matching full:slti

1568 void Assembler::slti(Register rt, Register rs, int32_t j) {
1569 GenInstrImmediate(SLTI, rs, rt, j);