Home | History | Annotate | Download | only in mips

Lines Matching full:bgez

486       (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1291 void Assembler::bgez(Register rs, int16_t offset) {
1293 GenInstrImmediate(REGIMM, rs, BGEZ, offset);