This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Reformat vex_w_table


I checked in this patch to reformat vex_w_table.


H.J.
---
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index c50683b..1ddc537 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
 2009-12-15  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* i386-dis.c (vex_w_table): Reformat.
+
+2009-12-15  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* i386-dis.c (USE_VEX_W_TABLE): New.
 	(VEX_W_TABLE): Likewise.
 	(VEX_W_XXX): Likewise.
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 17ca9f5..e2c9c51 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -10029,12 +10029,12 @@ static const struct dis386 vex_w_table[][2] = {
   },
   {
     /* VEX_W_6F_P_1  */
-    { "vmovdqu", { XM, EXx } },
+    { "vmovdqu",	{ XM, EXx } },
     { "(bad)",		{ XX } },
   },
   {
     /* VEX_W_6F_P_2  */
-    { "vmovdqa", { XM, EXx } },
+    { "vmovdqa",	{ XM, EXx } },
     { "(bad)",		{ XX } },
   },
   {
@@ -10314,7 +10314,7 @@ static const struct dis386 vex_w_table[][2] = {
   },
   {
     /* VEX_W_E6_P_1  */
-    { "vcvtdq2pd", { XM, EXxmmq } },
+    { "vcvtdq2pd",	{ XM, EXxmmq } },
     { "(bad)",		{ XX } },
   },
   {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]