qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 34/49] target/ppc: Implement xxeval


From: Richard Henderson
Subject: Re: [PATCH v5 34/49] target/ppc: Implement xxeval
Date: Fri, 25 Feb 2022 11:50:38 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/25/22 11:09, matheus.ferst@eldorado.org.br wrote:
From: Matheus Ferst<matheus.ferst@eldorado.org.br>

Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
---
v5:
  - Some equivalent functions implemented with tcg_gen_gvec_*
---
  target/ppc/helper.h                 |   1 +
  target/ppc/insn64.decode            |   8 +
  target/ppc/int_helper.c             |  42 ++++++
  target/ppc/translate/vsx-impl.c.inc | 220 ++++++++++++++++++++++++++++
  4 files changed, 271 insertions(+)

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

r~



reply via email to

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