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

  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_x86_64.cpp 485 if (fpr_type == eXSAVE)
509 m_fpr_type = eXSAVE; // extended floating-point registers, if available
546 if (m_fpr_type == eXSAVE)
680 if (m_fpr_type == eXSAVE) // ...and to start with AVX registers.
720 if (m_fpr_type == eXSAVE && CopyXSTATEtoYMM(reg, byte_order))
780 if (m_fpr_type == eXSAVE) {
819 if (m_fpr_type != eXSAVE)
876 if (m_fpr_type == eXSAVE)
883 if (m_fpr_type == eXSAVE) {
    [all...]
RegisterContext_x86_64.h 299 eXSAVE

Completed in 31 milliseconds