Home
last modified time | relevance | path

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

/external/webp/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
/external/skqp/src/core/
DSkCpu.cpp16 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv() function
27 static uint64_t xgetbv(uint32_t xcr) { in xgetbv() function
/external/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
/external/cpuinfo/src/x86/
Dcpuid.h70 static inline uint64_t xgetbv(uint32_t ext_ctrl_reg) { in xgetbv() function
/external/libaom/libaom/aom_ports/
Dx86.h121 static INLINE uint64_t xgetbv(void) { in xgetbv() function
133 #define xgetbv() _xgetbv(0) macro
135 static INLINE uint64_t xgetbv(void) { in xgetbv() function
147 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
/external/libvpx/libvpx/vpx_ports/
Dx86.h113 static INLINE uint64_t xgetbv(void) { in xgetbv() function
125 #define xgetbv() _xgetbv(0) macro
127 static INLINE uint64_t xgetbv(void) { in xgetbv() function
139 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
/external/llvm-project/llvm/test/MC/X86/
DXSAVE-32.s5 xgetbv label
DXSAVE-64.s5 xgetbv label
Dx86-64.s1167 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
/external/virglrenderer/src/gallium/auxiliary/util/
Du_cpu_detect.c253 static inline uint64_t xgetbv(void) in xgetbv() function
/external/igt-gpu-tools/lib/
Digt_x86.c99 #define xgetbv(index,eax,edx) \ macro
/external/mesa3d/src/util/
Du_cpu_detect.c337 static inline uint64_t xgetbv(void) in xgetbv() function
/external/python/cpython3/Modules/_blake2/impl/
Dblake2-dispatch.c67 static inline uint64_t xgetbv(uint32_t xcr) in xgetbv() function
/external/llvm/test/MC/X86/
Dx86-64.s1129 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label