Home | History | Annotate | Download | only in config

Lines Matching defs:arch

524   const arm_feature_set arch;
4698 { "arch", s_arm_arch, 0 },
6160 if (!mark_feature_used (&o->arch))
14066 Checks current arch version against that in the looked-up opcode. */
14829 - Make sure that the arch supports Neon instructions.
18236 in ARCH. */
18239 t32_insn_ok (arm_feature_set arch, const struct asm_opcode *opcode)
18246 if (ARM_CPU_HAS_FEATURE (arch, arm_ext_v8m)
18253 if (ARM_CPU_HAS_FEATURE (arch, arm_ext_v6t2))
25951 {"march=", N_("<arch name>\t assemble for architecture <arch name>"),
26097 /* Mapping from CPU features to EABI CPU arch values. As a general rule, table
26146 int arch;
26184 arch = 0;
26189 arch = p->val;
26203 if (arch == TAG_CPU_ARCH_V7
26208 arch = TAG_CPU_ARCH_V7E_M;
26213 if (arch == TAG_CPU_ARCH_V8M_BASE && ARM_CPU_HAS_FEATURE (tmp, arm_arch_any))
26215 arch = TAG_CPU_ARCH_V8M_MAIN;
26222 if (arch == TAG_CPU_ARCH_V8M_MAIN
26225 arch = TAG_CPU_ARCH_V8;
26247 aeabi_set_attribute_int (Tag_CPU_arch, arch);
26278 || arch == 0)
26283 || arch == 0)
26365 gas_assert (arch <= TAG_CPU_ARCH_V8
26366 || (arch >= TAG_CPU_ARCH_V8M_BASE
26367 && arch <= TAG_CPU_ARCH_V8M_MAIN));
26444 /* Parse a .arch directive. */