Visible to Intel only — GUID: GUID-B9D493C3-E642-4B3C-8343-8D0D69701D4A
Visible to Intel only — GUID: GUID-B9D493C3-E642-4B3C-8343-8D0D69701D4A
_xrstor()/xrstors()
Restores the states of x87 FPU, MMX, XMM, YMM, and MXCSR registers from memory.
extern void _xrstor(void *mem, unsigned __int64 rstor_mask); extern void _xrstors(const void *mem, unsigned __int64 rstor_mask); |
- mem
-
A memory reference to FXSAVE area. The 512-bytes memory addressed by the reference must be 16-bytes aligned.
- rstor_mask
-
A bit mask specifying the extended states to be restored.
Restores the states of x87 FPU, MMX, XMM, YMM, and MXCSR registers from memory. The xrstor intrinsic maps to XRSTOR instruction, and the xrstors intrinsic maps to XRSTORS instruction. See the Intel® 64 and IA-32 Architectures Software Developer's Manual for information on how the instructions differ.