From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtsaN-0006b6-2j for qemu-devel@nongnu.org; Sat, 25 Oct 2008 19:30:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtsaH-0006Ym-9L for qemu-devel@nongnu.org; Sat, 25 Oct 2008 19:30:22 -0400 Received: from [199.232.76.173] (port=52772 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtsaH-0006Yj-0Q for qemu-devel@nongnu.org; Sat, 25 Oct 2008 19:30:17 -0400 Received: from mail-gx0-f17.google.com ([209.85.217.17]:65214) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtsaG-00051D-B6 for qemu-devel@nongnu.org; Sat, 25 Oct 2008 19:30:17 -0400 Received: by gxk10 with SMTP id 10so1104788gxk.10 for ; Sat, 25 Oct 2008 16:29:58 -0700 (PDT) Message-ID: <4903ABF2.8080403@codemonkey.ws> Date: Sat, 25 Oct 2008 18:29:54 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] ppc: Convert op_405_check_{sat,satu} to TCG References: <83999635-3F2E-4BB9-B14B-57088A1B1A8D@web.de> <200810252109.18477.paul@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Hollis Blanchard , Paul Brook , =?ISO-8859-1?Q?Aur=E9lien_Jarno?= Andreas Färber wrote: > > Am 25.10.2008 um 22:09 schrieb Paul Brook: > >> On Saturday 25 October 2008, Andreas Färber wrote: >>> + tcg_gen_shri_tl(tmp, tmp, 31); >>> + tcg_gen_brcondi_tl(TCG_COND_EQ, tmp, 0, endLabel); >> >> Is this really right for ppc64? > > http://en.wikipedia.org/wiki/PowerPC_400 > says the embedded 400 family is 32-bit. I'm pretty sure it is. Hollis? Regards, Anthony Liguori