Function core::arch::x86_64::_xgetbv

1.27.0 · source ·
pub unsafe fn _xgetbv(xcr_no: u32) -> u64
Available on (x86 or x86-64) and target feature xsave and x86-64 only.
Expand description

读取 xcr_no 中指定的扩展控制寄存器 XCR 的内容。

Intel’s documentation