Home
last modified time | relevance | path

Searched refs:xgetbv (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsystem-intrinsics-xgetbv.ll7 ; CHECK: xgetbv
12 ; CHECK64: xgetbv
17 %1 = call i64 @llvm.x86.xgetbv(i32 %in)
21 declare i64 @llvm.x86.xgetbv(i32)
/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
159 return (xgetbv() & 0x6) == 0x6; in x86CPUInfo()
/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
49 && (xgetbv(0) & (3<<1)) == (3<<1)) { // XMM and YMM state enabled. in read_cpu_features()
59 if ((xgetbv(0) & (7<<5)) == (7<<5)) { // All ZMM state bits enabled too. in read_cpu_features()
/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
49 && (xgetbv(0) & (3<<1)) == (3<<1)) { // XMM and YMM state enabled. in read_cpu_features()
59 if ((xgetbv(0) & (7<<5)) == (7<<5)) { // All ZMM state bits enabled too. in read_cpu_features()
/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
205 if ((xgetbv() & 0x6) == 0x6) { in x86_simd_caps()
/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
210 if ((xgetbv() & 0x6) == 0x6) { in x86_simd_caps()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c275 static inline uint64_t xgetbv(void) in xgetbv() function
431 ((xgetbv() & 6) == 6); // XMM & YMM in util_cpu_detect()
454 (xgetbv() & (0x7 << 5)) && // OPMASK: upper-256 enabled by OS in util_cpu_detect()
455 ((xgetbv() & 6) == 6)) { // XMM/YMM enabled by OS in util_cpu_detect()
/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/virglrenderer/src/gallium/auxiliary/util/
Du_cpu_detect.c253 static inline uint64_t xgetbv(void) in xgetbv() function
371 ((xgetbv() & 6) == 6); // XMM & YMM in util_cpu_detect()
/external/libjpeg-turbo/simd/x86_64/
Djsimdcpu.asm62 xgetbv
/external/clang/test/CodeGen/
Dms-inline-asm.c586 void xgetbv() {
587 __asm xgetbv
/external/libjpeg-turbo/simd/i386/
Djsimdcpu.asm96 xgetbv
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c202 static inline uint64_t xgetbv(uint32_t index) in xgetbv() function
584 printf("XSAVE OS supported state mask: 0x%jx\n", xgetbv(0)); in check_mpx_support()
593 if ((xgetbv(0) & MPX_XSTATES) != MPX_XSTATES) { in check_mpx_support()
/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/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrSystem.td406 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
DX86GenAsmWriter.inc4074 "cbc\000xcryptcfb\000xcryptctr\000xcryptecb\000xcryptofb\000xgetbv\000xl"
DX86GenAsmWriter1.inc4022 "xcryptofb\000xgetbv\000xlatb\000xor\tAX, \000xor\t\000xor\tEAX, \000xor"
DX86GenAsmMatcher.inc6116 { X86::XGETBV, "xgetbv", Convert, { }, 0},
/external/llvm/lib/Target/X86/
DX86InstrSystem.td481 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrSystem.td516 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
DX86IntrinsicsInfo.h276 X86_INTRINSIC_DATA(xgetbv, XGETBV, X86::XGETBV, 0),
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc6598 x86_xgetbv, // llvm.x86.xgetbv

12