We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bce50f commit 19ae75bCopy full SHA for 19ae75b
document/core/syntax/instructions.rst
@@ -675,8 +675,10 @@ Instructions in this group are concerned with linear :ref:`memory <syntax-mem>`.
675
\begin{array}{llrl}
676
\production{memory immediate} & \memarg &::=&
677
\{ \OFFSET~\u64, \ALIGN~\u32 \} \\
678
+ \production{type width} & \X{nn} &::=&
679
+ \K{32} ~|~ \K{64} \\
680
\production{lane width} & \X{ww} &::=&
- 8 ~|~ 16 ~|~ 32 ~|~ 64 \\
681
+ \K{8} ~|~ \K{16} ~|~ \K{32} ~|~ \K{64} \\
682
\production{instruction} & \instr &::=&
683
\dots \\&&|&
684
\K{i}\X{nn}\K{.}\LOAD~\memidx~\memarg ~|~
0 commit comments