qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH RESEND 07/10] target/ppc: Add flag for ISA v2.06 BCDA instruc


From: Richard Henderson
Subject: Re: [PATCH RESEND 07/10] target/ppc: Add flag for ISA v2.06 BCDA instructions
Date: Tue, 17 May 2022 11:54:50 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/17/22 09:47, Víctor Colombo wrote:
From: Matheus Ferst<matheus.ferst@eldorado.org.br>

Adds an insns_flags2 for the BCD assist instructions introduced in
Power ISA 2.06. These instructions are not listed in the manuals for
e5500[1] and e6500[2], so the flag is only added for POWER7/8/9/10
models.

[1]https://www.nxp.com/files-static/32bit/doc/ref_manual/EREF_RM.pdf
[2]https://www.nxp.com/docs/en/reference-manual/E6500RM.pdf

Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
Signed-off-by: Víctor Colombo<victor.colombo@eldorado.org.br>
---
  target/ppc/cpu.h      | 4 +++-
  target/ppc/cpu_init.c | 9 +++++----
  2 files changed, 8 insertions(+), 5 deletions(-)

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

r~



reply via email to

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