Home
last modified time | relevance | path

Searched defs:xgetbv (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c68 static WEBP_INLINE uint64_t xgetbv(void) { in xgetbv() function
80 #define xgetbv() _xgetbv(0) macro
82 static WEBP_INLINE uint64_t xgetbv(void) { in xgetbv() function
94 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c74 static WEBP_INLINE uint64_t xgetbv(void) { in xgetbv() function
86 #define xgetbv() _xgetbv(0) macro
88 static WEBP_INLINE uint64_t xgetbv(void) { in xgetbv() function
100 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
/third_party/skia/src/core/
DSkCpu.cpp18 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv() function
29 static uint64_t xgetbv(uint32_t xcr) { in xgetbv() function
/third_party/flutter/skia/src/core/
DSkCpu.cpp18 static uint64_t xgetbv(uint32_t xcr) { in xgetbv() function
39 static uint64_t xgetbv(uint32_t xcr) { in xgetbv() function
/third_party/ffmpeg/libavutil/x86/
Dcpu.c36 #define xgetbv(index, eax, edx) \ macro
50 #define xgetbv(index, eax, edx) \ macro
/third_party/mesa3d/src/util/
Du_cpu_detect.c340 static inline uint64_t xgetbv(void) in xgetbv() function
/third_party/python/Modules/_blake2/impl/
Dblake2-dispatch.c67 static inline uint64_t xgetbv(uint32_t xcr) in xgetbv() function