Home | History | Annotate | Download | only in mips

Lines Matching defs:bgez

508       (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1181 void Assembler::bgez(Register rs, int16_t offset) {
1183 GenInstrImmediate(REGIMM, rs, BGEZ, offset);