2007-10-12 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 12 Oct 2007 20:37:58 +0000 (20:37 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 12 Oct 2007 20:37:58 +0000 (20:37 +0000)
* i386-dis.c (prefix_table): Reformat pblendvb and blendvps.

opcodes/ChangeLog
opcodes/i386-dis.c

index f95e09bd2d3612f7dec235c9492a0a2032f1e24c..0ec9fdccd56a548336a15e96d3e1b9e7400468ca 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (prefix_table): Reformat pblendvb and blendvps.
+
 2007-10-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-dis.c (v_mode): Defined as previous one + 1.
index 673266d1196892ec27be8df6c4c318ab7f9d0cdf..a0ab9f0b5b4aec640a587ab0308c34e7122d620e 100644 (file)
@@ -2133,7 +2133,7 @@ static const struct dis386 prefix_table[][4] = {
   {
     { "(bad)", { XX } },
     { "(bad)", { XX } },
-    { "pblendvb", {XM, EXx, XMM0 } },
+    { "pblendvb", { XM, EXx, XMM0 } },
     { "(bad)", { XX } },
   },
 
@@ -2141,7 +2141,7 @@ static const struct dis386 prefix_table[][4] = {
   {
     { "(bad)", { XX } },
     { "(bad)", { XX } },
-    { "blendvps", {XM, EXx, XMM0 } },
+    { "blendvps", { XM, EXx, XMM0 } },
     { "(bad)", { XX } },
   },
 
This page took 0.032041 seconds and 4 git commands to generate.