Function pulley_interpreter::encode::load32_s_offset8
source ยท pub fn load32_s_offset8<E>(
into: &mut E,
dst: impl Into<XReg>,
ptr: impl Into<XReg>,
offset: impl Into<i8>,
)
Available on crate feature
encode
only.Expand description
dst = sign_extend(load32(ptr + offset8))