| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | configure.tgt | 11 # cpu_type canonical gas cpu type; identifies the config/tc-* files 19 cpu_type= 28 # Check for architecture variants. Set cpu_type and, optionally, 32 alpha*) cpu_type=alpha ;; 33 am33_2.0) cpu_type=mn10300 endian=little ;; 34 arm*be|arm*b) cpu_type=arm endian=big ;; 35 arm*) cpu_type=arm endian=little ;; 36 bfin*) cpu_type=bfin endian=little ;; 37 c4x*) cpu_type=tic4x ;; 38 crisv32) cpu_type=cris arch=crisv32 ;; [all …]
|
| H A D | configure.in | 104 target_cpu_type=${cpu_type} 105 elif test ${target_cpu_type} != ${cpu_type} ; then 109 generic_target=${cpu_type}-${target_vendor}-${target_os} 173 case ${cpu_type} in 260 case ${cpu_type} in 276 case ${cpu_type} in
|
| /openbsd-src/usr.bin/pctr/ |
| H A D | pctr.c | 47 static int cpu_type; variable 203 cpu_type = CPU_AMD; in pctr_cpu_creds() 205 cpu_type = CPU_UNDEF; /* old AMD cpu */ in pctr_cpu_creds() 210 cpu_type = CPU_CORE; in pctr_cpu_creds() 212 cpu_type = CPU_P6; in pctr_cpu_creds() 214 cpu_type = CPU_P5; in pctr_cpu_creds() 216 cpu_type = CPU_UNDEF; /* old Intel cpu */ in pctr_cpu_creds() 223 cpu_type = CPU_AMD; in pctr_cpu_creds() 225 cpu_type = CPU_CORE; in pctr_cpu_creds() 255 switch (cpu_type) { in pctr_fn2str() [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBArch.cpp | 38 bool DNBArchProtocol::SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype) { in SetArchitecture() argument 39 g_current_cpu_type = cpu_type; in SetArchitecture() 45 cpu_type, cpu_subtype, result); in SetArchitecture() 50 if (arch_info.cpu_type) in RegisterArchPlugin() 51 g_arch_plugins[arch_info.cpu_type] = arch_info; in RegisterArchPlugin() 57 return arch_info->cpu_type; in GetRegisterCPUType()
|
| H A D | DNBArch.h | 34 uint32_t cpu_type; member 55 static bool SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype = 0);
|
| /openbsd-src/gnu/llvm/lldb/tools/darwin-debug/ |
| H A D | darwin-debug.cpp | 99 const char *working_dir, cpu_type_t cpu_type, in posix_spawn_for_debug() argument 134 if (cpu_type != 0) { in posix_spawn_for_debug() 137 ::posix_spawnattr_setbinpref_np(&attr, 1, &cpu_type, &ocount), in posix_spawn_for_debug() 174 cpu_type_t cpu_type = 0; in main() local 198 cpu_type = CPU_TYPE_I386; in main() 200 cpu_type = CPU_TYPE_X86_64; in main() 202 cpu_type = 0; // Don't set CPU type when we have x86_64h in main() 204 cpu_type = CPU_TYPE_ARM; in main() 329 working_dir.empty() ? NULL : working_dir.c_str(), cpu_type, disable_aslr); in main()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | configure.in | 125 am33_2.0) cpu_type=mn10300 endian=little ;; 126 alpha*) cpu_type=alpha ;; 127 arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;; 128 arm*|xscale*|strongarm*) cpu_type=arm endian=little ;; 129 c4x*) cpu_type=tic4x ;; 130 hppa*) cpu_type=hppa ;; 132 i[3-7]86) cpu_type=i386 arch=i386;; 133 x86_64) cpu_type=i386 arch=x86_64;; 134 ia64) cpu_type=ia64 ;; 135 ip2k) cpu_type=ip2k endian=big ;; [all …]
|
| H A D | vmsconf.sh | 79 $ gcc 'c_flags'/Define=('C_DEFS')/Object=[]tc-'cpu_type'.obj [.config]tc-'cpu_type'.c
|
| H A D | make-gas.com | 76 $ gcc 'c_flags'/Define=('C_DEFS')/Object=[]tc-'cpu_type'.obj [.config]tc-'cpu_type'.c
|
| H A D | config-gas.com | 12 $ cpu_type="vax" 16 $ cpu_type="alpha"
|
| H A D | configure | 4157 am33_2.0) cpu_type=mn10300 endian=little ;; 4158 alpha*) cpu_type=alpha ;; 4159 arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;; 4160 arm*|xscale*|strongarm*) cpu_type=arm endian=little ;; 4161 c4x*) cpu_type=tic4x ;; 4162 hppa*) cpu_type=hppa ;; 4163 i[3-7]86) cpu_type=i386 arch=i386;; 4164 x86_64) cpu_type=i386 arch=x86_64;; 4165 ia64) cpu_type=ia64 ;; 4166 ip2k) cpu_type=ip2k endian=big ;; [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbFPOProgramToDWARFExpression.cpp | 29 llvm::codeview::CPUType cpu_type; in ResolveLLDBRegisterNum() local 32 cpu_type = llvm::codeview::CPUType::ARM64; in ResolveLLDBRegisterNum() 36 cpu_type = llvm::codeview::CPUType::X64; in ResolveLLDBRegisterNum() 41 llvm::codeview::getRegisterNames(cpu_type); in ResolveLLDBRegisterNum()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | config.gcc | 47 # cpu_type The name of the cpu, if different from machine. 52 # "$cpu_type/$cpu_type.h". Usually it's constructed 54 # tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h" 56 # - specific target header "${cpu_type}/${cpu_type.h}" 58 # - specializing target headers like ${cpu_type.h}/elf.h 60 # defining header ${cpu_type}/${cpu_type.h}. 66 # file, if different from "$cpu_type/$cpu_type.c". 69 # different from "$cpu_type/$cpu_type.md". 73 # "$cpu_type/t-$cpu_type". 77 # "$cpu_type/$cpu_type-modes.def". [all …]
|
| /openbsd-src/sys/arch/hppa/hppa/ |
| H A D | machdep.c | 111 enum hppa_cpu_type cpu_type; variable 406 cpu_type = 0; in cpuid() 426 cpu_type = pdc_cpuid.version; in cpuid() 458 cpu_type = HPPA_CPU_PCXW; in cpuid() 462 if (cpu_type < HPPA_CPU_PCXU && in cpuid() 504 if (cpu_type) in cpuid() 505 for (p = cpu_types; p->name[0] && p->cpuid != cpu_type; p++) in cpuid() 513 "(type 0x%x, features 0x%x)\n", cpu_type, cpu_features); in cpuid() 527 cpu_type = p->type; in cpuid()
|
| H A D | trap.c | 363 if (cpu_type == hpcxs && in trap() 394 if (cpu_type == hpcxs) { in trap() 587 if (cpu_type == hpcxs) { in trap()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/ |
| H A D | h8300.c | 73 int cpu_type; variable 299 cpu_type = (int) CPU_H8300; in h8300_init_once() 305 cpu_type = (int) CPU_H8300H; in h8300_init_once() 308 h8_push_op = h8_push_ops[cpu_type]; in h8300_init_once() 309 h8_pop_op = h8_pop_ops[cpu_type]; in h8300_init_once() 310 h8_mov_op = h8_mov_ops[cpu_type]; in h8300_init_once() 2499 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler; 2501 info->cc_valid_p = shift_one[cpu_type][shift_type][shift_mode].cc_valid; 2505 info->shift1 = rotate_one[cpu_type][shift_type][shift_mode]; 2513 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler; [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 1143 cpu_type_t cpu_type = arch_spec.GetMachOCPUType(); 1146 cpu_type != 0 && cpu_type != static_cast<cpu_type_t>(UINT32_MAX) && 1147 cpu_type != static_cast<cpu_type_t>(LLDB_INVALID_CPUTYPE); 1161 &attr, 1, &cpu_type, &cpu_subtype, &ocount), 1166 "cpu_type = {1:x}, cpu_subtype = {1:x}, count => {2} )", 1167 error, cpu_type, cpu_subtype, ocount); 1173 ::posix_spawnattr_setbinpref_np(&attr, 1, &cpu_type, &ocount), 1178 "cpu_type = {1:x}, count => {2} )", 1179 error, cpu_type, ocount);
|
| /openbsd-src/gnu/gcc/gcc/config/h8300/ |
| H A D | h8300.c | 117 int cpu_type; variable 316 cpu_type = (int) CPU_H8300; in h8300_init_once() 322 cpu_type = (int) CPU_H8300H; in h8300_init_once() 325 h8_push_op = h8_push_ops[cpu_type]; in h8300_init_once() 326 h8_pop_op = h8_pop_ops[cpu_type]; in h8300_init_once() 327 h8_mov_op = h8_mov_ops[cpu_type]; in h8300_init_once() 3928 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler; in get_shift_alg() 3930 info->cc_inline = shift_one[cpu_type][shift_type][shift_mode].cc_valid; in get_shift_alg() 3934 info->shift1 = rotate_one[cpu_type][shift_type][shift_mode]; in get_shift_alg() 3942 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler; in get_shift_alg() [all …]
|
| /openbsd-src/sys/arch/powerpc64/include/ |
| H A D | smbiosvar.h | 223 uint8_t cpu_type; member
|
| /openbsd-src/sys/arch/i386/include/ |
| H A D | smbiosvar.h | 226 uint8_t cpu_type; member
|
| /openbsd-src/sys/arch/amd64/include/ |
| H A D | smbiosvar.h | 226 uint8_t cpu_type; member
|
| /openbsd-src/sys/arch/hppa/dev/ |
| H A D | sti_sgc.c | 214 if (cpu_type == hpcxl2) in sti_sgc_attach()
|
| /openbsd-src/sys/arch/arm64/include/ |
| H A D | smbiosvar.h | 223 uint8_t cpu_type; member
|
| /openbsd-src/sys/arch/hppa/include/ |
| H A D | cpu.h | 174 extern enum hppa_cpu_type cpu_type;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 292 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
|