Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dcpu.c63 static WEBP_INLINE uint64_t xgetbv(void) { in xgetbv() function
75 #define xgetbv() _xgetbv(0) macro
77 static WEBP_INLINE uint64_t xgetbv(void) { in xgetbv() function
89 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
/external/libvpx/libvpx/vpx_ports/
Dx86.h110 static INLINE uint64_t xgetbv(void) { in xgetbv() function
122 #define xgetbv() _xgetbv(0) macro
124 static INLINE uint64_t xgetbv(void) { in xgetbv() function
136 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
/external/skia/src/core/
DSkOpts.cpp41 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv() function
52 static uint64_t xgetbv(uint32_t xcr) { 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/llvm/test/MC/X86/
Dx86-64.s1042 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label