pulley_interpreter::encode

Function xload32le_offset8

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

low32(dst) = *(ptr + offset)