Searched refs:_xgetbv (Results 1 – 15 of 15) sorted by relevance
85 uint64_t _xgetbv(uint32_t xcr) { in _xgetbv() function194 (_xgetbv(0) & 6) == 6 /* XSAVE enabled by kernel */; in Initialize()
53 _xgetbv(0); in f()
118 return (uint64_t)_xgetbv(xcr); in OPENSSL_xgetbv()
80 #define xgetbv() _xgetbv(0)
20 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv()
122 xcr0 = (uint32)(_xgetbv(0)); // VS2010 SP1 required. in GetXCR0()
123 xcr0 = (uint32)(_xgetbv(0)); // VS2010 SP1 required. in GetXCR0()
125 #define xgetbv() _xgetbv(0)
267 return _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in xgetbv()
290 unsigned __int64 __cdecl _xgetbv(unsigned int);908 _xgetbv(unsigned int __xcr_no) { in _xgetbv() function
483 return (FLAC__uint32)_xgetbv(0); in FLAC__cpu_xgetbv_x86()
276 unsigned long long Result = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in getX86XCR0()
310 unsigned long long Result = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in getX86XCR0()
66 V8_INLINE uint64_t _xgetbv(unsigned int xcr) { in _xgetbv() function100 uint64_t feature_mask = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in OSHasAVXSupport()
34 V8_INLINE uint64_t _xgetbv(unsigned int xcr) { in _xgetbv() function68 uint64_t feature_mask = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in OSHasAVXSupport()