diff options
author | Jin Kyu Song <jin.kyu.song@intel.com> | 2013-08-21 19:29:09 -0700 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-08-22 19:37:32 +0400 |
commit | f9a71e0c3800092bb1db592de6870e4fe9e83444 (patch) | |
tree | 2a6088c28a9aad98d171b1d2de86f7978e2a739e /parser.c | |
parent | a800aed7b75d56114f2e1e4928cbc48ecf96a4a0 (diff) | |
download | nasm-f9a71e0c3800092bb1db592de6870e4fe9e83444.tar.gz nasm-f9a71e0c3800092bb1db592de6870e4fe9e83444.tar.bz2 nasm-f9a71e0c3800092bb1db592de6870e4fe9e83444.zip |
AVX-512: Reword comment about opmask decorators
Previous comment was not so clear.
Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ static void process_size_override(insn *result, int operand) /* * when two or more decorators follow a register operand, * consecutive decorators are parsed here. - * the order of decorators does not matter. + * opmask and zeroing decorators can be placed in any order. * e.g. zmm1 {k2}{z} or zmm2 {z,k3} * decorator(s) are placed at the end of an operand. */ |