Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 52fac1b

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 #290.
1 parent 01fdbd3 commit 52fac1b

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
@@ -243,8 +243,10 @@ SIMD instructions provide basic operations over :ref:`values <syntax-value>` of
243243
\K{i16x8.}\NARROW\K{\_i32x4\_}\sx \\&&|&
244244
\K{i16x8.}\WIDEN\K{\_low}\K{\_i8x16\_}\sx ~|~
245245
\K{i32x4.}\WIDEN\K{\_low}\K{\_i16x8\_}\sx \\&&|&
246+
\K{i64x2.}\WIDEN\K{\_low}\K{\_i32x4\_}\sx \\&&|&
246247
\K{i16x8.}\WIDEN\K{\_high}\K{\_i8x16\_}\sx ~|~
247248
\K{i32x4.}\WIDEN\K{\_high}\K{\_i16x8\_}\sx \\&&|&
249+
\K{i64x2.}\WIDEN\K{\_high}\K{\_i32x4\_}\sx \\&&|&
248250
\ishape\K{.}\vshiftop \\&&|&
249251
\ishape\K{.}\vibinop \\&&|&
250252
\K{i8x16.}\viminmaxop ~|~

0 commit comments

Comments
 (0)