2007-10-19 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 19 Oct 2007 23:24:00 +0000 (23:24 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 19 Oct 2007 23:24:00 +0000 (23:24 +0000)
* i386-dis.c (prefix_table): Use XS on psrldq and pslldq.

opcodes/ChangeLog
opcodes/i386-dis.c

index a4d3f1ae489fe1b16b9ddbd2ade0867902bfe93e..78d2396c2fa93747a98e19f5eae099f5c3785521 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (prefix_table): Use XS on psrldq and pslldq.
+
 2007-10-17  Nathan Sidwell  <nathan@codesourcery.com>
 
        * m68k-opc.c (m68k_opcodes): Correct move sr and ccr masks for
index ab2aa7bd272665c0eac1ee0f17ff653ecd38d52f..8c04ccfbfda60e4ec02338e7c65dcc5f8b3e617f 100644 (file)
@@ -2565,7 +2565,7 @@ static const struct dis386 prefix_table[][4] = {
   {
     { "(bad)", { XX } },
     { "(bad)", { XX } },
-    { "psrldq",        { MS, Ib } },
+    { "psrldq",        { XS, Ib } },
     { "(bad)", { XX } },
   },
 
@@ -2573,7 +2573,7 @@ static const struct dis386 prefix_table[][4] = {
   {
     { "(bad)", { XX } },
     { "(bad)", { XX } },
-    { "pslldq",        { MS, Ib } },
+    { "pslldq",        { XS, Ib } },
     { "(bad)", { XX } },
   },
 
This page took 0.034067 seconds and 4 git commands to generate.