aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-12-16 04:00:35 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-12-16 04:00:35 +0000
commit8cd7925b457188d333760956a2aa06d8aa302fb0 (patch)
tree3b29eee0ff3c5e12b8173f1e361797a6d73e83cd /opcodes/i386-gen.c
parent1ef99a7be96373a4018f793730e9366172510bb7 (diff)
downloadgdb-8cd7925b457188d333760956a2aa06d8aa302fb0.zip
gdb-8cd7925b457188d333760956a2aa06d8aa302fb0.tar.gz
gdb-8cd7925b457188d333760956a2aa06d8aa302fb0.tar.bz2
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.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index c35a8a9..20217c4 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -364,8 +364,7 @@ static bitfield opcode_modifiers[] =
BITFIELD (XOP08),
BITFIELD (XOP09),
BITFIELD (XOP0A),
- BITFIELD (Vex3Sources),
- BITFIELD (Vex2Sources),
+ BITFIELD (VexSources),
BITFIELD (VexImmExt),
BITFIELD (SSE2AVX),
BITFIELD (NoAVX),