diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3fcd360253..9ede42916a 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 28745a37a9..e40a3f7cc3 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 } }, }, };