| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
| H A D | x86.c | 325 unsigned *Subtype) { in getIntelProcessorTypeAndSubtype() argument 360 *Subtype = INTEL_COREI7_NEHALEM; in getIntelProcessorTypeAndSubtype() 368 *Subtype = INTEL_COREI7_WESTMERE; in getIntelProcessorTypeAndSubtype() 375 *Subtype = INTEL_COREI7_SANDYBRIDGE; in getIntelProcessorTypeAndSubtype() 381 *Subtype = INTEL_COREI7_IVYBRIDGE; in getIntelProcessorTypeAndSubtype() 391 *Subtype = INTEL_COREI7_HASWELL; in getIntelProcessorTypeAndSubtype() 401 *Subtype = INTEL_COREI7_BROADWELL; in getIntelProcessorTypeAndSubtype() 413 *Subtype = INTEL_COREI7_SKYLAKE; in getIntelProcessorTypeAndSubtype() 420 *Subtype = INTEL_COREI7_ROCKETLAKE; in getIntelProcessorTypeAndSubtype() 428 *Subtype = INTEL_COREI7_COOPERLAKE; in getIntelProcessorTypeAndSubtype() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Architecture.cpp | 24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() argument 26 (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) == (Subtype)) \ in getArchitectureFromCpuType() 36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument 44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() argument 60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() argument 62 return std::make_pair(Type, Subtype); in getCPUTypeFromArchitecture() 80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 711 unsigned *Subtype) { in getIntelProcessorTypeAndSubtype() argument 757 *Subtype = X86::INTEL_COREI7_NEHALEM; in getIntelProcessorTypeAndSubtype() 765 *Subtype = X86::INTEL_COREI7_WESTMERE; in getIntelProcessorTypeAndSubtype() 772 *Subtype = X86::INTEL_COREI7_SANDYBRIDGE; in getIntelProcessorTypeAndSubtype() 778 *Subtype = X86::INTEL_COREI7_IVYBRIDGE; in getIntelProcessorTypeAndSubtype() 788 *Subtype = X86::INTEL_COREI7_HASWELL; in getIntelProcessorTypeAndSubtype() 798 *Subtype = X86::INTEL_COREI7_BROADWELL; in getIntelProcessorTypeAndSubtype() 810 *Subtype = X86::INTEL_COREI7_SKYLAKE; in getIntelProcessorTypeAndSubtype() 817 *Subtype = X86::INTEL_COREI7_ROCKETLAKE; in getIntelProcessorTypeAndSubtype() 825 *Subtype = X86::INTEL_COREI7_COOPERLAKE; in getIntelProcessorTypeAndSubtype() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackendDarwin.h | 22 const MachO::CPUSubTypeARM Subtype; 27 Subtype((MachO::CPUSubTypeARM)cantFail( in ARMAsmBackendDarwin() 33 /*Is64Bit=*/false, cantFail(MachO::getCPUType(TT)), Subtype); in createObjectTargetWriter()
|
| H A D | ARMAsmBackend.cpp | 1183 if (Subtype != MachO::CPU_SUBTYPE_ARM_V7K) in generateCompactUnwindEncoding()
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | mount.cc | 65 class Subtype: public Mount { class 103 TEST_F(Subtype, subtype) in TEST_F() argument
|
| /freebsd/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsxface.c | 670 (Vendor->UuidSubtype != Info->Uuid->Subtype) || in ACPI_EXPORT_SYMBOL()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acrestyp.h | 277 UINT8 Subtype; member
|
| H A D | actbl1.h | 959 UINT16 Subtype; member
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | msvc | 145 # Import Definition Record (Comment Class A0, Subtype 01~IMPDEF)
|
| H A D | c64 | 81 # cartridge Hardware Revision/Subtype (usually 0) (added in v1.01) 130 # Cartridge Hardware Revision/Subtype (usually 0 added in v1.01)
|
| /freebsd/sys/dev/mwl/ |
| H A D | mwlreg.h | 583 u_int8_t Subtype; member
|
| /freebsd/sbin/pfctl/ |
| H A D | pf.os | 112 # wwww:ttt:D:ss:OOO...:OS:Version:Subtype:Details 123 # Subtype - OS subtype or patchlevel (SP3, lo0)
|
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo1.c | 899 {ACPI_DMT_UINT16, ACPI_CSRT2_OFFSET (Subtype), "Subtype", 0},
|