mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-14 12:40:58 +08:00
Reformat vex_len_table.
2009-12-14 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (vex_len_table): Reformat.
This commit is contained in:
opcodes
@ -1,3 +1,7 @@
|
|||||||
|
2009-12-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* i386-dis.c (vex_len_table): Reformat.
|
||||||
|
|
||||||
2009-12-14 H.J. Lu <hongjiu.lu@intel.com>
|
2009-12-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* i386-dis.c (MOD_VEX_51): Renamed to ...
|
* i386-dis.c (MOD_VEX_51): Renamed to ...
|
||||||
|
@ -9353,15 +9353,17 @@ static const struct dis386 vex_len_table[][2] = {
|
|||||||
{ "vaeskeygenassist", { XM, EXx, Ib } },
|
{ "vaeskeygenassist", { XM, EXx, Ib } },
|
||||||
{ "(bad)", { XX } },
|
{ "(bad)", { XX } },
|
||||||
},
|
},
|
||||||
|
|
||||||
/* VEX_LEN_XOP_09_80 */
|
/* VEX_LEN_XOP_09_80 */
|
||||||
{
|
{
|
||||||
{ "vfrczps", { XM, EXxmm } },
|
{ "vfrczps", { XM, EXxmm } },
|
||||||
{ "vfrczps", { XM, EXymmq } },
|
{ "vfrczps", { XM, EXymmq } },
|
||||||
},
|
},
|
||||||
|
|
||||||
/* VEX_LEN_XOP_09_81 */
|
/* VEX_LEN_XOP_09_81 */
|
||||||
{
|
{
|
||||||
{ "vfrczpd", { XM, EXxmm } },
|
{ "vfrczpd", { XM, EXxmm } },
|
||||||
{ "vfrczpd", { XM, EXymmq } },
|
{ "vfrczpd", { XM, EXymmq } },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user