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