pub fn xstore8_g32<E>(
into: &mut E,
base: impl Into<XReg>,
addr: impl Into<XReg>,
offset: impl Into<u8>,
src: impl Into<XReg>,
)
Available on crate feature
encode
only.Expand description
*(base + zext(addr) + offset) = low8(src)