pulley_interpreter::encode

Function vinsertx8

Source
pub fn vinsertx8<E>(
    into: &mut E,
    operands: impl Into<BinaryOperands<VReg, VReg, XReg>>,
    lane: impl Into<u8>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

dst = src1; dst[lane] = src2