aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-dis.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-10-12 20:37:58 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-10-12 20:37:58 +0000
commit88a94849aabddaf4e6d1d2f4f2e64a5eab811430 (patch)
treef2b274fd71bb116d509c507d8c3df40d22ae0558 /opcodes/i386-dis.c
parentd41ebd5d4581711edf913325b602d70dbf98bc51 (diff)
downloadfsf-binutils-gdb-88a94849aabddaf4e6d1d2f4f2e64a5eab811430.zip
fsf-binutils-gdb-88a94849aabddaf4e6d1d2f4f2e64a5eab811430.tar.gz
fsf-binutils-gdb-88a94849aabddaf4e6d1d2f4f2e64a5eab811430.tar.bz2
2007-10-12 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (prefix_table): Reformat pblendvb and blendvps.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r--opcodes/i386-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 673266d..a0ab9f0 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -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 } },
},