Home
last modified time | relevance | path

Searched defs:XSAVE (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h352 struct XSAVE { struct
353 FXSAVE i387; // floating point registers typical in i387_fxsave_struct argument
354 XSAVE_HDR header; // The xsave_hdr_struct can be used to determine if the argument
368 XSAVE xsave; // x86 extended processor state. argument
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.h71 enum class XStateType { Invalid, FXSAVE, XSAVE }; enumerator