Add x86 encoding for SIMD imul
Only i16x8 and i32x4 are encoded in this commit mainly because i8x16 and i64x2 do not have simple encodings in x86. i64x2 is not required by the SIMD spec and there is discussion (https://github.com/WebAssembly/simd/pull/98#issuecomment-530092217) about removing i8x16.
This commit is contained in:
@@ -1722,8 +1722,7 @@ pub(crate) fn define(
|
||||
Wrapping integer multiplication: `a := x y \pmod{2^B}`.
|
||||
|
||||
This instruction does not depend on the signed/unsigned interpretation
|
||||
of the
|
||||
operands.
|
||||
of the operands.
|
||||
|
||||
Polymorphic over all integer types (vector and scalar).
|
||||
"#,
|
||||
|
||||
Reference in New Issue
Block a user