Searched defs:_xgetbv (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/
H A Dcpu.cc25 #include <immintrin.h> // For _xgetbv()
83 // _xgetbv returns the value of an Intel Extended Control Register (XCR).
85 uint64_t _xgetbv(uint32_t xcr) { function in namespace:base::__anon9840
194 (_xgetbv(0) & 6) == 6 /* XSAVE enabled by kernel */;
/external/clang/lib/Headers/
H A Dintrin.h290 unsigned __int64 __cdecl _xgetbv(unsigned int);
908 _xgetbv(unsigned int __xcr_no) { function
/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::__anon21704
100 uint64_t feature_mask = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);
/external/v8/src/x64/
H A Dassembler-x64.cc12 #include <intrin.h> // _xgetbv()
32 V8_INLINE uint64_t _xgetbv(unsigned int xcr) { function in namespace:v8::internal::__anon21868
66 uint64_t feature_mask = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);

Completed in 310 milliseconds