Replace VEX.DNS with VEX.NDS in comments.
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 14 Jan 2010 19:35:36 +0000 (19:35 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 14 Jan 2010 19:35:36 +0000 (19:35 +0000)
2010-01-14  H.J. Lu  <hongjiu.lu@intel.com>

* i386-opc.h (VexVVVV): Replace VEX.DNS with VEX.NDS in
comments.

opcodes/ChangeLog
opcodes/i386-opc.h

index 275add4b438978fc3593d3e9794b4aec5ff4e905..8088f6a4990844aa5b8822c33bd01df1df786c8c 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-opc.h (VexVVVV): Replace VEX.DNS with VEX.NDS in
+       comments.
+
 2010-01-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-dis.c (names_mm): New.
index 523d3900ad818d1bbf73b7702fe088991e936639..2aa9bb2cea79d1894a92da11c30a5aa2aa8cf928 100644 (file)
@@ -277,12 +277,12 @@ enum
   Vex,
   /* How to encode VEX.vvvv:
      0: VEX.vvvv must be 1111b.
-     1: VEX.DNS.  Register-only source is encoded in VEX.vvvv where
+     1: VEX.NDS.  Register-only source is encoded in VEX.vvvv where
        the content of source registers will be preserved.
        VEX.DDS.  The second register operand is encoded in VEX.vvvv 
        where the content of first source register will be overwritten
        by the result.
-       For assembler, there are no difference between VEX.DNS and
+       For assembler, there are no difference between VEX.NDS and
        VEX.DDS.
      2. VEX.NDD.  Register destination is encoded in VEX.vvvv.
      3. VEX.LWP.  Register destination is encoded in VEX.vvvv and one
This page took 0.027513 seconds and 4 git commands to generate.