From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd7Pt-0003jv-3W for qemu-devel@nongnu.org; Fri, 08 Jun 2012 18:12:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sd7Pr-0007bh-AF for qemu-devel@nongnu.org; Fri, 08 Jun 2012 18:12:24 -0400 Received: from mail-lpp01m010-f45.google.com ([209.85.215.45]:38960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd7Pr-0007b8-0Q for qemu-devel@nongnu.org; Fri, 08 Jun 2012 18:12:23 -0400 Received: by lahc1 with SMTP id c1so1765233lah.4 for ; Fri, 08 Jun 2012 15:12:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4FD1FEBA.6000208@suse.de> References: <1338985632-29597-1-git-send-email-proljc@gmail.com> <1338985632-29597-9-git-send-email-proljc@gmail.com> <4FD1FE0E.5090500@suse.de> <4FD1FEBA.6000208@suse.de> Date: Sat, 9 Jun 2012 06:12:20 +0800 Message-ID: From: Jia Liu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 08/16] target-or32: Add translation routines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Max Filippov , qemu-devel@nongnu.org Hi Andreas, I'll read your patch and try to catch your step. Thank you very much for reviewing and comments, you make me open my eyes on QEMU. On Fri, Jun 8, 2012 at 9:31 PM, Andreas F=E4rber wrote: > Am 08.06.2012 15:28, schrieb Andreas F=E4rber: >> Am 08.06.2012 14:56, schrieb Max Filippov: >>> On Fri, Jun 8, 2012 at 4:00 AM, Jia Liu wrote: >>> >>>> =A0 =A0 =A0 =A0{ >>>> =A0 =A0 =A0 =A0 =A0 =A0TCGv_i64 t0 =3D tcg_temp_new(); >>>> =A0 =A0 =A0 =A0 =A0 =A0TCGv_i64 t1 =3D tcg_temp_new(); >>>> =A0 =A0 =A0 =A0 =A0 =A0TCGv_i64 t2 =3D tcg_temp_new(); >>>> =A0 =A0 =A0 =A0 =A0 =A0tcg_gen_mul_tl(t0, cpu_R[ra], cpu_R[rb]); >>> >>> t0 should be _tl according to that. >> >> You may find these patches helpful for detecting such mismatches: >> http://patchwork.ozlabs.org/patch/130511/ > > http://patchwork.ozlabs.org/patch/130566/ > >> http://patchwork.ozlabs.org/patch/130514/ >> http://patchwork.ozlabs.org/patch/130512/ >> >> Unfortunately there was no agreement at the time on how to proceed with >> that feature... >> >> Andreas > > -- > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany > GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg Regards, Jia.