Home | History | Annotate | Download | only in mips

Lines Matching refs:BGEZ

390       (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
889 void Assembler::bgez(Register rs, int16_t offset) {
891 GenInstrImmediate(REGIMM, rs, BGEZ, offset);