Home | History | Annotate | Download | only in mips64

Lines Matching defs:jalr

557       ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
579 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR;
1549 jalr(rs, zero_reg);
1561 void Assembler::jalr(Register rs, Register rd) {
1564 GenInstrRegister(SPECIAL, rs, zero_reg, rd, 0, JALR);