diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-12-15 21:37:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-12-15 21:37:51 +0000 |
commit | efdb52b70e8cfd1b933aa6aa63537725c307a50e (patch) | |
tree | b493f3ff600c40a5d332fc4dcf93b8e41a6f23c8 /opcodes/i386-dis.c | |
parent | 9e30b8e093dc4ecb6746d93f46636b4f049befbc (diff) | |
download | gdb-efdb52b70e8cfd1b933aa6aa63537725c307a50e.zip gdb-efdb52b70e8cfd1b933aa6aa63537725c307a50e.tar.gz gdb-efdb52b70e8cfd1b933aa6aa63537725c307a50e.tar.bz2 |
Reformat vex_w_table.
2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (vex_w_table): Reformat.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 17ca9f5..e2c9c51 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -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 } }, }, { |