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.h260 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument
264 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument
269 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument
276 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument
287 unsigned int __eax, __ebx, __ecx, __edx; in __get_cpuid_max() local
315 static __inline int __get_cpuid (unsigned int __leaf, unsigned int *__eax, in __get_cpuid()
330 unsigned int *__eax, unsigned int *__ebx, in __get_cpuid_count()
H A Dintrin.h430 unsigned long __eax; in __readmsr() local
/freebsd/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp98 unsigned int __eax; member