qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/3] target/ppc: Move VMX integer max/min instructions to dec


From: Richard Henderson
Subject: Re: [PATCH 3/3] target/ppc: Move VMX integer max/min instructions to decodetree.
Date: Mon, 29 Apr 2024 05:49:53 -0700
User-agent: Mozilla Thunderbird

On 4/28/24 22:13, Chinmay Rath wrote:
Moving the following instructions to decodetree specification :

        v{max, min}{u, s}{b, h, w, d}   : VX-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/insn32.decode            | 22 +++++++++++++++++
  target/ppc/translate/vmx-impl.c.inc | 37 ++++++++++++++++-------------
  target/ppc/translate/vmx-ops.c.inc  | 16 -------------
  3 files changed, 43 insertions(+), 32 deletions(-)

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

r~



reply via email to

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