Home | History | Annotate | Download | only in mips

Lines Matching full:bltz

468       (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1314 void Assembler::bltz(Register rs, int16_t offset) {
1316 GenInstrImmediate(REGIMM, rs, BLTZ, offset);