Home | History | Annotate | Download | only in config

Lines Matching defs:jal

1038 	bltzal <-> bgezal  (with jal label instead of j label)
1081 bltzall -> bgezal (with jal label instead of j label)
1115 the relocation is in a jump or jal delay slot. That tells us the
1923 JAL as well as true offsets. They are also used for address
3322 The only macros that may expand to 16-bit instructions are JAL that
11117 /* The jal instructions must be handled as macros because when
11132 goto jal;
11138 jal:
11211 macro_build (&offset_expr, jals ? "jals" : "jal", "a");
15231 insn = 0x0c000000; /* jal */
17551 /* j or jal. */
17779 unsigned long jal = short_ds ? 0x74000000 : 0xf4000000; /* jal/s */
17781 /* j/jal/jals <sym> R_MICROMIPS_26_S1 */
17782 insn = al ? jal : 0xd4000000;