| /freebsd-12.1/contrib/gcc/ |
| H A D | config.gcc | 61 # "$cpu_type/$cpu_type.h". Usually it's constructed 65 # - specific target header "${cpu_type}/${cpu_type.h}" 69 # defining header ${cpu_type}/${cpu_type.h}. 75 # file, if different from "$cpu_type/$cpu_type.c". 78 # different from "$cpu_type/$cpu_type.md". 82 # "$cpu_type/t-$cpu_type". 86 # "$cpu_type/$cpu_type-modes.def". 285 cpu_type=pa 338 tm_file=${cpu_type}/${cpu_type}.h 341 tm_p_file=${cpu_type}/${cpu_type}-protos.h [all …]
|
| H A D | configure.ac | 1251 then tm_file=$cpu_type/$cpu_type.h; fi 1257 then md_file=$cpu_type/$cpu_type.md; fi 1260 then out_file=$cpu_type/$cpu_type.c; fi 1263 then tmake_file=$cpu_type/t-$cpu_type 1828 # Prepend $(srcdir)/config/${cpu_type}/ to every entry in extra_headers. 1830 extra_headers_list="${extra_headers_list} \$(srcdir)/config/${cpu_type}/${file}"
|
| H A D | configure | 12202 then tm_file=$cpu_type/$cpu_type.h; fi 12208 then md_file=$cpu_type/$cpu_type.md; fi 12211 then out_file=$cpu_type/$cpu_type.c; fi 12214 then tmake_file=$cpu_type/t-$cpu_type 13252 extra_headers_list="${extra_headers_list} \$(srcdir)/config/${cpu_type}/${file}"
|
| H A D | FSFChangeLog.11 | 4356 * configure.in (alpha*-*-*): Set cpu_type to alpha. 10011 * configure: Set cpu_type for pyramid. 12849 * configure (cpu_type): Add case for arm. 12952 * configure: Add new switch to provide default for cpu_type;
|
| H A D | ChangeLog-2002 | 16473 * configure.in: If $srcdir/config/${cpu_type}/${cpu_type}-modes.def 19025 * config.gcc (sh[123456789l]*-*-*): Set cpu_type to sh. 32821 * config.gcc: Set cpu_type to m68k for 68010, as well. 34058 * config.gcc (cpu_type): Include altivec.h in powerpc 35934 * configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | configure.in | 119 target_cpu_type=${cpu_type} 120 elif test ${target_cpu_type} != ${cpu_type} ; then 124 generic_target=${cpu_type}-${target_vendor}-${target_os} 188 case ${cpu_type} in 275 case ${cpu_type} in 291 case ${cpu_type} in
|
| H A D | configure | 9937 target_cpu_type=${cpu_type} 9938 elif test ${target_cpu_type} != ${cpu_type} ; then 9942 generic_target=${cpu_type}-${target_vendor}-${target_os} 10034 case ${cpu_type} in 10131 case ${cpu_type} in 10147 case ${cpu_type} in
|
| H A 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
|
| H A D | ChangeLog-0001 | 635 (cpu_type): Set sh for target sh*. 3159 * configure.in (cpu_type, arch): Add a generic FreeBSD specification as 3413 * configure.in (cpu_type, arch): Match i386 too. 7419 (cpu_type): New type: Select between M340 and M210.
|
| H A D | ChangeLog-0203 | 5512 * configure.in (sh5*): Set cpu_type to sh64 and endian to big. 5513 (sh5le*, sh64le*): Set cpu_type to sh64 and endian to little. 7463 * configure.in (sh*le): Set cpu_type=sh and endian=little.
|
| H A D | ChangeLog-2006 | 390 * doc/c-i386.texi : Document amdfam10,.sse4a and .abm in cpu_type.
|
| H A D | ChangeLog-9899 | 3560 * configure.in: Recognize m5200 as a cpu_type of m68k.
|
| /freebsd-12.1/sys/xen/interface/ |
| H A D | xenoprof.h | 95 char cpu_type[XENOPROF_CPU_TYPE_SIZE]; member
|
| /freebsd-12.1/sys/dev/sfxge/common/ |
| H A D | siena_flash.h | 72 efx_dword_t cpu_type; member
|
| /freebsd-12.1/sys/i386/include/ |
| H A D | vm86.h | 137 int cpu_type; /* cpu type to emulate */ member
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 268 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1210 const uint32_t cpu_type = proc_arch.GetMachOCPUType(); in CreateProcessInfoResponse_DebugServerStyle() local 1211 if (cpu_type != 0) in CreateProcessInfoResponse_DebugServerStyle() 1212 response.Printf("cputype:%" PRIx32 ";", cpu_type); in CreateProcessInfoResponse_DebugServerStyle()
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | arc-opc.c | 1566 static int cpu_type; variable 1594 cpu_type = flags; in arc_opcode_init_tables() 1633 if (ARC_OPCODE_CPU (opcode->flags) <= cpu_type) in arc_opcode_supported()
|
| /freebsd-12.1/usr.sbin/pmcstudy/ |
| H A D | pmcstudy.c | 199 struct cpu_type { struct 205 extern struct cpu_type the_cpu; argument 206 struct cpu_type the_cpu;
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Host.cpp | 1091 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) in getHostCPUName()
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-alpha.c | 475 static const struct cpu_type struct 4579 const struct cpu_type *p; in s_alpha_arch() 5108 const struct cpu_type *p; in md_parse_option()
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | c-i386.texi | 747 (sub-)architecture with the @code{.arch @var{cpu_type}} directive. This 749 supported on the CPU specified. The choices for @var{cpu_type} are:
|
| H A D | internals.texi | 736 first switches on CPU type to set the shell variable @code{cpu_type}. The 739 The configure script uses the value of @code{cpu_type} to select two files in
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | invoke.texi | 8497 @item -mcpu=@var{cpu_type} 8507 Supported values for @var{cpu_type} are 8537 @item -mtune=@var{cpu_type} 8540 @var{cpu_type}. The instruction set is not changed. 11334 @item -mcpu=@var{cpu_type} 11385 @item -mtune=@var{cpu_type} 12573 @item -mcpu=@var{cpu_type} 12576 for machine type @var{cpu_type}. Supported values for @var{cpu_type} are 12634 @item -mtune=@var{cpu_type} 12638 option @option{-mcpu=@var{cpu_type}} would. [all …]
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | host.defs | 127 switch(sysinfo.cpu_type) {
|