Home
last modified time | relevance | path

Searched refs:__leaf (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
263 : "0"(__leaf))
265 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument
267 : "0"(__leaf), "2"(__count))
270 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument
275 : "0"(__leaf))
277 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument
282 : "0"(__leaf), "2"(__count))
285 static __inline unsigned int __get_cpuid_max (unsigned int __leaf, in __get_cpuid_max() argument
312 __cpuid(__leaf, __eax, __ebx, __ecx, __edx); in __get_cpuid_max()
[all …]
H A Dsgxintrin.h24 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclu_u32() argument
29 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _enclu_u32()
35 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _encls_u32() argument
40 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _encls_u32()
46 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclv_u32() argument
51 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _enclv_u32()
H A Dpconfigintrin.h26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32() argument
31 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _pconfig_u32()