mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 09:56:23 +08:00
2007-10-12 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (prefix_table): Reformat pblendvb and blendvps.
This commit is contained in:
@ -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.
|
||||
|
@ -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 } },
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user