Function xload16le_s32_g32

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

low32(dst) = sext_16_32(*(base + zext(addr) + offset))