pulley_interpreter::encode

Function xconst8

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

Set dst = sign_extend(imm8).