/external/webp/src/dsp/ |
D | cpu.c | 68 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 159 return (xgetbv() & 0x6) == 0x6; in x86CPUInfo()
|
/external/skia/src/core/ |
D | SkCpu.cpp | 20 static uint64_t xgetbv(uint32_t xcr) { return _xgetbv(xcr); } in xgetbv() function 31 static uint64_t xgetbv(uint32_t xcr) { in xgetbv() function 53 && (xgetbv(0) & (3<<1)) == (3<<1)) { // XMM and YMM state enabled. in read_cpu_features() 63 if ((xgetbv(0) & (7<<5)) == (7<<5)) { // All ZMM state bits enabled too. in read_cpu_features()
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86.h | 113 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 204 if ((xgetbv() & 0x6) == 0x6) { in x86_simd_caps()
|
/external/valgrind/memcheck/tests/amd64/ |
D | xsave-avx.c | 159 static void xgetbv ( UInt* eax, UInt* edx, UInt ecx_in ) in xgetbv() function 184 xgetbv(&eax, &edx, 0); in check_for_xsave()
|
/external/clang/test/CodeGen/ |
D | ms-inline-asm.c | 586 void xgetbv() { 587 __asm xgetbv
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | mpx-mini-test.c | 202 static inline uint64_t xgetbv(uint32_t index) in xgetbv() function 553 printf("XSAVE OS supported state mask: 0x%jx\n", xgetbv(0)); in check_mpx_support() 562 if ((xgetbv(0) & MPX_XSTATES) != MPX_XSTATES) { in check_mpx_support()
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 976 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 1129 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrSystem.td | 406 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
|
D | X86GenAsmWriter.inc | 4074 "cbc\000xcryptcfb\000xcryptctr\000xcryptecb\000xcryptofb\000xgetbv\000xl"
|
D | X86GenAsmWriter1.inc | 4022 "xcryptofb\000xgetbv\000xlatb\000xor\tAX, \000xor\t\000xor\tEAX, \000xor"
|
D | X86GenAsmMatcher.inc | 6116 { X86::XGETBV, "xgetbv", Convert, { }, 0},
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 481 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
|