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]

Re: PATCH: Fix xorx in BMI2


On Thu, Jun 30, 2011 at 08:48:04AM -0700, H.J. Lu wrote:
> Hi,
> 
> I checked in this patch to fix xorx in BMI2.
> 
> 

I checked in this small update.

H.J.
----
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 51c6aa9..2e04791 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
 2011-06-30  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* i386-dis.c (vex_len_table): Update rorxS.
+
+2011-06-30  H.J. Lu  <hongjiu.lu@intel.com>
+
 	AVX Programming Reference (June, 2011)
 	* i386-dis.c (vex_len_table): Correct rorxS.
 
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 04ab2bd..d284afc 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -8961,7 +8961,7 @@ static const struct dis386 vex_len_table[][2] = {
 
   /* VEX_LEN_0F3AF0_P_3 */
   {
-    { "rorxS",		{ Gv, Ev, Ib } },
+    { "rorxS",		{ Gdq, Edq, Ib } },
   },
 
   /* VEX_LEN_0FXOP_09_80 */


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