From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48522 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPdxi-0006Pm-3f for qemu-devel@nongnu.org; Mon, 06 Dec 2010 11:30:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPdxg-0006FJ-Nw for qemu-devel@nongnu.org; Mon, 06 Dec 2010 11:30:50 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:50879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPdxg-0006ER-Du for qemu-devel@nongnu.org; Mon, 06 Dec 2010 11:30:48 -0500 Date: Mon, 6 Dec 2010 11:30:44 -0500 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 1/8] ARM: Fix decoding of VFP forms of VCVT between float and int/fixed Message-ID: <20101206163043.GE25904@nightcrawler> References: <1289499842-28818-1-git-send-email-peter.maydell@linaro.org> <1289499842-28818-2-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1289499842-28818-2-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 Thu, Nov 11, 2010 at 06:23:55PM +0000, Peter Maydell wrote: > Correct the decoding of source and destination registers > for the VFP forms of the VCVT instructions which convert > between floating point and integer or fixed-point. > > Signed-off-by: Peter Maydell Reviewed-by: Nathan Froyd I don't know how good QEMU's framework is, but it'd be nice to have your testing code checked into the tree, in case anybody decides to do major surgery on the ARM backend. -Nathan