Home
last modified time | relevance | path

Searched refs:ymmh (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
DRegisterContextPOSIX_x86.cpp586 ::memcpy(m_fpr.xstate.xsave.ymmh[reg - m_reg_info.first_ymm].bytes, in CopyYMMtoXSTATE()
597 ::memcpy(m_fpr.xstate.xsave.ymmh[reg - m_reg_info.first_ymm].bytes, in CopyYMMtoXSTATE()
617 m_fpr.xstate.xsave.ymmh[reg - m_reg_info.first_ymm].bytes, in CopyXSTATEtoYMM()
628 m_fpr.xstate.xsave.ymmh[reg - m_reg_info.first_ymm].bytes, in CopyXSTATEtoYMM()
DRegisterContext_x86.h454 …YMMHReg ymmh[16]; // High 16 bytes of each of 16 YMM registers (the low bytes are in FXSAVE.… member