Replace Vex2Sources and Vex3Sources with VexSources.
commit0c9ae79f21a3c7e3f79c13e8b06862c79ab97ef4
authorH.J. Lu <hjl@lucon.org>
Wed, 16 Dec 2009 04:00:34 +0000 (16 04:00 +0000)
committerH.J. Lu <hjl@lucon.org>
Wed, 16 Dec 2009 04:00:34 +0000 (16 04:00 +0000)
tree11398c67e3709bc83ff06453bb2405f742b3902f
parent31ef6c7bc2556b3da454e663779c8eacac28cf4d
Replace Vex2Sources and Vex3Sources with VexSources.

gas/

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

* config/tc-i386.c (process_operands): Check vexsources
instead of vex3sources.
(build_modrm_byte): Check vexsources instead of vex2sources
and vex3sources.

opcodes/

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

* i386-gen.c (opcode_modifiers): Remove Vex3Sources and
Vex2Sources.  Add VexSources.

* i386-opc.h ()Vex2Sources: Removed.
(Vex3Sources): Likewise.
(VEX2SOURCES): New.
(VEX3SOURCES): Likewise.
(VexSources): Likewise.
(i386_opcode_modifier): Remove vex2sources and vex3sources.
Add vexsources.

* i386-opc.tbl: Replace Vex2Sources with VexSources=1 and
Vex3Sourceswith VexSources=2.
* 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