Function core::arch::x86_64::_fxrstor64

1.27.0 · source ·
pub unsafe fn _fxrstor64(mem_addr: *const u8)
Available on x86-64 and target feature fxsr only.
Expand description

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

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

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

请参见 FXSAVEFXRSTOR

Intel’s documentation