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

Commit

Permalink
[spectext] Add i64x2.widen_{low,high}_i32x4_{s,u} to syntax
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ngzhian committed Feb 9, 2021
1 parent 01fdbd3 commit 52fac1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions document/core/syntax/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,10 @@ SIMD instructions provide basic operations over :ref:`values <syntax-value>` of
\K{i16x8.}\NARROW\K{\_i32x4\_}\sx \\&&|&
\K{i16x8.}\WIDEN\K{\_low}\K{\_i8x16\_}\sx ~|~
\K{i32x4.}\WIDEN\K{\_low}\K{\_i16x8\_}\sx \\&&|&
\K{i64x2.}\WIDEN\K{\_low}\K{\_i32x4\_}\sx \\&&|&
\K{i16x8.}\WIDEN\K{\_high}\K{\_i8x16\_}\sx ~|~
\K{i32x4.}\WIDEN\K{\_high}\K{\_i16x8\_}\sx \\&&|&
\K{i64x2.}\WIDEN\K{\_high}\K{\_i32x4\_}\sx \\&&|&
\ishape\K{.}\vshiftop \\&&|&
\ishape\K{.}\vibinop \\&&|&
\K{i8x16.}\viminmaxop ~|~
Expand Down

0 comments on commit 52fac1b

Please sign in to comment.