Searched defs:FXSAVE (Results 1 – 3 of 3) sorted by relevance
266 struct FXSAVE { struct267 uint16_t fctrl; // FPU Control Word (fcw)268 uint16_t fstat; // FPU Status Word (fsw)269 uint16_t ftag; // FPU Tag Word (ftw)270 uint16_t fop; // Last Instruction Opcode (fop)271 union {283 } ptr;284 uint32_t mxcsr; // MXCSR Register State285 uint32_t mxcsrmask; // MXCSR Mask286 MMSReg stmm[8]; // 8*16 bytes for each FP-reg = 128 bytes[all …]
67 enum class XStateType { Invalid, FXSAVE, XSAVE }; enumerator
1664 #define FXSAVE(a) fxsave P_ARG1(a) macro