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