From: H.J. Lu Date: Tue, 15 Dec 2009 01:42:57 +0000 (+0000) Subject: Reformat vex_len_table. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c807e72625c17af7cd55814b4dd02a94c5179ab;p=binutils-gdb.git Reformat vex_len_table. 2009-12-14 H.J. Lu * i386-dis.c (vex_len_table): Reformat. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3fcd360253d..9ede42916ae 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2009-12-14 H.J. Lu + + * i386-dis.c (vex_len_table): Reformat. + 2009-12-14 H.J. Lu * i386-dis.c (MOD_VEX_51): Renamed to ... diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 28745a37a98..e40a3f7cc38 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 } }, }, };