pub fn vbitselect128<E>( into: &mut E, dst: impl Into<VReg>, c: impl Into<VReg>, x: impl Into<VReg>, y: impl Into<VReg>, )where E: Extend<u8>,
encode
dst = (c & x) | (!c & y)