Discover Packages
github.com/klauspost/intrinsics
x86
xsave
package
Version:
v0.0.0-...-3878f85
Opens a new window with list of versions in this module.
Published: Jul 23, 2017
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Xgetbv: Copy up to 64-bits from the value of the extended control register
(XCR) specified by 'a' into 'dst'. Currently only XFEATURE_ENABLED_MASK XCR
is supported.
dst[63:0] := XCR[a]
Instruction: 'XGETBV'. Intrinsic: '_xgetbv'.
Requires XSAVE.
Xsetbv: Copy 64-bits from 'val' to the extended control register (XCR)
specified by 'a'. Currently only XFEATURE_ENABLED_MASK XCR is supported.
XCR[a] := val[63:0]
Instruction: 'XSETBV'. Intrinsic: '_xsetbv'.
Requires XSAVE.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.