Searched refs:__leaf (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dsgxintrin.h24 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) argument
29 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2])
35 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) argument
40 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2])
46 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) argument
51 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2])
H A Dpconfigintrin.h26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) argument
31 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2])
H A Dcpuid.h249 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \
251 : "0"(__leaf))
253 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \
255 : "0"(__leaf), "2"(__count))
258 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \
263 : "0"(__leaf))
265 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \
270 : "0"(__leaf), "2"(__count))
273 static __inline unsigned int __get_cpuid_max (unsigned int __leaf, argument
298 __cpuid(__leaf, __ea
304 __get_cpuid(unsigned int __leaf, unsigned int *__eax, unsigned int *__ebx, unsigned int *__ecx, unsigned int *__edx) argument
317 __get_cpuid_count(unsigned int __leaf, unsigned int __subleaf, unsigned int *__eax, unsigned int *__ebx, unsigned int *__ecx, unsigned int *__edx) argument
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h75 const _RopeRep* __leaf = __x._M_path_end[__x._M_leaf_index]; local
79 switch(__leaf->_M_tag)
82 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
84 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size;
91 size_t __leaf_end = __leaf_pos + __leaf->_M_size;
93 _Alloc>*)__leaf)->_M_fn;
856 operator()(const _CharT* __leaf, size_t __n) argument
858 uninitialized_copy_n(__leaf, __n, _M_buf_ptr);
879 operator()(const _CharT* __leaf, size_t __n) argument
884 if (__leaf[__
914 operator ()(const _CharT* __leaf, size_t __n) argument
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dropeimpl.h74 const _RopeRep* __leaf = __x._M_path_end[__x._M_leaf_index]; local
78 switch(__leaf->_M_tag) {
81 ((_Rope_RopeLeaf<_CharT,_Alloc>*)__leaf)->_M_data;
83 __x._M_buf_end = __x._M_buf_start + __leaf->_M_size;
90 size_t __leaf_end = __leaf_pos + __leaf->_M_size;
92 ((_Rope_RopeFunction<_CharT,_Alloc>*)__leaf)->_M_fn;
785 bool operator() (const _CharT* __leaf, size_t __n) { argument
786 uninitialized_copy_n(__leaf, __n, _M_buf_ptr);
801 bool operator() (const _CharT* __leaf, size_t __n) { argument
804 if (__leaf[__
828 operator ()(const _CharT* __leaf, size_t __n) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp27 static inline int get_cpuid_count(unsigned int __leaf, argument
32 unsigned int __max_leaf = __get_cpuid_max(__leaf & 0x80000000, nullptr);
34 if (__max_leaf == 0 || __max_leaf < __leaf)
37 __cpuid_count(__leaf, __subleaf, *__eax, *__ebx, *__ecx, *__edx);

Completed in 168 milliseconds