Searched refs:xgetbv (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dxsave.asm3 xgetbv label
/external/chromium_org/third_party/libwebp/dsp/
H A Dcpu.c47 // NaCl has no support for xgetbv or the raw opcode.
49 static WEBP_INLINE uint64_t xgetbv(void) { function
52 // Use the raw opcode for xgetbv for compatibility with older toolchains.
59 #define xgetbv() _xgetbv(0) macro
61 static WEBP_INLINE uint64_t xgetbv(void) { function
65 // Use the raw opcode for xgetbv for compatibility with older toolchains.
73 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
90 return (xgetbv() & 0x6) == 0x6;
/external/webp/src/dsp/
H A Dcpu.c47 // NaCl has no support for xgetbv or the raw opcode.
49 static WEBP_INLINE uint64_t xgetbv(void) { function
52 // Use the raw opcode for xgetbv for compatibility with older toolchains.
59 #define xgetbv() _xgetbv(0) macro
61 static WEBP_INLINE uint64_t xgetbv(void) { function
65 // Use the raw opcode for xgetbv for compatibility with older toolchains.
73 #define xgetbv() 0U // no AVX for older x64 or unrecognized toolchains. macro
90 return (xgetbv() & 0x6) == 0x6;
/external/llvm/test/MC/X86/
H A Dx86-64.s1042 xgetbv // CHECK: xgetbv # encoding: [0x0f,0x01,0xd0] label
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_nasm.gperf1425 xgetbv, threebyte_insn, 1, SUF_Z, 0x0F, 0x01, 0xD0, 0, CPU_386, CPU_XSAVE, 0
H A Dx86insn_gas.gperf2015 xgetbv, threebyte_insn, 1, SUF_Z, 0x0F, 0x01, 0xD0, 0, CPU_386, CPU_XSAVE, 0

Completed in 308 milliseconds