pulley_interpreter::encode

Function xconst16

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

Set dst = sign_extend(imm16).