qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/2] target/ppc: Make divd[u] handler method decodetree co


From: Richard Henderson
Subject: Re: [PATCH v2 2/2] target/ppc: Make divd[u] handler method decodetree compatible
Date: Mon, 12 Aug 2024 19:08:47 +1000
User-agent: Mozilla Thunderbird

On 8/12/24 18:53, Ilya Leoshkevich wrote:
This is like commit 86e6202a57b1 ("target/ppc: Make divw[u] handler
method decodetree compatible."), but for gen_op_arith_divd().

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
---
  target/ppc/translate.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/ppc/translate.c b/target/ppc/translate.c
index 02c810e8848..5a352cdad1b 100644
--- a/target/ppc/translate.c
+++ b/target/ppc/translate.c
@@ -1823,7 +1823,7 @@ static inline void gen_op_arith_divd(DisasContext *ctx, 
TCGv ret,
          tcg_gen_or_tl(cpu_so, cpu_so, cpu_ov);
      }
- if (unlikely(Rc(ctx->opcode) != 0)) {
+    if (unlikely(compute_rc0)) {
          gen_set_Rc0(ctx, ret);
      }
  }

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

r~



reply via email to

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