On 8/24/21 4:27 PM, Luis Pires wrote: > Move the following instructions to decodetree: > dadd: DFP Add > daddq: DFP Add Quad > dsub: DFP Subtract > dsubq: DFP Subtract Quad > dmul: DFP Multiply > dmulq: DFP Multiply Quad > ddiv: DFP Divide > ddivq: DFP Divide Quad > diex: DFP Insert Biased Exponent > diexq: DFP Insert Biased Exponent Quad > > Signed-off-by: Luis Pires <luis.pi...@eldorado.org.br> > --- > target/ppc/dfp_helper.c | 20 +++++----- > target/ppc/helper.h | 20 +++++----- > target/ppc/insn32.decode | 31 +++++++++++++++- > target/ppc/translate/dfp-impl.c.inc | 57 ++++++++++++++--------------- > target/ppc/translate/dfp-ops.c.inc | 19 ---------- > 5 files changed, 76 insertions(+), 71 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>