Home | History | Annotate | Download | only in mips

Lines Matching defs:jr

580       ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
597 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
1537 void Assembler::jr(Register rs) {
1540 GenInstrRegister(SPECIAL, rs, zero_reg, zero_reg, 0, JR);
3189 jr(at);