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