Home | History | Annotate | Download | only in mips64

Lines Matching full:bgez

467       (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1277 void Assembler::bgez(Register rs, int16_t offset) {
1279 GenInstrImmediate(REGIMM, rs, BGEZ, offset);