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

Commit e6673a7

Browse files
committed
Check in generated instructions
1 parent dfffd0d commit e6673a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/appendix/index-instructions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Instruction Binary Opcode Type
419419
:math:`\I32X4.\VMAX\K{\_s}` :math:`\hex{FD}~~184` :math:`[\V128~\V128] \to [\V128]` :ref:`validation <validation <valid-vbinop>>` :ref:`execution <execution <exec-vbinop>>`, :ref:`operator <operator <op-imax_s>>`
420420
:math:`\I32X4.\VMAX\K{\_u}` :math:`\hex{FD}~~185` :math:`[\V128~\V128] \to [\V128]` :ref:`validation <validation <valid-vbinop>>` :ref:`execution <execution <exec-vbinop>>`, :ref:`operator <operator <op-imax_u>>`
421421
:math:`\I64X2.\VNEG` :math:`\hex{FD}~~193` :math:`[\V128] \to [\V128]` :ref:`validation <validation <valid-vunop>>` :ref:`execution <execution <exec-vunop>>`, :ref:`operator <operator <op-ineg>>`
422-
:math:`\I64x2.\BITMASK` :math:`\hex{FD}~~196` :math:`[\V128] \to [\I32]` :ref:`validation <validation <valid-simd-bitmask>>` :ref:`execution <execution <exec-simd-bitmask>>`
422+
:math:`\I64X2.\BITMASK` :math:`\hex{FD}~~196` :math:`[\V128] \to [\I32]` :ref:`validation <validation <valid-simd-bitmask>>` :ref:`execution <execution <exec-simd-bitmask>>`
423423
:math:`\I64X2.\VSHL` :math:`\hex{FD}~~203` :math:`[\V128~\I32] \to [\V128]` :ref:`validation <validation <valid-vshiftop>>` :ref:`execution <execution <exec-vshiftop>>`, :ref:`operator <operator <op-ishl>>`
424424
:math:`\I64X2.\VSHR\K{\_s}` :math:`\hex{FD}~~204` :math:`[\V128~\I32] \to [\V128]` :ref:`validation <validation <valid-vshiftop>>` :ref:`execution <execution <exec-vshiftop>>`, :ref:`operator <operator <op-ishr_s>>`
425425
:math:`\I64X2.\VSHR\K{\_u}` :math:`\hex{FD}~~205` :math:`[\V128~\I32] \to [\V128]` :ref:`validation <validation <valid-vshiftop>>` :ref:`execution <execution <exec-vshiftop>>`, :ref:`operator <operator <op-ishr_u>>`

0 commit comments

Comments
 (0)