pulley_interpreter::encode

Function vpopcnt8x16

Source
pub fn vpopcnt8x16<E>(into: &mut E, dst: impl Into<VReg>, src: impl Into<VReg>)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

dst = count_ones(src)