qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH 1/4] target/ppc: Moving VSX scalar storage access insns to de


From: Richard Henderson
Subject: Re: [PATCH 1/4] target/ppc: Moving VSX scalar storage access insns to decodetree.
Date: Fri, 7 Jun 2024 08:42:10 -0700
User-agent: Mozilla Thunderbird

On 6/7/24 07:49, Chinmay Rath wrote:
Moving the following instructions to decodetree specification :

        lxs{d, iwa, ibz, ihz, iwz, sp}x         : X-form
        stxs{d, ib, ih, iw, sp}x                : X-form

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

Signed-off-by: Chinmay Rath<rathc@linux.ibm.com>
---
  target/ppc/insn32.decode            | 13 +++++
  target/ppc/translate/vsx-impl.c.inc | 79 +++++++++++++----------------
  target/ppc/translate/vsx-ops.c.inc  | 11 ----
  3 files changed, 49 insertions(+), 54 deletions(-)

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

r~



reply via email to

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