Home | History | Annotate | Download | only in mips

Lines Matching refs:jr

540       ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
556 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
1139 void Assembler::jr(Register rs) {
1144 JR);
1177 jr(t9);
2103 jr(at);
2176 // li(t9, address); jalr(t9) (or jr(t9)).
2181 // instruction, as well as possibly revert to jalr/jr if we now cross a
2187 // register used for the jalr/jr. Finally, we have to skip 'jr ra', which is
2219 // Try to convert JR to J, skip returns (jr ra).
2242 // Trying patch J, but out of range, just go back to JR.
2243 // JR 'rs' reg is the 'rt' reg specified in the ORI instruction (instr2).
2245 *(p+2) = SPECIAL | rs_field | JR;
2277 *(p+2) = SPECIAL | rs_field | JR;