On 8/24/21 4:27 PM, Luis Pires wrote: > Move the following instructions to decodetree: > dtstdc: DFP Test Data Class > dtstdcq: DFP Test Data Class Quad > dtstdg: DFP Test Data Group > dtstdgq: DFP Test Data Group Quad > > Signed-off-by: Luis Pires <luis.pi...@eldorado.org.br> > --- > target/ppc/dfp_helper.c | 8 +++---- > target/ppc/helper.h | 8 +++---- > target/ppc/insn32.decode | 14 +++++++++++ > target/ppc/translate/dfp-impl.c.inc | 36 ++++++++++++----------------- > target/ppc/translate/dfp-ops.c.inc | 10 -------- > 5 files changed, 37 insertions(+), 39 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>