qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v2 16/34] target/ppc: Implement Vector Insert Word from GPR u


From: Richard Henderson
Subject: Re: [PATCH v2 16/34] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
Date: Sat, 30 Oct 2021 15:27:18 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/29/21 1:24 PM, matheus.ferst@eldorado.org.br wrote:
From: Matheus Ferst<matheus.ferst@eldorado.org.br>

Implements the following PowerISA v3.1 instructions:
vinsw: Vector Insert Word from GPR using immediate-specified index
vinsd: Vector Insert Doubleword from GPR using immediate-specified
        index

Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
---
v2:
- #ifdef TARGET_PPC64 removed from translation code
- Comments about real hardware behavior
---
  target/ppc/insn32.decode            |  6 +++++
  target/ppc/translate/vmx-impl.c.inc | 37 +++++++++++++++++++++++++++++
  2 files changed, 43 insertions(+)

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

r~



reply via email to

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