qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v2 06/12] target/ppc: implement xscvspdpn with helper_todoubl


From: Richard Henderson
Subject: Re: [PATCH v2 06/12] target/ppc: implement xscvspdpn with helper_todouble
Date: Fri, 20 May 2022 08:28:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/19/22 13:18, matheus.ferst@eldorado.org.br wrote:
From: Matheus Ferst<matheus.ferst@eldorado.org.br>

Move xscvspdpn to decodetree, drop helper_xscvspdpn and use
helper_todouble directly.

Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
---
  target/ppc/fpu_helper.c             |  5 -----
  target/ppc/helper.h                 |  1 -
  target/ppc/insn32.decode            |  1 +
  target/ppc/translate/vsx-impl.c.inc | 26 +++++++++++++++++++++++++-
  target/ppc/translate/vsx-ops.c.inc  |  1 -
  5 files changed, 26 insertions(+), 8 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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