Searched refs:_xgetbv (Results 1 – 11 of 11) sorted by relevance
36 static inline uint64_t _xgetbv (uint32_t index) in _xgetbv() function196 xcr_mask = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in codec_choose_x86()
174 x86_cpu_enable_avx512 = _xgetbv(0) & 0x00000040; in _cpu_check_features()
18 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv()
86 #define xgetbv() _xgetbv(0)
354 return _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in xgetbv()
75 + x86_cpu_enable_avx512 = _xgetbv(0) & 0x00000040;
772 return _xgetbv(0); in xgetbv()
533 unsigned long long Result = _xgetbv(_XCR_XFEATURE_ENABLED_MASK); in getX86XCR0()
86 return _xgetbv(xcr); in xgetbv()
39 return _xgetbv(xcr); in xgetbv()
1798 279e6613 Merge "dsp/cpu: add include for _xgetbv() w/MSVS"1799 b6c0428e dsp/cpu: add include for _xgetbv() w/MSVS