LLDB mainline
|
#include <RegisterContext_x86.h>
Public Attributes | |
FXSAVE | i387 |
XSAVE_HDR | header |
YMMHReg | ymmh [16] |
uint64_t | reserved3 [16] |
MPXReg | mpxr [4] |
MPXCsr | mpxc [2] |
Definition at line 352 of file RegisterContext_x86.h.
XSAVE_HDR lldb_private::XSAVE::header |
Definition at line 354 of file RegisterContext_x86.h.
FXSAVE lldb_private::XSAVE::i387 |
Definition at line 353 of file RegisterContext_x86.h.
MPXCsr lldb_private::XSAVE::mpxc[2] |
Definition at line 360 of file RegisterContext_x86.h.
MPXReg lldb_private::XSAVE::mpxr[4] |
Definition at line 359 of file RegisterContext_x86.h.
uint64_t lldb_private::XSAVE::reserved3[16] |
Definition at line 358 of file RegisterContext_x86.h.
YMMHReg lldb_private::XSAVE::ymmh[16] |
Definition at line 356 of file RegisterContext_x86.h.
Referenced by RegisterContextPOSIX_x86::CopyXSTATEtoYMM(), and RegisterContextPOSIX_x86::CopyYMMtoXSTATE().