Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dconfigure.tgt28 # 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 …]
Dconfigure.ac139 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
Dconfigure12047 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
DChangeLog-9295820 * 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
DChangeLog-0001625 (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.
DChangeLog-02035504 * 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.
DChangeLog-200419 * configure.in: Move setting of cpu_type, fmt, etc., to
DChangeLog-2006390 * doc/c-i386.texi : Document amdfam10,.sse4a and .abm in cpu_type.
DChangeLog-98993560 * configure.in: Recognize m5200 as a cpu_type of m68k.
DChangeLog-96975511 * configure.in: Remove duplicate setting of cpu_type. Check
/toolchain/binutils/binutils-2.25/opcodes/
Darc-opc.c1567 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/
Dtc-mcore.c80 cpu_type; typedef
82 cpu_type cpu = M340;
Dtc-alpha.c525 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/
Dmach-o.c5254 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/
Dc-i386.texi1084 (sub-)architecture with the @code{.arch @var{cpu_type}} directive. This
1086 supported on the CPU specified. The choices for @var{cpu_type} are:
Dinternals.texi734 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/
DChangeLog-2009169 (cpu_type): New enum type.