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

/external/clang/test/Headers/
H A Dms-intrin.cpp53 _xgetbv(0);
/external/libchrome/base/
H A Dcpu.cc24 #include <immintrin.h> // For _xgetbv()
82 // _xgetbv returns the value of an Intel Extended Control Register (XCR).
84 uint64_t _xgetbv(uint32_t xcr) { function in namespace:base::__anon10794
187 (_xgetbv(0) & 6) == 6 /* XSAVE enabled by kernel */;
/external/boringssl/src/crypto/
H A Dcpu-intel.c118 return (uint64_t)_xgetbv(xcr);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dcpu_id.cc19 #include <immintrin.h> // For _xgetbv()
109 // For VS2013 and earlier 32 bit, the _xgetbv(0) optimizer produces bad code.
122 xcr0 = (uint32)(_xgetbv(0)); // VS2010 SP1 required.
/external/skia/src/core/
H A DSkCpu.cpp20 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); }
/external/skqp/src/core/
H A DSkCpu.cpp20 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); }
/external/webp/src/dsp/
H A Dcpu.c80 #define xgetbv() _xgetbv(0)
/external/flac/libFLAC/
H A Dcpu.c43 # include <intrin.h> /* for __cpuid() and _xgetbv() */
88 return (uint32_t)_xgetbv(0);
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h125 #define xgetbv() _xgetbv(0)
/external/libyuv/files/source/
H A Dcpu_id.cc19 #include <immintrin.h> // For _xgetbv()
111 // For VS2013 and earlier 32 bit, the _xgetbv(0) optimizer produces bad code.
123 xcr0 = (uint32)(_xgetbv(0)); // VS2010 SP1 required.
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cpu_detect.c267 return _xgetbv(_XCR_XFEATURE_ENABLED_MASK);
/external/tensorflow/tensorflow/core/platform/
H A Dcpu_info.cc60 int GetXCR0EAX() { return _xgetbv(0); }
/external/clang/lib/Headers/
H A Dintrin.h290 unsigned __int64 __cdecl _xgetbv(unsigned int);
908 _xgetbv(unsigned int __xcr_no) { function
/external/llvm/lib/Support/
H A DHost.cpp276 unsigned long long Result = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DHost.cpp310 unsigned long long Result = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);
/external/v8/src/ia32/
H A Dassembler-ia32.cc44 #include <intrin.h> // _xgetbv()
66 V8_INLINE uint64_t _xgetbv(unsigned int xcr) { function in namespace:v8::internal::__anon27713
100 uint64_t feature_mask = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);
/external/v8/src/x64/
H A Dassembler-x64.cc12 #include <intrin.h> // _xgetbv()
34 V8_INLINE uint64_t _xgetbv(unsigned int xcr) { function in namespace:v8::internal::__anon27924
68 uint64_t feature_mask = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);

Completed in 1004 milliseconds