Function core::arch::x86_64::_bextr2_u32

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

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

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

Intel’s documentation