From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTzqg-0004Y6-JK for qemu-devel@nongnu.org; Wed, 09 Oct 2013 15:55:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTzqW-0004pq-Kb for qemu-devel@nongnu.org; Wed, 09 Oct 2013 15:55:10 -0400 Sender: Richard Henderson Message-ID: <5255B47D.2020507@twiddle.net> Date: Wed, 09 Oct 2013 12:54:37 -0700 From: Richard Henderson MIME-Version: 1.0 References: <524EBE04.8050207@gmail.com> <524EBF99.3040407@gmail.com> In-Reply-To: <524EBF99.3040407@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/13] Add lxvw4x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 10/04/2013 06:16 AM, Tom Musta wrote: > + tcg_gen_shli_tl(xth, xth, 32); > + tcg_gen_addi_tl(EA, EA, 4); > + gen_qemu_ld32u(ctx, tmp, EA); > + tcg_gen_or_tl(xth, xth, tmp); Better with deposit_i64. r~