Module core::core_arch::x86_64::xsave

source ·
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on x86-64 only.
Expand description

x86_64’s xsave and xsaveopt target feature intrinsics

Functions

  • xrstor64 🔒 Experimental
  • xrstors64 🔒 Experimental
  • xsave64 🔒 Experimental
  • xsavec64 🔒 Experimental
  • xsaveopt64 🔒 Experimental
  • xsaves64 🔒 Experimental
  • _xrstor64xsave
    Performs a full or partial restore of the enabled processor states using the state information stored in memory at mem_addr.
  • _xrstors64xsave,xsaves
    Performs a full or partial restore of the enabled processor states using the state information stored in memory at mem_addr.
  • _xsave64xsave
    Performs a full or partial save of the enabled processor states to memory at mem_addr.
  • _xsavec64xsave,xsavec
    Performs a full or partial save of the enabled processor states to memory at mem_addr.
  • _xsaveopt64xsave,xsaveopt
    Performs a full or partial save of the enabled processor states to memory at mem_addr.
  • _xsaves64xsave,xsaves
    Performs a full or partial save of the enabled processor states to memory at mem_addr