Home
last modified time | relevance | path

Searched refs:__leaf (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dcpuid.h233 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument
235 : "0"(__leaf))
239 : "0"(__leaf), "2"(__count))
242 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument
247 : "0"(__leaf))
254 : "0"(__leaf), "2"(__count))
281 __cpuid(__leaf, __eax, __ebx, __ecx, __edx); in __get_cpuid_max()
293 if (__max_leaf == 0 || __max_leaf < __leaf) in __get_cpuid()
296 __cpuid(__leaf, *__eax, *__ebx, *__ecx, *__edx); in __get_cpuid()
300 static __inline int __get_cpuid_count (unsigned int __leaf, in __get_cpuid_count() argument
[all …]
H A Dsgxintrin.h36 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclu_u32() argument
41 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _enclu_u32()
47 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _encls_u32() argument
52 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _encls_u32()
58 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclv_u32() argument
63 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _enclv_u32()
H A Dpconfigintrin.h38 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32() argument
43 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _pconfig_u32()
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dropeimpl.h79 switch(__leaf->_M_tag) in _S_setbuf()
84 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size; in _S_setbuf()
91 size_t __leaf_end = __leaf_pos + __leaf->_M_size; in _S_setbuf()
93 _Alloc>*)__leaf)->_M_fn; in _S_setbuf()
856 operator()(const _CharT* __leaf, size_t __n) in operator()
858 uninitialized_copy_n(__leaf, __n, _M_buf_ptr); in operator()
879 operator()(const _CharT* __leaf, size_t __n) in operator()
884 if (__leaf[__i] == _M_pattern) in operator()
907 bool operator() (const _CharT* __leaf, size_t __n);
914 operator()(const _CharT* __leaf, size_t __n) in operator()
[all …]