[PATCH 0/5] target/ppc: Move floating-point instructions to decodetree.

Chinmay Rath posted 5 patches 4 months, 4 weeks ago
Failed in applying to current master (apply log)
Maintainers: Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, Chinmay Rath <rathc@linux.ibm.com>
MAINTAINERS                        |   1 +
target/ppc/fpu_helper.c            |  38 ++--
target/ppc/helper.h                |  38 ++--
target/ppc/insn32.decode           |  40 ++++
target/ppc/translate/fp-impl.c.inc | 289 ++++++++++-------------------
target/ppc/translate/fp-ops.c.inc  |  30 ---
6 files changed, 181 insertions(+), 255 deletions(-)
[PATCH 0/5] target/ppc: Move floating-point instructions to decodetree.
Posted by Chinmay Rath 4 months, 4 weeks ago
Moving floating point rounding, conversion, compare and move 
instructions to decodetree specification.

Also proposing myself as a reviewer for PowerPC TCG CPUs.

Chinmay Rath (5):
  target/ppc: Move floating-point rounding and conversion instructions
    to decodetree.
  target/ppc: Move floating-point compare instructions to decodetree.
  target/ppc: Move floating-point move instructions to decodetree.
  target/ppc: Move remaining floating-point move instructions to
    decodetree.
  MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs

 MAINTAINERS                        |   1 +
 target/ppc/fpu_helper.c            |  38 ++--
 target/ppc/helper.h                |  38 ++--
 target/ppc/insn32.decode           |  40 ++++
 target/ppc/translate/fp-impl.c.inc | 289 ++++++++++-------------------
 target/ppc/translate/fp-ops.c.inc  |  30 ---
 6 files changed, 181 insertions(+), 255 deletions(-)

-- 
2.49.0
Re: [PATCH 0/5] target/ppc: Move floating-point instructions to decodetree.
Posted by Chinmay Rath 4 months, 2 weeks ago
On 6/19/25 15:28, Chinmay Rath wrote:
> Moving floating point rounding, conversion, compare and move
> instructions to decodetree specification.

Hi Richard,

Could you please share your review comments on this series ?

Thanks,

Chinmay

> Also proposing myself as a reviewer for PowerPC TCG CPUs.
>
> Chinmay Rath (5):
>    target/ppc: Move floating-point rounding and conversion instructions
>      to decodetree.
>    target/ppc: Move floating-point compare instructions to decodetree.
>    target/ppc: Move floating-point move instructions to decodetree.
>    target/ppc: Move remaining floating-point move instructions to
>      decodetree.
>    MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs
>
>   MAINTAINERS                        |   1 +
>   target/ppc/fpu_helper.c            |  38 ++--
>   target/ppc/helper.h                |  38 ++--
>   target/ppc/insn32.decode           |  40 ++++
>   target/ppc/translate/fp-impl.c.inc | 289 ++++++++++-------------------
>   target/ppc/translate/fp-ops.c.inc  |  30 ---
>   6 files changed, 181 insertions(+), 255 deletions(-)
>
Re: [PATCH 0/5] target/ppc: Move floating-point instructions to decodetree.
Posted by Richard Henderson 2 months, 2 weeks ago
On 6/19/25 19:58, Chinmay Rath wrote:
> Chinmay Rath (5):
>    target/ppc: Move floating-point rounding and conversion instructions
>      to decodetree.
>    target/ppc: Move floating-point compare instructions to decodetree.
>    target/ppc: Move floating-point move instructions to decodetree.
>    target/ppc: Move remaining floating-point move instructions to
>      decodetree.
>    MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs

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

r~