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: Use XS on psrldq and pslldq


psrldq and pslldq only take xmm registers. I am checking this patch
to replace MS with XS.


H.J.
---
2007-10-19  H.J. Lu  <hongjiu.lu@intel.com>

	* i386-dis.c (prefix_table): Use XS on psrldq and pslldq.

--- ./i386-dis.c.foo	2007-10-16 09:05:15.000000000 -0700
+++ ./i386-dis.c	2007-10-19 16:17:18.000000000 -0700
@@ -2565,7 +2565,7 @@ static const struct dis386 prefix_table[
   {
     { "(bad)",	{ XX } },
     { "(bad)",	{ XX } },
-    { "psrldq",	{ MS, Ib } },
+    { "psrldq",	{ XS, Ib } },
     { "(bad)",	{ XX } },
   },
 
@@ -2573,7 +2573,7 @@ static const struct dis386 prefix_table[
   {
     { "(bad)",	{ XX } },
     { "(bad)",	{ XX } },
-    { "pslldq",	{ MS, Ib } },
+    { "pslldq",	{ XS, Ib } },
     { "(bad)",	{ XX } },
   },
 


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