Home | History | Annotate | Download | only in src

Lines Matching defs:jalr

654 void AssemblerMIPS32::jalr(const Operand *OpRs, const Operand *OpRd) {
656 const IValueT Rs = encodeGPRegister(OpRs, "Rs", "jalr");
658 (OpRd == nullptr) ? 31 : encodeGPRegister(OpRd, "Rd", "jalr");