pub unsafe fn _fxrstor(mem_addr: *const u8)Available on (x86 or x86-64) and target feature
fxsr and x86 only.Expand description
从以下位置恢复 XMM,MMX,MXCSR 和 x87 FPU 寄存器
512 字节长,16 字节对齐的内存区域 mem_addr。
该存储区的内容应该已经由以前的 _fxsave 或 _fxsave64 内部函数写入。
目标操作数未对齐将引发通用保护 (#GP) 或对齐检查异常 (#AC)。