Home | History | Annotate | Download | only in mips

Lines Matching defs:jalr

580       ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
600 GetRdField(instr) == 0 && GetFunctionField(instr) == JALR;
607 GetRdField(instr) != 0 && GetFunctionField(instr) == JALR;
1543 jalr(rs, zero_reg);
1562 void Assembler::jalr(Register rs, Register rd) {
1565 GenInstrRegister(SPECIAL, rs, zero_reg, rd, 0, JALR);