qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 02/13] target/mips: Add emulation of MMI inst


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v3 02/13] target/mips: Add emulation of MMI instruction PCPYLD
Date: Mon, 4 Mar 2019 12:37:23 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 3/4/19 7:13 AM, Mateja Marjanovic wrote:
> +            if (rd != rt) {
> +                tcg_gen_mov_i64(cpu_gpr[rd], cpu_gpr[rt]);
> +            }

This condition replicates the one inside tcg_gen_mov_i64.


r~



reply via email to

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