pulley_interpreter::encode

Function load32_u_offset64

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

dst = zero_extend(load32(ptr + offset64))