Home | History | Annotate | Download | only in mips

Lines Matching refs:slti

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