Available on x86 or x86-64 only.
Expand description
i586’s xsave and xsaveopt target feature intrinsics
Constants§
- _XCR_
XFEATURE_ ENABLED_ MASK XFEATURE_ENABLED_MASKforXCR
Functions§
- _xgetbv⚠
xsave - Reads the contents of the extended control register
XCRspecified inxcr_no. - _xrstor⚠
xsave - Performs a full or partial restore of the enabled processor states using
the state information stored in memory at
mem_addr. - _xrstors⚠
xsaveandxsaves - Performs a full or partial restore of the enabled processor states using the
state information stored in memory at
mem_addr. - _xsave⚠
xsave - Performs a full or partial save of the enabled processor states to memory at
mem_addr. - _xsavec⚠
xsaveandxsavec - Performs a full or partial save of the enabled processor states to memory
at
mem_addr. - _xsaveopt⚠
xsaveandxsaveopt - Performs a full or partial save of the enabled processor states to memory at
mem_addr. - _xsaves⚠
xsaveandxsaves - Performs a full or partial save of the enabled processor states to memory at
mem_addr - _xsetbv⚠
xsave - Copies 64-bits from
valto the extended control register (XCR) specified bya. - xgetbv 🔒 ⚠
- xrstor 🔒 ⚠
- xrstors 🔒 ⚠
- xsave 🔒 ⚠
- xsavec 🔒 ⚠
- xsaveopt 🔒 ⚠
- xsaves 🔒 ⚠
- xsetbv 🔒 ⚠