Home | History | Annotate | Download | only in mips

Lines Matching defs:bgez

515       (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
1077 void Assembler::bgez(Register rs, int16_t offset) {
1079 GenInstrImmediate(REGIMM, rs, BGEZ, offset);