summaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-12-16 02:10:43 +0000
committerH.J. Lu <hjl@lucon.org>2009-12-16 02:10:43 +0000
commit31ef6c7bc2556b3da454e663779c8eacac28cf4d (patch)
tree5183bb6b1d141dde6bfc5d3aa17250c62a3586b2 /opcodes/i386-gen.c
parent9afbabf64f1d22448a10af638b7d94b4d57be7fe (diff)
downloadbinutils-redhat-31ef6c7bc2556b3da454e663779c8eacac28cf4d.tar.gz
Remove VexW0 and VexW1. Add VexW.
gas/ 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (build_vex_prefix): Replace vexw0/vexw1 with vexw. (build_modrm_byte): Likewise. opcodes/ 2009-12-15 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (opcode_modifiers): Remove VexW0 and VexW1. Add VexW. * i386-opc.h (VexW0): Removed. (VexW1): Likewise. (VEXW0): New. (VEXW1): Likewise. (VexW): Likewise. (i386_opcode_modifier): Remove vexw0 and vexw1. Add vexw. * i386-opc.tbl: Replace VexW0 with VexW=1 and VexW1 with Vex=2. * i386-init.h: Regenerated. * i386-tbl.h: Likewise.
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 b5e60b1440..c35a8a98f5 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -357,8 +357,7 @@ static bitfield opcode_modifiers[] =
BITFIELD (VexNDS),
BITFIELD (VexNDD),
BITFIELD (VexLWP),
- BITFIELD (VexW0),
- BITFIELD (VexW1),
+ BITFIELD (VexW),
BITFIELD (Vex0F),
BITFIELD (Vex0F38),
BITFIELD (Vex0F3A),