Lines Matching full:jalr
1537 def JALR : JumpLinkReg<"jalr", GPR32Opnd>, JALR_FM;
1538 def JALRPseudo : JumpLinkRegPseudo<GPR32Opnd, JALR, RA>;
1556 // then are expanded to JR, JR64, JALR, or JALR64 depending on the ISA.
1571 // MipsAsmPrinter expands this into JR, JR64, JALR, or JALR64 depending on the
1737 JALR_HB_DESC_BASE<"jalr.hb", GPR32Opnd> {
1842 def : MipsInstAlias<"jalr $rs", (JALR RA, GPR32Opnd:$rs), 0>;
1844 def : MipsInstAlias<"jalr.hb $rs", (JALR_HB RA, GPR32Opnd:$rs), 1>, ISA_MIPS32;
2083 // (JALR GPR32:$dst)>;