qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 4/8] target/ppc: Move neg, darn, mod{sw, uw} to decodetree.


From: Chinmay Rath
Subject: Re: [PATCH 4/8] target/ppc: Move neg, darn, mod{sw, uw} to decodetree.
Date: Fri, 19 Apr 2024 14:48:56 +0530
User-agent: Mozilla Thunderbird



On 4/16/24 23:55, Richard Henderson wrote:
On 4/15/24 23:39, Chinmay Rath wrote:
Moving the below instructions to decodetree specification :

    neg[o][.]           : XO-form
    mod{sw, uw}, darn    : X-form

The changes were verified by validating that the tcg ops generated by those instructions remain the same, which were captured with the '-d in_asm,op' flag.

Signed-off-by: Chinmay Rath<rathc@linux.ibm.com>
---
  target/ppc/helper.h                        |  4 +-
  target/ppc/insn32.decode                   |  8 ++++
  target/ppc/int_helper.c                    |  4 +-
  target/ppc/translate.c                     | 56 ----------------------
  target/ppc/translate/fixedpoint-impl.c.inc | 44 +++++++++++++++++
  5 files changed, 56 insertions(+), 60 deletions(-)

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

r~




reply via email to

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