qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 18/19] target/ppc: Move dct{dp, qpq}, dr{sp, dpq}, dc{f, t}fi


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 18/19] target/ppc: Move dct{dp, qpq}, dr{sp, dpq}, dc{f, t}fix[q], dxex[q] to decodetree
Date: Wed, 25 Aug 2021 15:19: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:
> 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.pires@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é <f4bug@amsat.org>



reply via email to

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