qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 19/19] target/ppc: Move ddedpd[q], denbcd[q], dscli[q], dscri


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 19/19] target/ppc: Move ddedpd[q], denbcd[q], dscli[q], dscri[q] to decodetree
Date: Wed, 25 Aug 2021 15:20:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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.pires@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é <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]