Searched refs:cpu_type (Results 1 – 17 of 17) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | configure.tgt | 28 # cpu_type canonical gas cpu type; identifies the config/tc-* files 36 cpu_type= 45 # Check for architecture variants. Set cpu_type and, optionally, 49 aarch64) cpu_type=aarch64 endian=little ;; 50 aarch64_be) cpu_type=aarch64 endian=big ;; 51 alpha*) cpu_type=alpha ;; 52 am33_2.0) cpu_type=mn10300 endian=little ;; 53 arm*be|arm*b) cpu_type=arm endian=big ;; 54 arm*) cpu_type=arm endian=little ;; 55 bfin*) cpu_type=bfin endian=little ;; [all …]
|
D | configure.ac | 139 target_cpu_type=${cpu_type} 140 elif test ${target_cpu_type} != ${cpu_type} ; then 144 generic_target=${cpu_type}-${target_vendor}-${target_os} 201 case ${cpu_type} in 318 case ${cpu_type} in 334 case ${cpu_type} in
|
D | configure | 12047 target_cpu_type=${cpu_type} 12048 elif test ${target_cpu_type} != ${cpu_type} ; then 12052 generic_target=${cpu_type}-${target_vendor}-${target_os} 12119 case ${cpu_type} in 12240 case ${cpu_type} in 12256 case ${cpu_type} in
|
D | ChangeLog-9295 | 820 * configure.in: No need to check whether ${cpu_type} is powerpc; 1723 ${cpu_type} after the loop. 1726 @cpu_type@. 1829 * configure.in: If cpu_type is m68k, put m68k-parse.o in 3060 * configure.in: Substitute $cpu_type, $obj_format, $atof, and 4961 gdbinit.in. Don't substitute cpu_type, obj_format, emulation, 5961 * configure.in: Setting cpu_type, recognize m68060 too. 7211 * configure.in (rs6000*): Use cpu_type ppc. 9116 * configure.in: Set cpu_type to mips for mips*. Accept 11435 (per-target): Classify i486 as i386. Use generic cpu_type instead
|
D | ChangeLog-0001 | 625 (cpu_type): Set sh for target sh*. 3149 * configure.in (cpu_type, arch): Add a generic FreeBSD specification as 3403 * configure.in (cpu_type, arch): Match i386 too. 7409 (cpu_type): New type: Select between M340 and M210.
|
D | ChangeLog-0203 | 5504 * configure.in (sh5*): Set cpu_type to sh64 and endian to big. 5505 (sh5le*, sh64le*): Set cpu_type to sh64 and endian to little. 7455 * configure.in (sh*le): Set cpu_type=sh and endian=little.
|
D | ChangeLog-2004 | 19 * configure.in: Move setting of cpu_type, fmt, etc., to
|
D | ChangeLog-2006 | 390 * doc/c-i386.texi : Document amdfam10,.sse4a and .abm in cpu_type.
|
D | ChangeLog-9899 | 3560 * configure.in: Recognize m5200 as a cpu_type of m68k.
|
D | ChangeLog-9697 | 5511 * configure.in: Remove duplicate setting of cpu_type. Check
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | arc-opc.c | 1567 static int cpu_type; variable 1595 cpu_type = flags; in arc_opcode_init_tables() 1634 if (ARC_OPCODE_CPU (opcode->flags) <= cpu_type) in arc_opcode_supported()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mcore.c | 80 cpu_type; typedef 82 cpu_type cpu = M340;
|
D | tc-alpha.c | 525 static const struct cpu_type struct 5125 const struct cpu_type *p; in s_alpha_arch() 5621 const struct cpu_type *p; in md_parse_option()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | mach-o.c | 5254 enum bfd_architecture cpu_type; in bfd_mach_o_fat_extract() local 5258 &cpu_type, &cpu_subtype); in bfd_mach_o_fat_extract() 5259 if (cpu_type != arch->arch || cpu_subtype != arch->mach) in bfd_mach_o_fat_extract() 5267 bfd_mach_o_fat_member_init (res, cpu_type, cpu_subtype, e); in bfd_mach_o_fat_extract()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-i386.texi | 1084 (sub-)architecture with the @code{.arch @var{cpu_type}} directive. This 1086 supported on the CPU specified. The choices for @var{cpu_type} are:
|
D | internals.texi | 734 first switches on CPU type to set the shell variable @code{cpu_type}. The 737 The configure script uses the value of @code{cpu_type} to select two files in
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2009 | 169 (cpu_type): New enum type.
|