pulley_interpreter::encode

Function call2

Source
pub fn call2<E>(
    into: &mut E,
    arg1: impl Into<XReg>,
    arg2: impl Into<XReg>,
    offset: impl Into<PcRelOffset>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

Like call, but also x0, x1 = arg1, arg2