Add x86 legalization for SIMD ineg
This commit is contained in:
@@ -1704,6 +1704,17 @@ pub(crate) fn define(
|
||||
.operands_out(vec![a]),
|
||||
);
|
||||
|
||||
ig.push(
|
||||
Inst::new(
|
||||
"ineg",
|
||||
r#"
|
||||
Integer negation: `a := -x \pmod{2^B}`.
|
||||
"#,
|
||||
)
|
||||
.operands_in(vec![x])
|
||||
.operands_out(vec![a]),
|
||||
);
|
||||
|
||||
ig.push(
|
||||
Inst::new(
|
||||
"imul",
|
||||
|
||||
Reference in New Issue
Block a user