From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45192 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfthO-000125-JC for qemu-devel@nongnu.org; Thu, 20 Jan 2011 07:33:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfthN-0002bF-Dt for qemu-devel@nongnu.org; Thu, 20 Jan 2011 07:33:10 -0500 Received: from eu1sys200aog101.obsmtp.com ([207.126.144.111]:57041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfthN-0002aq-5w for qemu-devel@nongnu.org; Thu, 20 Jan 2011 07:33:09 -0500 Message-ID: <4D382B6A.3050604@st.com> Date: Thu, 20 Jan 2011 13:32:42 +0100 From: Christophe Lyon MIME-Version: 1.0 References: <1295465393-1620-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1295465393-1620-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] target-arm: Fix loading of scalar value for Neon multiply-by-scalar List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-devel@nongnu.org" , "patches@linaro.org" On 19.01.2011 20:29, Peter Maydell wrote: > Fix the register and part of register we get the scalar from in > the various "multiply vector by scalar" ops (VMUL by scalar > and friends). > I do confirm that with this patch, I can see many improvements in my tests. Thanks.