pub fn vmov<E>(into: &mut E, dst: impl Into<VReg>, src: impl Into<VReg>)where E: Extend<u8>,
encode
Move between v registers.
v