Function xstore16le_g32

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

*(base + zext(addr) + offset) = low16(src)