Function xpcadd

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

Adds offset to the pc of this instruction and stores it in dst.