qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 11/42] target/mips/tx79: Move PCPYH opcode to decodetree


From: Richard Henderson
Subject: Re: [RFC PATCH 11/42] target/mips/tx79: Move PCPYH opcode to decodetree
Date: Tue, 9 Mar 2021 06:25:02 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/8/21 3:57 AM, Philippe Mathieu-Daudé wrote:
On 3/8/21 11:48 AM, Philippe Mathieu-Daudé wrote:
On 2/15/21 5:26 PM, Richard Henderson wrote:
On 2/14/21 9:58 AM, Philippe Mathieu-Daudé wrote:
+    if (a->rt == 0) {
+        tcg_gen_movi_i64(cpu_gpr[a->rd], 0);
+        tcg_gen_movi_i64(cpu_gpr_hi[a->rd], 0);
+        return true;
+    }

Is there a good reason not to use gen_load_gpr?

I suppose you meant gen_store_gpr*().

Double checking, we check for $rt, not $rd, right?

I think I meant gen_load_gpr on rt.


r~



reply via email to

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