pulley_interpreter::decode::operands

Function xload64be_offset32

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