Home | History | Annotate | Download | only in config

Lines Matching defs:m_profile

5760   bfd_boolean m_profile = ARM_CPU_HAS_FEATURE (selected_cpu, arm_ext_m);
5762 /* PR gas/12698: If the user has specified -march=all then m_profile will
5766 m_profile = FALSE;
5773 if (m_profile)
5780 if (m_profile)
5792 else if (m_profile)
5929 else if (!m_profile)
11924 /* PR gas/12698: The constraint is only applied for m_profile.
11927 bfd_boolean m_profile = selected_cpu.core != arm_arch_any.core;
11928 constraint ((flags != 0) && m_profile, _("selected processor does "
11964 /* PR gas/12698: The constraint is only applied for m_profile.
11967 bfd_boolean m_profile = selected_cpu.core != arm_arch_any.core;
11971 && bits != PSR_f)) && m_profile,