pub fn load32_u<E>(into: &mut E, dst: impl Into<XReg>, ptr: impl Into<XReg>)where E: Extend<u8>,
encode
dst = zero_extend(load32(ptr))