Function core::arch::x86::_fxrstor1.27.0[][src]

pub unsafe fn _fxrstor(mem_addr: *const u8)
This is supported on x86 and target feature fxsr only.
Expand description

从以下位置恢复 XMMMMXMXCSRx87 FPU 寄存器 512 字节长,16 字节对齐的内存区域 mem_addr

该存储区的内容应该已经由以前的 _fxsave_fxsave64 内联函数写入。

目标操作数未对齐将引发通用保护 (#GP) 或对齐检查异常 (#AC)。

请参见 FXSAVEFXRSTOR

Intel’s documentation