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