qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 03/47] target/ppc: Moved vector multiply high and low to d


From: Richard Henderson
Subject: Re: [PATCH v4 03/47] target/ppc: Moved vector multiply high and low to decodetree
Date: Tue, 22 Feb 2022 08:19:59 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/22/22 04:36, matheus.ferst@eldorado.org.br wrote:
From: "Lucas Mateus Castro (alqotel)"<lucas.castro@eldorado.org.br>

Moved instructions vmulld, vmulhuw, vmulhsw, vmulhud and vmulhsd to
decodetree

Signed-off-by: Lucas Mateus Castro (alqotel)<lucas.araujo@eldorado.org.br>
Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
---
  target/ppc/helper.h                 |  8 ++++----
  target/ppc/insn32.decode            |  6 ++++++
  target/ppc/int_helper.c             |  8 ++++----
  target/ppc/translate/vmx-impl.c.inc | 21 ++++++++++++++++-----
  target/ppc/translate/vmx-ops.c.inc  |  5 -----
  5 files changed, 30 insertions(+), 18 deletions(-)

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

r~



reply via email to

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