Searched defs:xgetbv (Results 1 – 5 of 5) sorted by relevance
63 static WEBP_INLINE uint64_t xgetbv(void) { in xgetbv() function75 #define xgetbv() _xgetbv(0) macro77 static WEBP_INLINE uint64_t xgetbv(void) { in xgetbv() function89 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
110 static INLINE uint64_t xgetbv(void) { in xgetbv() function122 #define xgetbv() _xgetbv(0) macro124 static INLINE uint64_t xgetbv(void) { in xgetbv() function136 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
41 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv() function52 static uint64_t xgetbv(uint32_t xcr) { in xgetbv() function
159 static void xgetbv ( UInt* eax, UInt* edx, UInt ecx_in ) in xgetbv() function
1042 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label