AVX-512: Reword comment about opmask decorators
authorJin Kyu Song <jin.kyu.song@intel.com>
Thu, 22 Aug 2013 02:29:09 +0000 (19:29 -0700)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 22 Aug 2013 15:37:32 +0000 (19:37 +0400)
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>
parser.c

index 5571c6f..4b3f059 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -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.
  */