pulley_interpreter::encode

Function vshuffle

Source
pub fn vshuffle<E>(
    into: &mut E,
    dst: impl Into<VReg>,
    src1: impl Into<VReg>,
    src2: impl Into<VReg>,
    mask: impl Into<u128>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

dst = shuffle(src1, src2, mask)