HomeSort by relevance Sort by last modified time
    Searched refs:ymmh (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
sigcontext.h 197 /* 16 * 16 bytes for each YMMH-reg */
210 struct _ymmh_state ymmh; member in struct:_xstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext.h 197 /* 16 * 16 bytes for each YMMH-reg */
210 struct _ymmh_state ymmh; member in struct:_xstate
  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h 190 struct _ymmh_state ymmh; member in struct:_xstate
  /development/ndk/platforms/android-L/arch-x86/include/asm/
sigcontext.h 190 struct _ymmh_state ymmh; member in struct:_xstate
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
sigcontext.h 190 struct _ymmh_state ymmh; member in struct:_xstate
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 204 /* 16 * 16 bytes for each YMMH-reg */
217 struct _ymmh_state ymmh; member in struct:_xstate
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
sigcontext.h 190 struct _ymmh_state ymmh; member in struct:_xstate
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_x86_64.h 265 YMMReg ymm[16]; // assembled from ymmh and xmm registers
280 YMMHReg ymmh[16]; // High 16 bytes of each of 16 YMM registers (the low bytes are in FXSAVE.xmm for compatibility with SSE) member in struct:RegisterContext_x86_64::XSAVE
331 YMM m_ymm_set; // copy of ymmh and xmm register halves.
RegisterContext_x86_64.cpp 438 // Copy of YMM registers assembled from xmm and ymmh
620 // Parse ymm registers and into xmm.bytes and ymmh.bytes.
630 ::memcpy(m_fpr.xstate.xsave.ymmh[reg - fpu_ymm0].bytes,
640 ::memcpy(m_fpr.xstate.xsave.ymmh[reg - fpu_ymm0].bytes,
648 // Concatenate xmm.bytes with ymmh.bytes
659 m_fpr.xstate.xsave.ymmh[reg - fpu_ymm0].bytes,
668 m_fpr.xstate.xsave.ymmh[reg - fpu_ymm0].bytes,
719 // Concatenate ymm using the register halves in xmm.bytes and ymmh.bytes
822 // Store ymm register content, and split into the register halves in xmm.bytes and ymmh.bytes
    [all...]

Completed in 1225 milliseconds