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