/toolchain/binutils/binutils-2.25/bfd/ |
D | cpu-m68k.c | 177 int bfd_m68k_features_to_mach (unsigned features) in bfd_m68k_features_to_mach() argument 189 if (m68k_arch_features[ix] == features) in bfd_m68k_features_to_mach() 191 this_extra = bit_count (m68k_arch_features[ix] & ~features); in bfd_m68k_features_to_mach() 198 this_missing = bit_count (features & ~m68k_arch_features[ix]); in bfd_m68k_features_to_mach() 229 unsigned features = (bfd_m68k_mach_to_features (a->mach) in bfd_m68k_compatible() local 233 if ((~features & (cpu32 | mcfisa_a)) == 0) in bfd_m68k_compatible() 237 if ((~features & (fido_a | mcfisa_a)) == 0) in bfd_m68k_compatible() 241 if ((~features & (mcfisa_aa | mcfisa_b)) == 0) in bfd_m68k_compatible() 245 if ((~features & (mcfisa_b | mcfisa_c)) == 0) in bfd_m68k_compatible() 249 if ((~features & (mcfmac | mcfemac)) == 0) in bfd_m68k_compatible() [all …]
|
D | elf32-m68k.c | 993 unsigned features = 0; in elf32_m68k_object_p() local 997 features |= m68000; in elf32_m68k_object_p() 999 features |= cpu32; in elf32_m68k_object_p() 1001 features |= fido_a; in elf32_m68k_object_p() 1007 features |= mcfisa_a; in elf32_m68k_object_p() 1010 features |= mcfisa_a|mcfhwdiv; in elf32_m68k_object_p() 1013 features |= mcfisa_a|mcfisa_aa|mcfhwdiv|mcfusp; in elf32_m68k_object_p() 1016 features |= mcfisa_a|mcfisa_b|mcfhwdiv; in elf32_m68k_object_p() 1019 features |= mcfisa_a|mcfisa_b|mcfhwdiv|mcfusp; in elf32_m68k_object_p() 1022 features |= mcfisa_a|mcfisa_c|mcfhwdiv|mcfusp; in elf32_m68k_object_p() [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | README | 14 documentation for features which gold supports. gold supports most of 15 the features of the GNU linker for ELF targets. Notable 16 omissions--features of the GNU linker not currently supported in 59 The linker script parser uses features which are only in newer
|
D | configure.ac | 397 #include <features.h> 445 #include <features.h> 475 #include <features.h>
|
D | config.in | 278 /* Define to 2 if the system does not provide POSIX.1 features except with
|
/toolchain/binutils/binutils-2.25/config/ |
D | glibc21.m4 | 18 #include <features.h>
|
D | extensions.m4 | 35 [Define to 2 if the system does not provide POSIX.1 features
|
D | mmap.m4 | 6 dnl but don't support all of the features we need from it.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | arm-dis.c | 58 arm_feature_set features; member 1933 unsigned long allowed_arches = private_data->features.coproc; in print_insn_coprocessor() 1959 allowed_arches = private_data->features.core; in print_insn_coprocessor() 3157 if ((insn->arch & private_data->features.core) == 0) in print_insn_arm() 3374 if ((private_data->features.core & ARM_EXT_V6) == 0) in print_insn_arm() 4792 arm_feature_set * features) in select_arm_features() argument 4796 features->core = (ARCH); \ in select_arm_features() 4797 features->coproc = (CEXT) | FPU_FPA; \ in select_arm_features() 4878 select_arm_features (info->mach, & private.features); in print_insn()
|
D | config.in | 117 /* Define to 2 if the system does not provide POSIX.1 features except with
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | bundle.d | 9 # This is testing the basic bundling features, with 16-byte bundles.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-metag.texi | 32 number of versions, with each new version adding new features such as
|
D | c-microblaze.texi | 16 the same core instruction set. This chapter covers features of the @sc{gnu}
|
D | c-alpha.texi | 34 features specific to these formats are not yet documented. 436 Enables or disables various assembler features. Using the positive 457 does not do instruction scheduling, so these features are ignored.
|
D | c-m68k.texi | 56 architecture. Also, the generic features of the architecture are used 74 Enable or disable various architecture specific features. If a chip 448 Select the target architecture and extension features. Valid values
|
D | c-rx.texi | 158 both the small data limit and position independent data features are
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | README | 7 This file documents the changes and new features available with this 52 All features supported. 55 All features supported. 364 uses a new file format that provides these features. For backward 366 format, but not all features are supported with it. For example,
|
D | gconfig.in | 111 /* Define to 2 if the system does not provide POSIX.1 features except with
|
/toolchain/binutils/binutils-2.25/ld/ |
D | README | 7 There are many features of the linker:
|
D | config.in | 226 /* Define to 2 if the system does not provide POSIX.1 features except with
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | tic6xdsbt.em | 23 # features.
|
D | m68kelf.em | 26 # only the features we want depending on the configuration.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | config.in | 272 /* Define to 2 if the system does not provide POSIX.1 features except with
|
/toolchain/binutils/binutils-2.25/gas/ |
D | configure.ac | 391 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features 407 # Decide features one by one.
|
D | config.in | 372 /* Define to 2 if the system does not provide POSIX.1 features except with
|