Searched refs:__cpuid (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dcpuid.h223 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ macro
232 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ macro
271 __cpuid(__leaf, __eax, __ebx, __ecx, __edx);
286 __cpuid(__leaf, *__eax, *__ebx, *__ecx, *__edx);
H A Dintrin.h61 void __cpuid(int[4], int);
519 __cpuid(int __info[4], int __level) { function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c190 __cpuid(registers, value);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp474 __cpuid(registers, value);
1131 // and simplify it to not invoke __cpuid (like cpu_model.c in

Completed in 105 milliseconds