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

/external/libchrome/base/
H A Dcpu.cc27 #include <immintrin.h> // For _xgetbv()
86 // _xgetbv returns the value of an Intel Extended Control Register (XCR).
88 uint64_t _xgetbv(uint32_t xcr) { function in namespace:base::__anon9150
251 (_xgetbv(0) & 6) == 6 /* XSAVE enabled by kernel */;
/external/clang/lib/Headers/
H A DIntrin.h291 unsigned __int64 __cdecl _xgetbv(unsigned int);
909 _xgetbv(unsigned int __xcr_no) { function
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
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::__anon18641
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::__anon18762
66 uint64_t feature_mask = _xgetbv(_XCR_XFEATURE_ENABLED_MASK);

Completed in 406 milliseconds