Reformat vex_w_table.
2009-12-15 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (vex_w_table): Reformat.
This commit is contained in:
parent
9e30b8e093
commit
efdb52b70e
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-dis.c (vex_w_table): Reformat.
|
||||
|
||||
2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-dis.c (USE_VEX_W_TABLE): New.
|
||||
|
|
|
@ -10029,12 +10029,12 @@ static const struct dis386 vex_w_table[][2] = {
|
|||
},
|
||||
{
|
||||
/* VEX_W_6F_P_1 */
|
||||
{ "vmovdqu", { XM, EXx } },
|
||||
{ "vmovdqu", { XM, EXx } },
|
||||
{ "(bad)", { XX } },
|
||||
},
|
||||
{
|
||||
/* VEX_W_6F_P_2 */
|
||||
{ "vmovdqa", { XM, EXx } },
|
||||
{ "vmovdqa", { XM, EXx } },
|
||||
{ "(bad)", { XX } },
|
||||
},
|
||||
{
|
||||
|
@ -10314,7 +10314,7 @@ static const struct dis386 vex_w_table[][2] = {
|
|||
},
|
||||
{
|
||||
/* VEX_W_E6_P_1 */
|
||||
{ "vcvtdq2pd", { XM, EXxmmq } },
|
||||
{ "vcvtdq2pd", { XM, EXxmmq } },
|
||||
{ "(bad)", { XX } },
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue