This repository was archived by the owner on Dec 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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} \\[-2 ex] &&|&
669669 \hex {FD}~~193 {:}\Bu32 &\Rightarrow & \I64 X2 .\VNEG \\ &&|&
670- \hex {FD}~~196 {:}\Bu32 &\Rightarrow & \I 64 x 2 .\BITMASK \\ &&|&
670+ \hex {FD}~~196 {:}\Bu32 &\Rightarrow & \I 64 X 2 .\BITMASK \\ &&|&
671671 \hex {FD}~~203 {:}\Bu32 &\Rightarrow & \I64 X2 .\VSHL \\ &&|&
672672 \hex {FD}~~204 {:}\Bu32 &\Rightarrow & \I64 X2 .\VSHR\K {\_s} \\ &&|&
673673 \hex {FD}~~205 {:}\Bu32 &\Rightarrow & \I64 X2 .\VSHR\K {\_u} \\ &&|&
Original file line number Diff line number Diff 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} \\[-2 ex] &&|&
703703 \text {i64 x2 .neg} &\Rightarrow & \I64 X2 .\VNEG \\ &&|&
704- \text {i64 x2 .bitmask} &\Rightarrow & \I 64 x 2 .\BITMASK \\ &&|&
704+ \text {i64 x2 .bitmask} &\Rightarrow & \I 64 X 2 .\BITMASK \\ &&|&
705705 \text {i64 x2 .shl} &\Rightarrow & \I64 X2 .\VSHL \\ &&|&
706706 \text {i64 x2 .shr\_s} &\Rightarrow & \I64 X2 .\VSHR\K {\_s}\\ &&|&
707707 \text {i64 x2 .shr\_u} &\Rightarrow & \I64 X2 .\VSHR\K {\_u}\\ &&|&
You can’t perform that action at this time.
0 commit comments