Home | History | Annotate | Download | only in config

Lines Matching defs:compact

126   /* Turn an instruction with a delay slot into a "compact" version.  */
1234 compact, whether there is no delay-slot instruction available to fill
1241 uncond, compact, link, nods, \
1249 | ((compact) ? 0x10000 : 0) \
4905 /* Return true if IP is a compact branch or jump. */
8168 int compact = compact_branch_p (ip) || method == APPEND_ADD_COMPACT;
8184 uncond, compact, al, nods,
8412 /* Convert MIPS16 jr/jalr into a "compact" jump. */
18543 bool compact = false;
18548 compact = RELAX_MICROMIPS_COMPACT (fragp->fr_subtype);
18563 # compact && (!PIC || insn32)
18566 if ((!pic || insn32) && (!compact_known || compact))
18582 /* Add an extra nop if the jump has no compact form and we need
18592 nop # 2/4 bytes if !compact
18595 length += (compact_known && compact) ? 4 : 4 + short_insn_size;
19190 bool compact = RELAX_MICROMIPS_COMPACT (fragp->fr_subtype);
19362 if (!compact)
19388 if (compact || nods)
19433 if (compact || nods)
19441 unsigned long jr = compact || nods ? 0x45a0 : 0x4580; /* jr/c */