Replace Vex2Sources and Vex3Sources with VexSources.
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 16 Dec 2009 04:00:35 +0000 (04:00 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 16 Dec 2009 04:00:35 +0000 (04:00 +0000)
commit8cd7925b457188d333760956a2aa06d8aa302fb0
tree3b29eee0ff3c5e12b8173f1e361797a6d73e83cd
parent1ef99a7be96373a4018f793730e9366172510bb7
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