Home | History | Annotate | Download | only in mips

Lines Matching full:bltz

484       (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1096 void Assembler::bltz(Register rs, int16_t offset) {
1098 GenInstrImmediate(REGIMM, rs, BLTZ, offset);