From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkMvC-0005cD-KF for qemu-devel@nongnu.org; Tue, 23 Oct 2007 12:48:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkMvA-0005Wn-Cw for qemu-devel@nongnu.org; Tue, 23 Oct 2007 12:48:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkMvA-0005WQ-6L for qemu-devel@nongnu.org; Tue, 23 Oct 2007 12:48:00 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IkMv9-0001am-Ot for qemu-devel@nongnu.org; Tue, 23 Oct 2007 12:47:59 -0400 Date: Tue, 23 Oct 2007 17:47:21 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] qemu/target-mips translate.c Message-ID: <20071023164721.GE25397@networkno.de> References: <471DFDEF.3090004@aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <471DFDEF.3090004@aurel32.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org Aurelien Jarno wrote: > Thiemo Seufer a =E9crit : > > CVSROOT: /sources/qemu > > Module name: qemu > > Changes by: Thiemo Seufer 07/10/23 13:15:33 > >=20 > > Modified files: > > target-mips : translate.c=20 > >=20 > > Log message: > > Switch bc1any* instructions off if no MIPS-3D is implemented. > >=20 > > CVSWeb URLs: > > http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsroo= t=3Dqemu&r1=3D1.106&r2=3D1.107 > >=20 >=20 > What about using: >=20 > check_insn(env, ctx, ASE_MIPS3D); >=20 > instead? You are right. Likewise for the MT ASE checks. I'm testing a patch for it now. Thiemo