From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43023 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PN8Cd-0005HM-Rg for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:11:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PN8Ca-0007GW-Mc for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:11:51 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:60468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PN8Ca-0007GH-9B for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:11:48 -0500 Date: Mon, 29 Nov 2010 10:11:46 -0800 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 05/12] ARM: Fix decoding of Neon forms of VCVT between float and fixed point Message-ID: <20101129181145.GF8544@codesourcery.com> References: <1290538431-13170-1-git-send-email-peter.maydell@linaro.org> <1290538431-13170-6-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1290538431-13170-6-git-send-email-peter.maydell@linaro.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On Tue, Nov 23, 2010 at 06:53:44PM +0000, Peter Maydell wrote: > Fix errors in the decoding of the Neon forms of fixed-point VCVT: > * fixed-point VCVT is op 14 and 15, not 15 and 16 > * the fbits immediate field was being misinterpreted > * the sense of the to_fixed bit was inverted > > Signed-off-by: Peter Maydell Reviewed-by: Nathan Froyd -Nathan