pub fn xconst16<E>(into: &mut E, dst: impl Into<XReg>, imm: impl Into<i16>)where E: Extend<u8>,
encode
Set dst = sign_extend(imm16).
dst = sign_extend(imm16)