Function core::arch::x86::_bextr2_u321.27.0[][src]

pub unsafe fn _bextr2_u32(a: u32, control: u32) -> u32
This is supported on x86 and target feature bmi1 only.
Expand description

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

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

Intel’s documentation