Home | History | Annotate | Download | only in config

Lines Matching defs:al

386 /* Return true if ISA supports 64-bit right rotate (dror et al.)
397 /* Return true if ISA supports 32-bit right rotate (ror et al.)
1059 1: j[al] label
1068 j[al] label
7305 int al = pinfo & INSN_WRITE_GPR_31;
7314 RELAX_MICROMIPS_ENCODE (type, AT, uncond, compact, al,
17581 /* j(al)r $at. */
17602 bfd_boolean al = RELAX_MICROMIPS_LINK (fragp->fr_subtype);
17692 short_ds = al && (insn & 0x02000000) != 0;
17726 if (al)
17759 insn = al ? jal : 0xd4000000;
17806 insn = al ? jalr : jr;