Searched refs:__cpuid (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | cpuid.h | 260 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ macro 269 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ macro 309 __cpuid(__leaf, __eax, __ebx, __ecx, __edx); in __get_cpuid_max() 324 __cpuid(__leaf, *__eax, *__ebx, *__ecx, *__edx); in __get_cpuid()
|
H A D | intrin.h | 62 void __cpuid(int[4], int);
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | cpu.h | 41 __cpuid((int*)reg, 0); in ZSTD_cpuid() 45 __cpuid((int*)reg, 1); in ZSTD_cpuid()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | cpu.h | 39 __cpuid((int*)reg, 0); in ZSTD_cpuid() 43 __cpuid((int*)reg, 1); in ZSTD_cpuid()
|
/freebsd/contrib/processor-trace/libipt/src/windows/ |
H A D | pt_cpuid.c | 38 __cpuid(cpu_info, leaf); in pt_cpuid()
|
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/ |
H A D | runtime.c | 74 __cpuid((int *) cpu_info, cpu_info_type); in _cpuid()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_dispatch.c | 32 __cpuid((int *)out, id); in cpuid()
|
/freebsd/sys/contrib/libb2/ |
H A D | blake2-dispatch.c | 83 __cpuid( regs, *eax ); in cpuid()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | x86.c | 291 __cpuid(registers, value); in getX86CpuIDAndInfo()
|
/freebsd/contrib/bearssl/src/ |
H A D | inner.h | 2559 __cpuid(info, 1); in br_cpuid()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 590 __cpuid(registers, value); in getX86CpuIDAndInfo()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 2039 TARGET_HEADER_BUILTIN(__cpuid, "vi*i", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
|