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

Commit b798fca

Browse files
committed
Fix bad merge
1 parent c8bd1fd commit b798fca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

document/core/syntax/instructions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ For the other SIMD instructions, the use of two's complement for the signed inte
375375
.. _syntax-vbinop:
376376
.. _syntax-vextend:
377377
.. _syntax-vextmul:
378+
.. _syntax-vcvtop:
378379

379380
Conventions
380381
...........

document/core/text/instructions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -709,10 +709,10 @@ SIMD const instructions have a mandatory :ref:`shape <syntax-simd-shape>` descri
709709
\text{i32x4.all\_true} &\Rightarrow& \I32X4.\ALLTRUE\\ &&|&
710710
\text{i32x4.bitmask} &\Rightarrow& \I32X4.\BITMASK\\ &&|&
711711
\text{i32x4.extadd\_pairwise\_i16x8\_s} &\Rightarrow& \I32X4.\EXTADDPAIRWISE\K{\_i16x8\_s}\\ &&|&
712-
\text{i32x4.widen\_low\_i16x8\_s} &\Rightarrow& \I32X4.\WIDEN\K{\_low\_i16x8\_s}\\ &&|&
713-
\text{i32x4.widen\_high\_i16x8\_s} &\Rightarrow& \I32X4.\WIDEN\K{\_high\_i16x8\_s}\\ &&|&
714-
\text{i32x4.widen\_low\_i16x8\_u} &\Rightarrow& \I32X4.\WIDEN\K{\_low\_i16x8\_u}\\ &&|&
715-
\text{i32x4.widen\_high\_i16x8\_u} &\Rightarrow& \I32X4.\WIDEN\K{\_high\_i16x8\_u}\\ &&|&
712+
\text{i32x4.extend\_low\_i16x8\_s} &\Rightarrow& \I32X4.\VEXTEND\K{\_low\_i16x8\_s}\\ &&|&
713+
\text{i32x4.extend\_high\_i16x8\_s} &\Rightarrow& \I32X4.\VEXTEND\K{\_high\_i16x8\_s}\\ &&|&
714+
\text{i32x4.extend\_low\_i16x8\_u} &\Rightarrow& \I32X4.\VEXTEND\K{\_low\_i16x8\_u}\\ &&|&
715+
\text{i32x4.extend\_high\_i16x8\_u} &\Rightarrow& \I32X4.\VEXTEND\K{\_high\_i16x8\_u}\\ &&|&
716716
\text{i32x4.shl} &\Rightarrow& \I32X4.\VSHL\\ &&|&
717717
\text{i32x4.shr\_s} &\Rightarrow& \I32X4.\VSHR\K{\_s}\\ &&|&
718718
\text{i32x4.shr\_u} &\Rightarrow& \I32X4.\VSHR\K{\_u}\\ &&|&

0 commit comments

Comments
 (0)