Replace VexNDS, VexNDD and VexLWP with VexVVVV.
commita6240cc8d56b5c81e5cec2fc67d61ce036c4b24b
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 19 Dec 2009 18:36:26 +0000 (19 18:36 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 19 Dec 2009 18:36:26 +0000 (19 18:36 +0000)
tree2389aa681c712dac5f5ed30432cdc68a97e0c205
parentb3c3a7ccd6b4b22aea34dda088ed1b690619f768
Replace VexNDS, VexNDD and VexLWP with VexVVVV.

gas/

2009-12-19  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (process_operands): Check vexvvvv instead
of vexnds and vexndd.
(build_modrm_byte): Check vexvvvv instead of vexnds, vexndd
and vexlwp.

opcodes/

2009-12-19  H.J. Lu  <hongjiu.lu@intel.com>

* i386-gen.c (opcode_modifiers): Remove VexNDS, VexNDD and
VexLWP.  Add VexVVVV.

* i386-opc.h (VexNDS): Removed.
(VexNDD): Likewise.
(VexLWP): Likewise.
(VEXXDS): New.
(VEXNDD): Likewise.
(VEXLWP): Likewise.
(VexVVVV): Likewise.
(i386_opcode_modifier): Remove vexnds, vexndd and vexlwp.
Add vexvvvv.

* i386-opc.tbl: Replace VexNDS with VexVVVV=1, VexNDD with
VexVVVV=2 and VexLWP with VexVVVV=3.
* i386-tbl.h: Regenerated.
gas/ChangeLog
gas/config/tc-i386.c
opcodes/ChangeLog
opcodes/i386-gen.c
opcodes/i386-opc.h
opcodes/i386-opc.tbl
opcodes/i386-tbl.h