pulley_interpreter::decode::operands

Function vinsertx64

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