pulley_interpreter::encode

Function xbnot32

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

low32(dst) = !low32(src1)