qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 14/19] target/ppc: Move d{add, sub, mul, div, iex}[q] to deco


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 14/19] target/ppc: Move d{add, sub, mul, div, iex}[q] to decodetree
Date: Wed, 25 Aug 2021 15:16:53 +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:
> dadd:  DFP Add
> daddq: DFP Add Quad
> dsub:  DFP Subtract
> dsubq: DFP Subtract Quad
> dmul:  DFP Multiply
> dmulq: DFP Multiply Quad
> ddiv:  DFP Divide
> ddivq: DFP Divide Quad
> diex:  DFP Insert Biased Exponent
> diexq: DFP Insert 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            | 31 +++++++++++++++-
>  target/ppc/translate/dfp-impl.c.inc | 57 ++++++++++++++---------------
>  target/ppc/translate/dfp-ops.c.inc  | 19 ----------
>  5 files changed, 76 insertions(+), 71 deletions(-)

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



reply via email to

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