Home
last modified time | relevance | path

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

/external/webp/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
/external/skia/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/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
DXSAVE-32.s5 xgetbv label
DXSAVE-64.s5 xgetbv label
Dx86-64.s1152 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
/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/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/virglrenderer/src/gallium/auxiliary/util/
Du_cpu_detect.c253 static inline uint64_t xgetbv(void) in xgetbv() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c275 static inline uint64_t xgetbv(void) in xgetbv() function
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-64.s976 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
/external/llvm/test/MC/X86/
Dx86-64.s1129 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c202 static inline uint64_t xgetbv(uint32_t index) in xgetbv() function