Home | History | Annotate | Download | only in config

Lines Matching defs:jr

6588                    jr target pc &= 'hffff_ffff_cfff_ffff.  */
6595 || strcmp (ip->insn_mo->name, "jr") == 0
7519 /* Convert MIPS16 jr/jalr into a "compact" jump. */
12026 macro_build (NULL, "jr", "s", RA);
12035 macro_build (NULL, "jr", "s", op[0]);
17027 jr/c at # 2 bytes
17775 unsigned long jr = compact ? 0x45a0 : 0x4580; /* jr/c */
17805 /* jr/jrc/jalr/jalrs $at */
17806 insn = al ? jalr : jr;