Searched refs:cpu_type (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp28 llvm::codeview::CPUType cpu_type; local
31 cpu_type = llvm::codeview::CPUType::ARM64;
35 cpu_type = llvm::codeview::CPUType::X64;
40 llvm::codeview::getRegisterNames(cpu_type);
H A DPdbUtil.cpp572 CPUType cpu_type = index.compilands() local
576 return is_parameter ? frame_proc.getParamFramePtrReg(cpu_type)
577 : frame_proc.getLocalFramePtrReg(cpu_type);
/freebsd-11-stable/sys/xen/interface/
H A Dxenoprof.h95 char cpu_type[XENOPROF_CPU_TYPE_SIZE]; member in struct:xenoprof_init
/freebsd-11-stable/sys/i386/include/
H A Dvm86.h135 int cpu_type; /* cpu type to emulate */ member in struct:vm86_init_args
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dsiena_flash.h70 efx_dword_t cpu_type; member in struct:blob_hdr_s
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h257 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-opc.c1571 static int cpu_type;
1599 cpu_type = flags;
1638 if (ARC_OPCODE_CPU (opcode->flags) <= cpu_type)
1566 static int cpu_type; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1223 const uint32_t cpu_type = proc_arch.GetMachOCPUType(); local
1224 if (cpu_type != 0)
1225 response.Printf("cputype:%" PRIx32 ";", cpu_type);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1183 if (hostInfo.cpu_type != CPU_TYPE_POWERPC)
1249 if (hostInfo.cpu_type != CPU_TYPE_ARM) {
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c200 struct cpu_type { struct
206 extern struct cpu_type the_cpu;
207 struct cpu_type the_cpu;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c480 static const struct cpu_type
4588 const struct cpu_type *p;
5121 const struct cpu_type *p;
475 static const struct cpu_type struct
/freebsd-11-stable/contrib/gcc/
H A Dconfigure12202 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
13250 # Prepend $(srcdir)/config/${cpu_type}/ to every entry in extra_headers.
13252 extra_headers_list="${extra_headers_list} \$(srcdir)/config/${cpu_type}/
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure9937 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

Completed in 196 milliseconds