Home
last modified time | relevance | path

Searched defs:xgetbv (Results 1 – 9 of 9) 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/skqp/src/core/
DSkCpu.cpp20 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv() function
31 static uint64_t xgetbv(uint32_t xcr) { in xgetbv() function
/external/skia/src/core/
DSkCpu.cpp20 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv() function
31 static uint64_t xgetbv(uint32_t xcr) { in xgetbv() function
/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/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c253 static inline uint64_t xgetbv(void) in xgetbv() function
/external/valgrind/memcheck/tests/amd64/
Dxsave-avx.c159 static void xgetbv ( UInt* eax, UInt* edx, UInt ecx_in ) 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