mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
Rename MOD_VEX_51 to MOD_VEX_50.
2009-12-14 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (MOD_VEX_51): Renamed to ... (MOD_VEX_50): This. (vex_table): Updated. (mod_table): Likewise.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2009-12-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* i386-dis.c (MOD_VEX_51): Renamed to ...
|
||||||
|
(MOD_VEX_50): This.
|
||||||
|
(vex_table): Updated.
|
||||||
|
(mod_table): Likewise.
|
||||||
|
|
||||||
2009-12-14 Nick Clifton <nickc@redhat.com>
|
2009-12-14 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR binutils/10924
|
PR binutils/10924
|
||||||
|
@ -639,7 +639,7 @@ enum
|
|||||||
MOD_VEX_16_PREFIX_0,
|
MOD_VEX_16_PREFIX_0,
|
||||||
MOD_VEX_17,
|
MOD_VEX_17,
|
||||||
MOD_VEX_2B,
|
MOD_VEX_2B,
|
||||||
MOD_VEX_51,
|
MOD_VEX_50,
|
||||||
MOD_VEX_71_REG_2,
|
MOD_VEX_71_REG_2,
|
||||||
MOD_VEX_71_REG_4,
|
MOD_VEX_71_REG_4,
|
||||||
MOD_VEX_71_REG_6,
|
MOD_VEX_71_REG_6,
|
||||||
@ -7359,7 +7359,7 @@ static const struct dis386 vex_table[][256] = {
|
|||||||
{ "(bad)", { XX } },
|
{ "(bad)", { XX } },
|
||||||
{ "(bad)", { XX } },
|
{ "(bad)", { XX } },
|
||||||
/* 50 */
|
/* 50 */
|
||||||
{ MOD_TABLE (MOD_VEX_51) },
|
{ MOD_TABLE (MOD_VEX_50) },
|
||||||
{ PREFIX_TABLE (PREFIX_VEX_51) },
|
{ PREFIX_TABLE (PREFIX_VEX_51) },
|
||||||
{ PREFIX_TABLE (PREFIX_VEX_52) },
|
{ PREFIX_TABLE (PREFIX_VEX_52) },
|
||||||
{ PREFIX_TABLE (PREFIX_VEX_53) },
|
{ PREFIX_TABLE (PREFIX_VEX_53) },
|
||||||
@ -9667,7 +9667,7 @@ static const struct dis386 mod_table[][2] = {
|
|||||||
{ "(bad)", { XX } },
|
{ "(bad)", { XX } },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
/* MOD_VEX_51 */
|
/* MOD_VEX_50 */
|
||||||
{ "(bad)", { XX } },
|
{ "(bad)", { XX } },
|
||||||
{ "vmovmskpX", { Gdq, XS } },
|
{ "vmovmskpX", { Gdq, XS } },
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user