On 10/29/21 1:24 PM, matheus.fe...@eldorado.org.br wrote:
From: Matheus Ferst<matheus.fe...@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.pi...@eldorado.org.br>
Signed-off-by: Matheus Ferst<matheus.fe...@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.hender...@linaro.org>
r~