From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InLdl-0000F0-AE for qemu-devel@nongnu.org; Wed, 31 Oct 2007 18:02:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InLdj-00009o-01 for qemu-devel@nongnu.org; Wed, 31 Oct 2007 18:02:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InLdi-00009c-T9 for qemu-devel@nongnu.org; Wed, 31 Oct 2007 18:02:18 -0400 Received: from savannah.gnu.org ([199.232.41.3] helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1InLdi-0005Cz-FT for qemu-devel@nongnu.org; Wed, 31 Oct 2007 18:02:18 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1InLdh-00084i-RP for qemu-devel@nongnu.org; Wed, 31 Oct 2007 22:02:17 +0000 Received: from j_mayer by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1InLdh-00084f-Md for qemu-devel@nongnu.org; Wed, 31 Oct 2007 22:02:17 +0000 Message-Id: From: Jocelyn Mayer Date: Wed, 31 Oct 2007 22:02:17 +0000 Subject: [Qemu-devel] qemu/target-ppc op.c op_template.h translate.c 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 CVSROOT: /sources/qemu Module name: qemu Changes by: Jocelyn Mayer 07/10/31 22:02:17 Modified files: target-ppc : op.c op_template.h translate.c Log message: Fix CR ops with complement, thanks to Julian Seward for testing and reporting the bug : * remove bugged CR ops specific micro-ops * use standard and / or / shift operations instead * comment not-used-anymore op_store_T1_crf_crf micro-op template. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op.c?cvsroot=qemu&r1=1.60&r2=1.61 http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_template.h?cvsroot=qemu&r1=1.12&r2=1.13 http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/translate.c?cvsroot=qemu&r1=1.98&r2=1.99