HomeSort by relevance Sort by last modified time
    Searched full:xsave (Results 1 - 25 of 27) sorted by null

1 2

  /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.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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
processor-flags.h 63 #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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
processor-flags.h 63 #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/kernel-headers/original/uapi/linux/
elf.h 384 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 387 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */
  /external/llvm/lib/Target/X86/
X86InstrSystem.td 479 // XSAVE instructions
488 def XSAVE : I<0xAE, MRM4m, (outs opaque512mem:$dst), (ins),
489 "xsave\t$dst", []>, TB;
  /external/llvm/lib/Support/
Host.cpp 239 // If CPUID indicates support for XSAVE, XRESTORE and AVX, and XGETBV
742 // If CPUID indicates support for XSAVE, XRESTORE and AVX, and XGETBV
  /external/llvm/test/MC/Disassembler/X86/
x86-32.txt 484 # CHECK: xsave (%eax)
simple-tests.txt 494 # CHECK: xsave (%rax)
  /external/valgrind/docs/internals/
3_10_BUGSTATUS.txt 13 need to do XSAVE, XRSTOR
  /external/mksh/src/
funcs.c 1831 size_t xsave = 0; local
    [all...]
  /external/boringssl/src/crypto/aes/asm/
aesni-x86_64.pl     [all...]
  /external/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 660 and \$`1<<26|1<<22`,%eax # isolate MOVBE+XSAVE
661 cmp \$`1<<22`,%eax # check for MOVBE without XSAVE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 624 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-as.1     [all...]
  /external/elfutils/src/libelf/
elf.h 630 #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */
    [all...]

Completed in 1190 milliseconds

1 2