Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dsgxintrin.h24 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclu_u32()
35 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _encls_u32()
46 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclv_u32()
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
284 static __inline unsigned int __get_cpuid_max (unsigned int __leaf, in __get_cpuid_max()
315 static __inline int __get_cpuid (unsigned int __leaf, unsigned int *__eax, in __get_cpuid()
328 static __inline int __get_cpuid_count (unsigned int __leaf, in __get_cpuid_count()
345 static __inline void __cpuidex(int __cpu_info[4], int __leaf, int __subleaf) { in __cpuidex()
H A Dpconfigintrin.h26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32()