[PATCH for-7.1 00/10] BCDA and mffscdrn implementations

Víctor Colombo posted 10 patches 2 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220418163823.61866-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>
There is a newer version of this series
target/ppc/cpu.h                           |   4 +-
target/ppc/cpu_init.c                      |   9 +-
target/ppc/dfp_helper.c                    |  65 ++++++++
target/ppc/helper.h                        |   2 +
target/ppc/insn32.decode                   |  58 +++++--
target/ppc/internal.h                      |   3 -
target/ppc/translate/fixedpoint-impl.c.inc |  49 ++++++
target/ppc/translate/fp-impl.c.inc         | 168 ++++++++++-----------
target/ppc/translate/fp-ops.c.inc          |   9 --
9 files changed, 248 insertions(+), 119 deletions(-)
[PATCH for-7.1 00/10] BCDA and mffscdrn implementations
Posted by Víctor Colombo 2 years ago
Set of patches containing implementations for some instructions that
were missing before. Also, moves some related instructions to
decodetree

Matheus Ferst (4):
  target/ppc: Add flag for ISA v2.06 BCDA instructions
  target/ppc: implement addg6s
  target/ppc: implement cbcdtd
  target/ppc: implement cdtbcd

Víctor Colombo (6):
  target/ppc: Fix insn32.decode style issues
  target/ppc: Move mffs[.] to decodetree
  target/ppc: Move mffsl to decodetree
  target/ppc: Move mffsce to decodetree
  target/ppc: Move mffscrn[i] to decodetree
  target/ppc: Implement mffscdrn[i] instructions

 target/ppc/cpu.h                           |   4 +-
 target/ppc/cpu_init.c                      |   9 +-
 target/ppc/dfp_helper.c                    |  65 ++++++++
 target/ppc/helper.h                        |   2 +
 target/ppc/insn32.decode                   |  58 +++++--
 target/ppc/internal.h                      |   3 -
 target/ppc/translate/fixedpoint-impl.c.inc |  49 ++++++
 target/ppc/translate/fp-impl.c.inc         | 168 ++++++++++-----------
 target/ppc/translate/fp-ops.c.inc          |   9 --
 9 files changed, 248 insertions(+), 119 deletions(-)

-- 
2.25.1


Re: [PATCH for-7.1 00/10] BCDA and mffscdrn implementations
Posted by Víctor Colombo 1 year, 12 months ago
On 18/04/2022 13:38, Víctor Colombo wrote:
> Set of patches containing implementations for some instructions that
> were missing before. Also, moves some related instructions to
> decodetree
> 
> Matheus Ferst (4):
>    target/ppc: Add flag for ISA v2.06 BCDA instructions
>    target/ppc: implement addg6s
>    target/ppc: implement cbcdtd
>    target/ppc: implement cdtbcd
> 
> Víctor Colombo (6):
>    target/ppc: Fix insn32.decode style issues
>    target/ppc: Move mffs[.] to decodetree
>    target/ppc: Move mffsl to decodetree
>    target/ppc: Move mffsce to decodetree
>    target/ppc: Move mffscrn[i] to decodetree
>    target/ppc: Implement mffscdrn[i] instructions
> 
>   target/ppc/cpu.h                           |   4 +-
>   target/ppc/cpu_init.c                      |   9 +-
>   target/ppc/dfp_helper.c                    |  65 ++++++++
>   target/ppc/helper.h                        |   2 +
>   target/ppc/insn32.decode                   |  58 +++++--
>   target/ppc/internal.h                      |   3 -
>   target/ppc/translate/fixedpoint-impl.c.inc |  49 ++++++
>   target/ppc/translate/fp-impl.c.inc         | 168 ++++++++++-----------
>   target/ppc/translate/fp-ops.c.inc          |   9 --
>   9 files changed, 248 insertions(+), 119 deletions(-)
> 

Hello everyone.

I'm CCing Richard Henderson as I forgot to do so,
Sorry for the early ping!

Thanks!

--
Víctor Cora Colombo
Instituto de Pesquisas ELDORADO
Aviso Legal - Disclaimer <https://www.eldorado.org.br/disclaimer.html>