pulley_interpreter::encode

Function load32_s

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

dst = sign_extend(load32(ptr))