From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTWVI-0001l5-Ce for qemu-devel@nongnu.org; Mon, 15 Sep 2014 09:39:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTWV9-0005Cx-Ag for qemu-devel@nongnu.org; Mon, 15 Sep 2014 09:39:40 -0400 Sender: Paolo Bonzini Message-ID: <5416EBFB.5020801@redhat.com> Date: Mon, 15 Sep 2014 15:39:07 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1409246113-6519-1-git-send-email-pbonzini@redhat.com> <1409246113-6519-13-git-send-email-pbonzini@redhat.com> <54076ED7.4010403@gmail.com> In-Reply-To: <54076ED7.4010403@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 12/17] ppc: use movcond for isel List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-devel@nongnu.org Cc: dgibson@redhat.com, qemu-ppc@nongnu.org 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