qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v2 12/34] target/ppc: Implement vclzdm/vctzdm instructions


From: Richard Henderson
Subject: Re: [PATCH v2 12/34] target/ppc: Implement vclzdm/vctzdm instructions
Date: Sat, 30 Oct 2021 14:34:44 -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>

The signature of do_cntzdm is changed to allow reuse as GVecGen3i.fni8.
The method is also moved out of #ifdef TARGET_PPC64, as PowerISA doesn't
say vclzdm and vctzdm are 64-bit only.

Signed-off-by: Luis Pires<luis.pires@eldorado.org.br>
Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
---
v2:
- Inline implementation of cntlzdm/cnttzdm
---
  target/ppc/insn32.decode                   |  2 ++
  target/ppc/translate/fixedpoint-impl.c.inc |  4 +--
  target/ppc/translate/vmx-impl.c.inc        | 32 ++++++++++++++++++++++
  3 files changed, 35 insertions(+), 3 deletions(-)

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

r~



reply via email to

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