Home | History | Annotate | Download | only in config

Lines Matching defs:jalr

324 /* True if we want to create R_MIPS_JALR for jalr $25.  */
6702 || strcmp (ip->insn_mo->name, "jalr") == 0)
7614 /* Convert MIPS16 jr/jalr into a "compact" jump. */
7884 && strncmp (insn->insn_mo->name, "jalr", 4) == 0)
8794 * Generate a "jalr" instruction with a relocation hint to the called
8803 const char *jalr;
8813 jalr = ((mips_opts.noreorder && !cprestore) || mips_opts.insn32
8814 ? "jalr" : "jalrs");
8818 macro_build (NULL, jalr, "t,s", RA, PIC_CALL_REG);
8820 macro_build (NULL, jalr, "mj", PIC_CALL_REG);
8823 macro_build (NULL, "jalr", "d,s", RA, PIC_CALL_REG);
11141 s = jals ? "jalrs" : "jalr";
11161 ? "jalrs" : "jalr");
11218 jalr $ra,$25
11227 jalr $ra,$25
11234 jalr $ra,$25
17238 /* There is no place to store an in-place offset for JALR relocations.
17797 unsigned long jalr = short_ds ? 0x45e0 : 0x45c0; /* jalr/s */
17828 /* jr/jrc/jalr/jalrs $at */
17829 insn = al ? jalr : jr;