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

Commit 73c7608

Browse files
committed
Fix some typos
1 parent 6ff10c8 commit 73c7608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

document/core/binary/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ All other SIMD instructions are plain opcodes without any immediates.
667667
\begin{array}{llclll}
668668
\phantom{\production{instruction}} & \phantom{\Binstr} &\phantom{::=}& \phantom{\dots} && \phantom{simdhaslongerinstructionnames} \\[-2ex] &&|&
669669
\hex{FD}~~193{:}\Bu32 &\Rightarrow& \I64X2.\VNEG \\ &&|&
670-
\hex{FD}~~196{:}\Bu32 &\Rightarrow& \I64x2.\BITMASK \\ &&|&
670+
\hex{FD}~~196{:}\Bu32 &\Rightarrow& \I64X2.\BITMASK \\ &&|&
671671
\hex{FD}~~203{:}\Bu32 &\Rightarrow& \I64X2.\VSHL \\ &&|&
672672
\hex{FD}~~204{:}\Bu32 &\Rightarrow& \I64X2.\VSHR\K{\_s} \\ &&|&
673673
\hex{FD}~~205{:}\Bu32 &\Rightarrow& \I64X2.\VSHR\K{\_u} \\ &&|&

document/core/text/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ SIMD const instructions have a mandatory :ref:`shape <syntax-simd-shape>` descri
701701
\begin{array}{llclll}
702702
\phantom{\production{instruction}} & \phantom{\Tplaininstr_I} &\phantom{::=}& \phantom{averylonginstructionnameforsimdtext} && \phantom{simdhasreallylonginstructionnames} \\[-2ex] &&|&
703703
\text{i64x2.neg} &\Rightarrow& \I64X2.\VNEG\\ &&|&
704-
\text{i64x2.bitmask} &\Rightarrow& \I64x2.\BITMASK\\ &&|&
704+
\text{i64x2.bitmask} &\Rightarrow& \I64X2.\BITMASK\\ &&|&
705705
\text{i64x2.shl} &\Rightarrow& \I64X2.\VSHL\\ &&|&
706706
\text{i64x2.shr\_s} &\Rightarrow& \I64X2.\VSHR\K{\_s}\\ &&|&
707707
\text{i64x2.shr\_u} &\Rightarrow& \I64X2.\VSHR\K{\_u}\\ &&|&

0 commit comments

Comments
 (0)