From 38e314eb064ae94318deaa9544c2da3f46f5d319 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 8 Mar 2018 08:34:09 +0100 Subject: x86: drop FloatD It can be expressed by D, when making the consumer look at operand size to tell apart both uses. --- opcodes/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'opcodes/ChangeLog') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 14f74cc..b4f2195 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,14 @@ 2018-03-08 Jan Beulich + * i386-gen.c (opcode_modifiers): Delete FloatD. + * i386-opc.h (FloatD): Delete. + (struct i386_opcode_modifier): Delete floatd. + * i386-opc.tbl (fadd, fsub, fsubr, fmul, fdiv, fdivr): Replace + FloatD by D. + * i386-tlb.h: Re-generate. + +2018-03-08 Jan Beulich + * i386-dis.c (float_reg): Adjust DC and DE fsub*/fdiv* patterns. 2018-03-08 Jan Beulich -- cgit v1.1