pulley_interpreter::decode::operands

Function xpush64_many

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