Home
last modified time | relevance | path

Searched defs:__eax (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhresetintrin.h40 _hreset(int __eax) in _hreset()
H A Dcpuid.h261 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument
265 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument
270 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument
277 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument
288 unsigned int __eax, __ebx, __ecx, __edx; in __get_cpuid_max() local
318 static __inline int __get_cpuid (unsigned int __leaf, unsigned int *__eax, in __get_cpuid()
333 unsigned int *__eax, unsigned int *__ebx, in __get_cpuid_count()
H A Dintrin.h457 unsigned long __eax; in __readmsr() local
/freebsd/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp98 unsigned int __eax; member