On 8/24/21 4:27 PM, Luis Pires wrote: > Move the following instructions to decodetree: > dctdp: DFP Convert To DFP Long > dctqpq: DFP Convert To DFP Extended > drsp: DFP Round To DFP Short > drdpq: DFP Round To DFP Long > dcffix: DFP Convert From Fixed > dcffixq: DFP Convert From Fixed Quad > dctfix: DFP Convert To Fixed > dctfixq: DFP Convert To Fixed Quad > dxex: DFP Extract Biased Exponent > dxexq: DFP Extract 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 | 23 ++++++++++++ > target/ppc/translate/dfp-impl.c.inc | 55 ++++++++++++++--------------- > target/ppc/translate/dfp-ops.c.inc | 22 ------------ > 5 files changed, 69 insertions(+), 71 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>