pulley_interpreter::encode

Function xbmask64

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

dst = if src == 0 { 0 } else { -1 }