pub fn zext16<E>(into: &mut E, dst: impl Into<XReg>, src: impl Into<XReg>)where E: Extend<u8>,
dst = zext(low16(src))