pub fn call2<E>( into: &mut E, arg1: impl Into<XReg>, arg2: impl Into<XReg>, offset: impl Into<PcRelOffset>, )where E: Extend<u8>,
encode
Like call, but also x0, x1 = arg1, arg2
call
x0, x1 = arg1, arg2