From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTEYU-0004bF-3L for qemu-devel@nongnu.org; Wed, 13 Aug 2008 07:30:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTEYS-0004b3-Nx for qemu-devel@nongnu.org; Wed, 13 Aug 2008 07:30:17 -0400 Received: from [199.232.76.173] (port=38030 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTEYS-0004b0-Jz for qemu-devel@nongnu.org; Wed, 13 Aug 2008 07:30:16 -0400 Received: from savannah.gnu.org ([199.232.41.3]:34235 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 1KTEYS-0002g8-GC for qemu-devel@nongnu.org; Wed, 13 Aug 2008 07:30:16 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KTEYP-0001Me-82 for qemu-devel@nongnu.org; Wed, 13 Aug 2008 11:30:13 +0000 Received: from ths by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KTEYN-0001MW-VZ for qemu-devel@nongnu.org; Wed, 13 Aug 2008 11:30:12 +0000 MIME-Version: 1.0 Errors-To: ths Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Thiemo Seufer Message-Id: Date: Wed, 13 Aug 2008 11:30:11 +0000 Subject: [Qemu-devel] [4999] Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold. 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 Revision: 4999 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4999 Author: ths Date: 2008-08-13 11:30:10 +0000 (Wed, 13 Aug 2008) Log Message: ----------- Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold. Modified Paths: -------------- trunk/target-ppc/translate.c Modified: trunk/target-ppc/translate.c =================================================================== --- trunk/target-ppc/translate.c 2008-08-13 04:23:17 UTC (rev 4998) +++ trunk/target-ppc/translate.c 2008-08-13 11:30:10 UTC (rev 4999) @@ -5996,7 +5996,8 @@ GEN_SPE(efscfuf, efscfsf, 0x09, 0x0B, 0x00180000, PPC_SPEFPU); // GEN_SPE(efsctui, efsctsi, 0x0A, 0x0B, 0x00180000, PPC_SPEFPU); // GEN_SPE(efsctuf, efsctsf, 0x0B, 0x0B, 0x00180000, PPC_SPEFPU); // -GEN_SPE(efsctuiz, efsctsiz, 0x0C, 0x0B, 0x00180000, PPC_SPEFPU); // +GEN_SPE(efsctuiz, speundef, 0x0C, 0x0B, 0x00180000, PPC_SPEFPU); // +GEN_SPE(efsctsiz, speundef, 0x0D, 0x0B, 0x00180000, PPC_SPEFPU); // GEN_SPE(efststgt, efststlt, 0x0E, 0x0B, 0x00600000, PPC_SPEFPU); // GEN_SPE(efststeq, speundef, 0x0F, 0x0B, 0x00600000, PPC_SPEFPU); //