qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 12/17] ppc: use movcond for isel


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 12/17] ppc: use movcond for isel
Date: Mon, 15 Sep 2014 15:39:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Il 03/09/2014 21:41, Tom Musta ha scritto:
>> > +    tcg_gen_movcond_tl(cpu_gpr[rD(ctx->opcode)], t1, zero,
>> > +                       true_op, cpu_gpr[rB(ctx->opcode)], TCG_COND_NE);
> This doesnt compile for me ... the order of the arguments does not match what 
> is defined in tcg-op.h.
> 

It compiles by chance without DEBUG_TCGV.

Paolo



reply via email to

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