qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/12] target/ppc: use TCG_CALL_NO_RWG in BCD helpers


From: Richard Henderson
Subject: Re: [PATCH 03/12] target/ppc: use TCG_CALL_NO_RWG in BCD helpers
Date: Tue, 17 May 2022 09:32:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/17/22 05:39, matheus.ferst@eldorado.org.br wrote:
From: Matheus Ferst<matheus.ferst@eldorado.org.br>

Helpers of BCD instructions only access the VSRs supplied by the
TCGv_ptr arguments, no globals are accessed.

Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
---
  target/ppc/helper.h | 30 +++++++++++++++---------------
  1 file changed, 15 insertions(+), 15 deletions(-)

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

r~



reply via email to

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