qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/3] target/ppc: Move fsqrt[s] to decodetree


From: Daniel Henrique Barboza
Subject: Re: [PATCH 0/3] target/ppc: Move fsqrt[s] to decodetree
Date: Tue, 6 Sep 2022 17:07:51 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0

Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

On 9/5/22 09:37, Víctor Colombo wrote:
Move fsqrt and fsqrts instructions from decode legacy to decodetree.

Víctor Colombo (3):
   target/ppc: Move fsqrt to decodetree
   target/ppc: Move fsqrts to decodetree
   target/ppc: Merge fsqrt and fsqrts helpers

  target/ppc/fpu_helper.c            | 35 ++++++++-------------
  target/ppc/helper.h                |  4 +--
  target/ppc/insn32.decode           |  8 +++++
  target/ppc/translate/fp-impl.c.inc | 50 ++++++++++--------------------
  target/ppc/translate/fp-ops.c.inc  |  2 --
  5 files changed, 40 insertions(+), 59 deletions(-)




reply via email to

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