Searched refs:_xgetbv (Results 1 – 8 of 8) sorted by relevance
35 #define _xgetbv(A) __builtin_ia32_xgetbv((long long)(A)) macro41 unsigned __int64 __cdecl _xgetbv(unsigned int);
154 xcr0 = (uint32_t) _xgetbv(0); in _sodium_runtime_intel_cpu_features()
52 return _xgetbv(0); in xgetbv()
555 AC_MSG_CHECKING([if _xgetbv() is available])557 [AC_LANG_PROGRAM([[ #include <intrin.h> ]], [[ (void) _xgetbv(0) ]])],559 AC_DEFINE([HAVE__XGETBV], [1], [_xgetbv() is available])],
297 unsigned long long Result = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in getX86XCR0()
683 unsigned long long Result = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in getX86XCR0()
612 // NOTE: No HasXSAVE predicate so that these can be used with _xgetbv/_xsetbv
779 def _xgetbv : X86LibBuiltin<"uint64_t(unsigned int)">;