pub fn call4<E>(
into: &mut E,
arg1: impl Into<XReg>,
arg2: impl Into<XReg>,
arg3: impl Into<XReg>,
arg4: impl Into<XReg>,
offset: impl Into<PcRelOffset>,
)
Available on crate feature
encode
only.Expand description
Like call
, but also x0, x1, x2, x3 = arg1, arg2, arg3, arg4