qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 16/19] target/ppc: Move dquai[q], drint{x,n}[q] to decodetree


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 16/19] target/ppc: Move dquai[q], drint{x,n}[q] to decodetree
Date: Wed, 25 Aug 2021 15:18:17 +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:
> dquai:   DFP Quantize Immediate
> dquaiq:  DFP Quantize Immediate Quad
> drintx:  DFP Round to FP Integer With Inexact
> drintxq: DFP Round to FP Integer With Inexact Quad
> drintn:  DFP Round to FP Integer Without Inexact
> drintnq: DFP Round to FP Integer Without Inexact Quad
> 
> Signed-off-by: Luis Pires <luis.pires@eldorado.org.br>
> ---
>  target/ppc/dfp_helper.c             | 12 +++----
>  target/ppc/helper.h                 | 12 +++----
>  target/ppc/insn32.decode            | 23 +++++++++++++
>  target/ppc/translate/dfp-impl.c.inc | 52 +++++++++++++----------------
>  target/ppc/translate/dfp-ops.c.inc  | 18 ----------
>  5 files changed, 58 insertions(+), 59 deletions(-)

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



reply via email to

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