diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-12-15 01:42:57 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-12-15 01:42:57 +0000 |
commit | 4c807e72625c17af7cd55814b4dd02a94c5179ab (patch) | |
tree | 233f26c05e8e5fdbd193f3369392e549098e7973 /opcodes/i386-dis.c | |
parent | a6bcb905d1700ac091fefcf0a85f83213e6a661d (diff) | |
download | gdb-4c807e72625c17af7cd55814b4dd02a94c5179ab.zip gdb-4c807e72625c17af7cd55814b4dd02a94c5179ab.tar.gz gdb-4c807e72625c17af7cd55814b4dd02a94c5179ab.tar.bz2 |
Reformat vex_len_table.
2009-12-14 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (vex_len_table): Reformat.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 28745a3..e40a3f7 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -9353,15 +9353,17 @@ static const struct dis386 vex_len_table[][2] = { { "vaeskeygenassist", { XM, EXx, Ib } }, { "(bad)", { XX } }, }, + /* VEX_LEN_XOP_09_80 */ { - { "vfrczps", { XM, EXxmm } }, - { "vfrczps", { XM, EXymmq } }, + { "vfrczps", { XM, EXxmm } }, + { "vfrczps", { XM, EXymmq } }, }, + /* VEX_LEN_XOP_09_81 */ { - { "vfrczpd", { XM, EXxmm } }, - { "vfrczpd", { XM, EXymmq } }, + { "vfrczpd", { XM, EXxmm } }, + { "vfrczpd", { XM, EXymmq } }, }, }; |