Function core::arch::x86_64::_bextr2_u64

1.27.0 · source ·
pub unsafe fn _bextr2_u64(a: u64, control: u64) -> u64
Available on x86-64 and target feature bmi1 only.
Expand description

control 指定的 a 的位提取到结果的最低有效位中。

control 的位 [7,0] 指定要提取的范围中第一位的索引,而 [15,8] 的位指定范围的长度。

Intel’s documentation