Skip to content

Commit 691c21e

Browse files
committed
[spectext] Add i64x2.widen_{low,high}_i32x4_{s,u} to syntax
This is a simple change, validation and execution is already shape-agnostic, so we only need to add it to the syntax. Instructions were merged in WebAssembly#290.
1 parent b300c7a commit 691c21e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

document/core/syntax/instructions.rst

+2
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,10 @@ SIMD instructions provide basic operations over :ref:`values <syntax-value>` of
234234
\K{i16x8.}\NARROW\K{\_i32x4\_}\sx \\&&|&
235235
\K{i16x8.}\WIDEN\K{\_low}\K{\_i8x16\_}\sx ~|~
236236
\K{i32x4.}\WIDEN\K{\_low}\K{\_i16x8\_}\sx \\&&|&
237+
\K{i64x2.}\WIDEN\K{\_low}\K{\_i32x4\_}\sx \\&&|&
237238
\K{i16x8.}\WIDEN\K{\_high}\K{\_i8x16\_}\sx ~|~
238239
\K{i32x4.}\WIDEN\K{\_high}\K{\_i16x8\_}\sx \\&&|&
240+
\K{i64x2.}\WIDEN\K{\_high}\K{\_i32x4\_}\sx \\&&|&
239241
\ishape\K{.}\vshiftop \\&&|&
240242
\ishape\K{.}\vibinop \\&&|&
241243
\K{i8x16.}\viminmaxop ~|~

0 commit comments

Comments
 (0)