Reformat vex_len_table.
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 15 Dec 2009 01:42:57 +0000 (01:42 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 15 Dec 2009 01:42:57 +0000 (01:42 +0000)
2009-12-14  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (vex_len_table): Reformat.

opcodes/ChangeLog
opcodes/i386-dis.c

index 3fcd360..9ede429 100644 (file)
@@ -1,5 +1,9 @@
 2009-12-14  H.J. Lu  <hongjiu.lu@intel.com>
 
+       * i386-dis.c (vex_len_table): Reformat.
+
+2009-12-14  H.J. Lu  <hongjiu.lu@intel.com>
+
        * i386-dis.c (MOD_VEX_51): Renamed to ...
        (MOD_VEX_50): This.
        (vex_table): Updated.
index 28745a3..e40a3f7 100644 (file)
@@ -9353,15 +9353,17 @@ static const struct dis386 vex_len_table[][2] = {
     { "vaeskeygenassist", { XM, EXx, Ib } },
     { "(bad)",         { XX } },
   },
+
   /* VEX_LEN_XOP_09_80 */
   {
-    { "vfrczps", { XM, EXxmm } },
-    { "vfrczps", { XM, EXymmq } },
+    { "vfrczps",       { XM, EXxmm } },
+    { "vfrczps",       { XM, EXymmq } },
   },
+
   /* VEX_LEN_XOP_09_81 */
   {
-    { "vfrczpd", { XM, EXxmm } },
-    { "vfrczpd", { XM, EXymmq } },
+    { "vfrczpd",       { XM, EXxmm } },
+    { "vfrczpd",       { XM, EXymmq } },
   },
 };