pulley_interpreter::encode

Function xclz64

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

dst = leading_zeros(src)