pub fn bswap32<E>(into: &mut E, dst: impl Into<XReg>, src: impl Into<XReg>)where E: Extend<u8>,
encode
dst = byteswap(low32(src))