pulley_interpreter::encode

Function xconst32

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

Set dst = sign_extend(imm32).