pulley_interpreter::decode::operands

Function vinsertx16

Source
pub fn vinsertx16<T: BytecodeStream>(
    pc: &mut T,
) -> Result<(BinaryOperands<VReg, VReg, XReg>, u8), T::Error>
Available on crate feature decode only.