pub fn xextractv16x8<E>( into: &mut E, dst: impl Into<XReg>, src: impl Into<VReg>, lane: impl Into<u8>, )where E: Extend<u8>,
encode
low32(dst) = zext(src[lane])