pulley_interpreter::decode::operands

Function xconst64

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