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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dxsaveintrin.h35 #define _xgetbv(A) __builtin_ia32_xgetbv((long long)(A)) macro
41 unsigned __int64 __cdecl _xgetbv(unsigned int);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dxsaveintrin.h60 _xgetbv (unsigned int __A) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dxsaveintrin.h60 _xgetbv (unsigned int __A) function
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Druntime.c154 xcr0 = (uint32_t) _xgetbv(0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp580 unsigned long long Result = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dconfigure17796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if _xgetbv() is available" >&5
17797 $as_echo_n "checking if _xgetbv() is available... " >&6; }
17804 (void) _xgetbv(0)

Completed in 148 milliseconds