pulley_interpreter::decode::operands

Function xadd32

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