On 8/24/21 4:27 PM, Luis Pires wrote:
> Move the following instructions to decodetree:
> ddedpd:  DFP Decode DPD To BCD
> ddedpdq: DFP Decode DPD To BCD Quad
> denbcd:  DFP Encode BCD To DPD
> denbcdq: DFP Encode BCD To DPD Quad
> dscli:   DFP Shift Significand Left Immediate
> dscliq:  DFP Shift Significand Left Immediate Quad
> dscri:   DFP Shift Significand Right Immediate
> dscriq:  DFP Shift Significand Right Immediate Quad
> 
> Also deleted dfp-ops.c.inc, now that all PPC DFP instructions were
> moved to decodetree.
> 
> Signed-off-by: Luis Pires <luis.pi...@eldorado.org.br>
> ---
>  target/ppc/dfp_helper.c             | 16 ++++-----
>  target/ppc/helper.h                 | 16 ++++-----
>  target/ppc/insn32.decode            | 28 +++++++++++++++
>  target/ppc/translate.c              |  2 --
>  target/ppc/translate/dfp-impl.c.inc | 54 +++++++++++++----------------
>  target/ppc/translate/dfp-ops.c.inc  | 40 ---------------------
>  6 files changed, 68 insertions(+), 88 deletions(-)
>  delete mode 100644 target/ppc/translate/dfp-ops.c.inc

Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>

Reply via email to