Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h349 struct XSAVE { struct
350 FXSAVE i387; // floating point registers typical in i387_fxsave_struct argument
351 XSAVE_HDR header; // The xsave_hdr_struct can be used to determine if the argument
365 XSAVE xsave; // x86 extended processor state. argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.h68 enum class XStateType { Invalid, FXSAVE, XSAVE }; enumerator