xpopcnt32

Function xpopcnt32 

Source
pub fn xpopcnt32<E>(into: &mut E, dst: impl Into<XReg>, src: impl Into<XReg>)
where E: Extend<u8>,
Expand description

low32(dst) = count_ones(low32(src))