Home | History | Annotate | Download | only in mips

Lines Matching full:bgez

484       (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1067 void Assembler::bgez(Register rs, int16_t offset) {
1069 GenInstrImmediate(REGIMM, rs, BGEZ, offset);