Home | History | Annotate | Download | only in mips

Lines Matching refs:bgtz

510       opcode == BGTZ ||
1092 void Assembler::bgtz(Register rs, int16_t offset) {
1094 GenInstrImmediate(BGTZ, rs, zero_reg, offset);