Home | History | Annotate | Download | only in config

Lines Matching defs:jr

5658       || strcmp (ip->insn_mo->name, "jr") == 0
6915 jr target pc &= 'hffff_ffff_cfff_ffff. */
6922 || strcmp (ip->insn_mo->name, "jr") == 0
8100 /* Convert MIPS16 jr/jalr into a "compact" jump. */
11691 macro_build (NULL, "jr", "s", op[2]);
12804 macro_build (NULL, "jr", "s", RA);
12813 macro_build (NULL, "jr", "s", op[0]);
18266 jr/c at # 2/4 bytes
19115 /* jr/jalr $at */
19127 /* jr/jrc/jalr/jalrs $at */
19129 unsigned long jr = compact || nods ? 0x45a0 : 0x4580; /* jr/c */
19131 insn = al ? jalr : jr;