pulley_interpreter::encode

Function xpopcnt64

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

dst = count_ones(src)