summaryrefslogtreecommitdiffstats
path: root/opcodes/i386-opc.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-01-14 19:35:36 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-01-14 19:35:36 +0000
commita2a7d12cfc7afce610d6f2c45e7f8883668c9c56 (patch)
tree75c180bd7eae9c44da7e6dc56d00dfbcb7947f39 /opcodes/i386-opc.h
parenteb90ce8316bcd2a879cef0596b4272c2b1e1ddc3 (diff)
downloadppe42-binutils-a2a7d12cfc7afce610d6f2c45e7f8883668c9c56.tar.gz
ppe42-binutils-a2a7d12cfc7afce610d6f2c45e7f8883668c9c56.zip
Replace VEX.DNS with VEX.NDS in comments.
2010-01-14 H.J. Lu <hongjiu.lu@intel.com> * i386-opc.h (VexVVVV): Replace VEX.DNS with VEX.NDS in comments.
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r--opcodes/i386-opc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index 523d3900ad..2aa9bb2cea 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -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
OpenPOWER on IntegriCloud