qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v3 13/37] target/ppc: Implement Vector Compare Quadword


From: Richard Henderson
Subject: Re: [PATCH v3 13/37] target/ppc: Implement Vector Compare Quadword
Date: Fri, 11 Feb 2022 15:55:45 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/10/22 23:34, matheus.ferst@eldorado.org.br wrote:
From: Matheus Ferst<matheus.ferst@eldorado.org.br>

Implement the following PowerISA v3.1 instructions:
vcmpsq: Vector Compare Signed Quadword
vcmpuq: Vector Compare Unsigned Quadword

Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
---
  target/ppc/insn32.decode            |  6 ++++
  target/ppc/translate/vmx-impl.c.inc | 45 +++++++++++++++++++++++++++++
  2 files changed, 51 insertions(+)

This one is complex enough it does warrant branches.

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


r~



reply via email to

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