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

Commit 7a8190f

Browse files
committed
[spectext] Add i64x2 signed comparisons
Previously it was included \ishape.\virelop, but it is incorrect, as we don't have i64x2 unsigned comparisons. i64x2 signed comparisons were added in #412.
1 parent 961edc4 commit 7a8190f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

document/core/syntax/instructions.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,15 @@ SIMD instructions provide basic operations over :ref:`values <syntax-value>` of
221221
\K{i64x2.}\EXTRACTLANE~\laneidx \\&&|&
222222
\fshape\K{.}\EXTRACTLANE~\laneidx \\&&|&
223223
\shape\K{.}\REPLACELANE~\laneidx \\&&|&
224-
\ishape\K{.}\virelop \\&&|&
224+
\K{i8x16}\K{.}\virelop ~|~
225+
\K{i16x8}\K{.}\virelop ~|~
226+
\K{i32x4}\K{.}\virelop \\&&|&
227+
\K{i64x2.}\K{eq} ~|~
228+
\K{i64x2.}\K{ne} \\&&|&
229+
\K{i64x2.}\K{lt\_s} ~|~
230+
\K{i64x2.}\K{gt\_s} ~|~
231+
\K{i64x2.}\K{le\_s} ~|~
232+
\K{i64x2.}\K{ge\_s} \\&&|&
225233
\fshape\K{.}\vfrelop \\&&|&
226234
\K{i8x16.}\viunop ~|~
227235
\K{i16x8.}\viunop ~|~

0 commit comments

Comments
 (0)