pulley_interpreter::encode

Function xband64_s8

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

Same as xband64 but src2 is a sign-extended 8-bit immediate.