Home
last modified time | relevance | path

Searched refs:_xgetbv (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dxsaveintrin.h35 #define _xgetbv(A) __builtin_ia32_xgetbv((long long)(A)) macro
41 unsigned __int64 __cdecl _xgetbv(unsigned int);
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/
H A Druntime.c154 xcr0 = (uint32_t) _xgetbv(0); in _sodium_runtime_intel_cpu_features()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c22 return _xgetbv(0); in xgetbv()
/freebsd/sys/contrib/libsodium/
H A Dconfigure.ac555 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])],
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c350 unsigned long long Result = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in getX86XCR0()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp685 unsigned long long Result = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in getX86XCR0()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td606 // NOTE: No HasXSAVE predicate so that these can be used with _xgetbv/_xsetbv
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86.def616 TARGET_HEADER_BUILTIN(_xgetbv, "UWiUi", "nh", IMMINTRIN_H, ALL_MS_LANGUAGES, "")