• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/binutils/gas/config/

Lines Matching refs:architecture

56 /* Default architecture.  */
69 /* Current architecture. We don't bump up unless necessary. */
72 /* The maximum architecture level we can bump up to.
94 /* If warn_on_bump and the needed architecture is higher than this
95 architecture, issue a warning. */
237 A value of zero means can't be used to specify default architecture. */
278 architecture name. */
287 as_fatal (_("Invalid default architecture, broken assembler."));
353 * Warn on architecture bumps. See also -A.
372 * Select the architecture and possibly the file format.
374 * architecture cause fatal errors.
376 * The default is to start at v6, and bump the architecture up
384 * If an architecture is specified, all instructions must match
385 * that architecture. Any higher level instructions are flagged
390 * If both an architecture and -bump are specified, the
391 * architecture starts at the specified level, but bumps are
491 as_bad (_("invalid architecture -xarch=%s"), arg);
493 as_bad (_("invalid architecture -A%s"), arg);
668 specify variant of SPARC architecture\n\
879 /* If -bump, record the architecture level at which we start issuing
881 architecture was explicitly specified. If it wasn't, we issue warnings
883 we need to bump beyond the requested architecture or when we bump between
889 /* `max_architecture' records the requested architecture.
893 /* Find the highest architecture level that doesn't conflict with
942 /* Sign-extend the value from the architecture word size, so that
1663 && (insn->architecture
2747 /* We have a match. Now see if the architecture is OK. */
2748 int needed_arch_mask = insn->architecture;
2763 /* Can we bump up the architecture? */
2775 as_warn (_("architecture bumped from \"%s\" to \"%s\" on \"%s\""),
2812 as_tsktsk (_(" (Requires %s; requested architecture is %s.)"),