Home | History | Annotate | Download | only in mips64

Lines Matching defs:bgez

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