2009-12-11 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (get_valid_dis386): Set vex.w to 0 for VEX C5
prefix.
(print_insn): Don't set vex.w here.
+2009-12-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-dis.c (get_valid_dis386): Set vex.w to 0 for VEX C5
+ prefix.
+ (print_insn): Don't set vex.w here.
+
2009-12-11 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (print_insn): Set vex.w to 0.
&& vex.register_specifier > 0x7)
BadOp ();
+ vex.w = 0;
+
vex.length = (*codep & 0x4) ? 256 : 128;
switch ((*codep & 0x3))
{
need_vex = 0;
need_vex_reg = 0;
- vex.w = 0;
vex_w_done = 0;
if (dp->name == NULL && dp->op[0].bytemode == FLOATCODE)