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

Víctor Colombo posted 3 patches 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220905123746.54659-1-victor.colombo@eldorado.org.br
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>
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(-)
[PATCH 0/3] target/ppc: Move fsqrt[s] to decodetree
Posted by Víctor Colombo 1 year, 7 months ago
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(-)

-- 
2.25.1


Re: [PATCH 0/3] target/ppc: Move fsqrt[s] to decodetree
Posted by Daniel Henrique Barboza 1 year, 7 months ago
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(-)
>