Home
last modified time | relevance | path

Searched defs:__edx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
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
320 unsigned int *__edx) in __get_cpuid()
334 unsigned int *__ecx, unsigned int *__edx) in __get_cpuid_count()
H A Dintrin.h456 unsigned long __edx; in __readmsr() local
/freebsd/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp101 unsigned int __edx; member