Skip to content

Commit 19ae75b

Browse files
committed
Define type width
1 parent 1bce50f commit 19ae75b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

document/core/syntax/instructions.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,10 @@ Instructions in this group are concerned with linear :ref:`memory <syntax-mem>`.
675675
\begin{array}{llrl}
676676
\production{memory immediate} & \memarg &::=&
677677
\{ \OFFSET~\u64, \ALIGN~\u32 \} \\
678+
\production{type width} & \X{nn} &::=&
679+
\K{32} ~|~ \K{64} \\
678680
\production{lane width} & \X{ww} &::=&
679-
8 ~|~ 16 ~|~ 32 ~|~ 64 \\
681+
\K{8} ~|~ \K{16} ~|~ \K{32} ~|~ \K{64} \\
680682
\production{instruction} & \instr &::=&
681683
\dots \\&&|&
682684
\K{i}\X{nn}\K{.}\LOAD~\memidx~\memarg ~|~

0 commit comments

Comments
 (0)