Lines Matching refs:features
178 int bfd_m68k_features_to_mach (unsigned features) in bfd_m68k_features_to_mach() argument
190 if (m68k_arch_features[ix] == features) in bfd_m68k_features_to_mach()
192 this_extra = bit_count (m68k_arch_features[ix] & ~features); in bfd_m68k_features_to_mach()
199 this_missing = bit_count (features & ~m68k_arch_features[ix]); in bfd_m68k_features_to_mach()
230 unsigned features = (bfd_m68k_mach_to_features (a->mach) in bfd_m68k_compatible() local
234 if ((~features & (cpu32 | mcfisa_a)) == 0) in bfd_m68k_compatible()
238 if ((~features & (fido_a | mcfisa_a)) == 0) in bfd_m68k_compatible()
242 if ((~features & (mcfisa_aa | mcfisa_b)) == 0) in bfd_m68k_compatible()
246 if ((~features & (mcfisa_b | mcfisa_c)) == 0) in bfd_m68k_compatible()
250 if ((~features & (mcfmac | mcfemac)) == 0) in bfd_m68k_compatible()
269 return bfd_lookup_arch (a->arch, bfd_m68k_features_to_mach (features)); in bfd_m68k_compatible()