Home | History | Annotate | Download | only in mips

Lines Matching refs:BLTZ

499       (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1111 void Assembler::bltz(Register rs, int16_t offset) {
1113 GenInstrImmediate(REGIMM, rs, BLTZ, offset);