Searched defs:xgetbv (Results 1 – 9 of 9) sorted by relevance
68 static WEBP_INLINE uint64_t xgetbv(void) { in xgetbv() function80 #define xgetbv() _xgetbv(0) macro82 static WEBP_INLINE uint64_t xgetbv(void) { in xgetbv() function94 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
20 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv() function31 static uint64_t xgetbv(uint32_t xcr) { in xgetbv() function
113 static INLINE uint64_t xgetbv(void) { in xgetbv() function125 #define xgetbv() _xgetbv(0) macro127 static INLINE uint64_t xgetbv(void) { in xgetbv() function139 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
253 static inline uint64_t xgetbv(void) in xgetbv() function
159 static void xgetbv ( UInt* eax, UInt* edx, UInt ecx_in ) in xgetbv() function
976 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
1129 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
202 static inline uint64_t xgetbv(uint32_t index) in xgetbv() function