Home | History | Annotate | Download | only in mips

Lines Matching defs:bltz

390       (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
918 void Assembler::bltz(Register rs, int16_t offset) {
920 GenInstrImmediate(REGIMM, rs, BLTZ, offset);