Searched refs:_xgetbv (Results 1 – 7 of 7) sorted by relevance
82 uint64 _xgetbv(uint32 xcr) { in _xgetbv() function195 (_xgetbv(0) & 6) == 6 /* XSAVE enabled by kernel */; in Initialize()
59 #define xgetbv() _xgetbv(0)
72 return static_cast<uint32>(_xgetbv(xcr)); in XGetBV()
99 xcr0 = (uint32)(_xgetbv(0)); // VS2010 SP1 required. in TestOsSaveYmm()
178 unsigned long long rEAX = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in OSHasAVXSupport()
313 unsigned __int64 __cdecl _xgetbv(unsigned int);967 _xgetbv(unsigned int __xcr_no) { in _xgetbv() function