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