Searched defs:xgetbv (Results 1 – 13 of 13) 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
16 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv() function27 static uint64_t xgetbv(uint32_t xcr) { in xgetbv() function
5 xgetbv label
1152 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
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
121 static INLINE uint64_t xgetbv(void) { in xgetbv() function133 #define xgetbv() _xgetbv(0) macro135 static INLINE uint64_t xgetbv(void) { in xgetbv() function147 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
253 static inline uint64_t xgetbv(void) in xgetbv() function
275 static inline uint64_t xgetbv(void) 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