pulley_interpreter::encode

Function zext32

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

dst = zext(low32(src))