Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 75) sorted by relevance

123

/toolchain/binutils/binutils-2.25/bfd/
Dcpu-m68k.c177 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 …]
Delf32-m68k.c993 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/
DREADME14 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
Dconfigure.ac397 #include <features.h>
445 #include <features.h>
475 #include <features.h>
Dconfig.in278 /* Define to 2 if the system does not provide POSIX.1 features except with
/toolchain/binutils/binutils-2.25/config/
Dglibc21.m418 #include <features.h>
Dextensions.m435 [Define to 2 if the system does not provide POSIX.1 features
Dmmap.m46 dnl but don't support all of the features we need from it.
/toolchain/binutils/binutils-2.25/opcodes/
Darm-dis.c58 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()
Dconfig.in117 /* Define to 2 if the system does not provide POSIX.1 features except with
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dbundle.d9 # This is testing the basic bundling features, with 16-byte bundles.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-metag.texi32 number of versions, with each new version adding new features such as
Dc-microblaze.texi16 the same core instruction set. This chapter covers features of the @sc{gnu}
Dc-alpha.texi34 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.
Dc-m68k.texi56 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
Dc-rx.texi158 both the small data limit and position independent data features are
/toolchain/binutils/binutils-2.25/gprof/
DREADME7 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,
Dgconfig.in111 /* Define to 2 if the system does not provide POSIX.1 features except with
/toolchain/binutils/binutils-2.25/ld/
DREADME7 There are many features of the linker:
Dconfig.in226 /* Define to 2 if the system does not provide POSIX.1 features except with
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dtic6xdsbt.em23 # features.
Dm68kelf.em26 # only the features we want depending on the configuration.
/toolchain/binutils/binutils-2.25/binutils/
Dconfig.in272 /* Define to 2 if the system does not provide POSIX.1 features except with
/toolchain/binutils/binutils-2.25/gas/
Dconfigure.ac391 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
407 # Decide features one by one.
Dconfig.in372 /* Define to 2 if the system does not provide POSIX.1 features except with

123