Searched defs:XSAVE (Results 1 – 2 of 2) sorted by relevance
349 struct XSAVE { struct350 FXSAVE i387; // floating point registers typical in i387_fxsave_struct argument351 XSAVE_HDR header; // The xsave_hdr_struct can be used to determine if the argument365 XSAVE xsave; // x86 extended processor state. argument
68 enum class XStateType { Invalid, FXSAVE, XSAVE }; enumerator