Home | History | Annotate | Download | only in mips

Lines Matching refs:slti

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