/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
xsave.asm | 0 xsave [0] 1 xsave [0] label
|
Makefile.inc | 256 EXTRA_DIST += modules/arch/x86/tests/xsave.asm 257 EXTRA_DIST += modules/arch/x86/tests/xsave.hex
|
/external/chromium_org/base/ |
cpu.cc | 183 // b) XSAVE is supported by the CPU and 184 // c) XSAVE is enabled by the kernel. 189 // Because of that, we also test the XSAVE bit because its description in 193 (cpu_info[2] & 0x04000000) != 0 /* XSAVE */ && 195 (_xgetbv(0) & 6) == 6 /* XSAVE enabled by kernel */;
|
/external/lldb/source/Plugins/Process/POSIX/ |
RegisterContext_x86_64.h | 276 struct XSAVE 286 void *iov_base; // pointer to XSAVE 287 size_t iov_len; // sizeof(XSAVE) 308 XSAVE xsave; // x86 extended processor state. member in union:RegisterContext_x86_64::FPR::XSTATE 330 IOVEC m_iovec; // wrapper for xsave.
|
RegisterContext_x86_64.cpp | 498 m_iovec.iov_base = &m_fpr.xstate.xsave; 499 m_iovec.iov_len = sizeof(m_fpr.xstate.xsave); 630 ::memcpy(m_fpr.xstate.xsave.ymmh[reg - fpu_ymm0].bytes, 640 ::memcpy(m_fpr.xstate.xsave.ymmh[reg - fpu_ymm0].bytes, 659 m_fpr.xstate.xsave.ymmh[reg - fpu_ymm0].bytes, 668 m_fpr.xstate.xsave.ymmh[reg - fpu_ymm0].bytes, 877 ::memcpy (&m_fpr.xstate.xsave, src, sizeof(m_fpr.xstate.xsave)); [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
xsaveintrin.h | 33 #pragma GCC target("xsave")
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
xsaveintrin.h | 33 #pragma GCC target("xsave")
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/ |
processor-flags.h | 62 #define X86_CR4_OSXSAVE 0x00040000 /* enable xsave and xrestore */
|
sigcontext.h | 13 * are reserved for SW usage. On cpu's supporting xsave/xrstor, these bytes 33 __u32 xstate_size; /* actual xsave state size, based on the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
processor-flags.h | 62 #define X86_CR4_OSXSAVE 0x00040000 /* enable xsave and xrestore */
|
sigcontext.h | 13 * are reserved for SW usage. On cpu's supporting xsave/xrstor, these bytes 33 __u32 xstate_size; /* actual xsave state size, based on the
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
sigcontext.h | 13 * are reserved for SW usage. On cpu's supporting xsave/xrstor, these bytes 33 __u32 xstate_size; /* actual xsave state size, based on the
|
processor-flags.h | 117 #define X86_CR4_OSXSAVE_BIT 18 /* enable xsave and xrestore */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86arch.h | 67 #define CPU_XSAVE 33 /* Intel XSAVE instructions */
|
x86cpu.gperf | 361 xsave, x86_cpu_set, CPU_XSAVE
|
gen_x86_insn.py | [all...] |
/external/kernel-headers/original/uapi/linux/ |
elf.h | 384 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */
|
/external/llvm/lib/Target/X86/ |
X86InstrSystem.td | 480 // XSAVE instructions 489 def XSAVE : I<0xAE, MRM4m, (outs opaque512mem:$dst), (ins), 490 "xsave\t$dst", []>, TB; 492 "xsave{q|64}\t$dst", []>, TB, Requires<[In64BitMode]>;
|
/external/chromium_org/crypto/ |
nss_util.cc | 885 // used without testing whether XSAVE is enabled by the operating system. 887 // that |has_avx()| is false (which includes the XSAVE test). See [all...] |
/external/llvm/test/MC/Disassembler/X86/ |
x86-32.txt | 484 # CHECK: xsave (%eax)
|
simple-tests.txt | 479 # CHECK: xsave (%rax)
|
/external/llvm/lib/Support/ |
Host.cpp | 216 // If CPUID indicates support for XSAVE, XRESTORE and AVX, and XGETBV
|
/external/qemu-pc-bios/bochs/ |
config.h.in | 815 #error "XSAVE cannot be compiled without SSE support !"
|
/external/mksh/src/ |
funcs.c | 1802 ptrdiff_t xsave = 0; local [all...] |
/external/elfutils/0.153/libelf/ |
elf.h | 627 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */ [all...] |