LLDB mainline
lldb_private::XSAVE Struct Reference

#include <RegisterContext_x86.h>

Public Attributes

FXSAVE i387
XSAVE_HDR header
YMMHReg ymmh [16]
uint64_t reserved3 [16]
MPXReg mpxr [4]
MPXCsr mpxc [2]

Detailed Description

Definition at line 352 of file RegisterContext_x86.h.

Member Data Documentation

◆ header

XSAVE_HDR lldb_private::XSAVE::header

Definition at line 354 of file RegisterContext_x86.h.

◆ i387

FXSAVE lldb_private::XSAVE::i387

Definition at line 353 of file RegisterContext_x86.h.

◆ mpxc

MPXCsr lldb_private::XSAVE::mpxc[2]

Definition at line 360 of file RegisterContext_x86.h.

◆ mpxr

MPXReg lldb_private::XSAVE::mpxr[4]

Definition at line 359 of file RegisterContext_x86.h.

◆ reserved3

uint64_t lldb_private::XSAVE::reserved3[16]

Definition at line 358 of file RegisterContext_x86.h.

◆ ymmh

YMMHReg lldb_private::XSAVE::ymmh[16]

Definition at line 356 of file RegisterContext_x86.h.


The documentation for this struct was generated from the following file: