From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5hTW-0001iS-4t for qemu-devel@nongnu.org; Wed, 04 Nov 2009 10:08:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5hTQ-0001fh-Pp for qemu-devel@nongnu.org; Wed, 04 Nov 2009 10:08:41 -0500 Received: from [199.232.76.173] (port=52955 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5hTQ-0001fc-Ja for qemu-devel@nongnu.org; Wed, 04 Nov 2009 10:08:36 -0500 Received: from mx20.gnu.org ([199.232.41.8]:49008) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N5hTQ-0006uq-9Y for qemu-devel@nongnu.org; Wed, 04 Nov 2009 10:08:36 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5hTN-0003D0-FO for qemu-devel@nongnu.org; Wed, 04 Nov 2009 10:08:33 -0500 Message-ID: <4AF198DF.1010304@codesourcery.com> Date: Wed, 04 Nov 2009 12:08:15 -0300 From: Daniel Gutson MIME-Version: 1.0 References: <4A8F136C.4000907@codesourcery.com> <4AA16F37.9090003@codesourcery.com> In-Reply-To: <4AA16F37.9090003@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] ARM NEON shift emulation fix List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Paul Brook , Nathan Sidwell Hi, friendly reminder about this patch. Thanks, Daniel. Daniel Gutson wrote: > Any update on this? > > Thanks, > Daniel. > > > Daniel Gutson wrote: >> Hi, >> the attached patch fixes a bug that caused some NEON shift >> operations to shift a wrong amount of bytes. >> >> The problem was that a variable holding an immediate value >> representing the amount of bits to shift was later overwritten with >> another value (used for something different) within a loop. >> >> Please commit this for me if approved, since I don't have write access. >> >> Thanks! >> Daniel. >> >> --- >> 2009-08-21 Daniel Gutson >> >> * target-arm/translate.c (disas_neon_data_insn): Fixed >> shift operand. >> > -- Daniel Gutson CodeSourcery www.codesourcery.com