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

Commit 6f0d956

Browse files
committed
Fix bad merge
1 parent 4b303eb commit 6f0d956

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
@@ -376,6 +376,7 @@ For the other SIMD instructions, the use of two's complement for the signed inte
376376
.. _syntax-vbinop:
377377
.. _syntax-vextend:
378378
.. _syntax-vextmul:
379+
.. _syntax-vcvtop:
379380

380381
Conventions
381382
...........

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)