On 8/24/21 4:27 PM, Luis Pires wrote: > Move the following instructions to decodetree: > dquai: DFP Quantize Immediate > dquaiq: DFP Quantize Immediate Quad > drintx: DFP Round to FP Integer With Inexact > drintxq: DFP Round to FP Integer With Inexact Quad > drintn: DFP Round to FP Integer Without Inexact > drintnq: DFP Round to FP Integer Without Inexact Quad > > Signed-off-by: Luis Pires <luis.pi...@eldorado.org.br> > --- > target/ppc/dfp_helper.c | 12 +++---- > target/ppc/helper.h | 12 +++---- > target/ppc/insn32.decode | 23 +++++++++++++ > target/ppc/translate/dfp-impl.c.inc | 52 +++++++++++++---------------- > target/ppc/translate/dfp-ops.c.inc | 18 ---------- > 5 files changed, 58 insertions(+), 59 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>