From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44853 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrYmn-0006b7-HN for qemu-devel@nongnu.org; Mon, 21 Feb 2011 11:38:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrYmm-0005OV-AK for qemu-devel@nongnu.org; Mon, 21 Feb 2011 11:38:57 -0500 Received: from eu1sys200aog102.obsmtp.com ([207.126.144.113]:51685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrYml-0005O9-TW for qemu-devel@nongnu.org; Mon, 21 Feb 2011 11:38:56 -0500 Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 2619A3C5 for ; Mon, 21 Feb 2011 16:38:51 +0000 (GMT) Received: from Webmail-eu.st.com (safex1hubcas6.st.com [10.75.90.73]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id BE7754D01 for ; Mon, 21 Feb 2011 16:38:51 +0000 (GMT) From: Christophe Lyon Date: Mon, 21 Feb 2011 17:38:43 +0100 Message-ID: <1298306328-25643-1-git-send-email-christophe.lyon@st.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v6 0/5] ARM: fix Neon VRECPE and VRSQRTE instructions. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org These 5 patches fix the ARM Neon VRECPE and VRSQRTE instructions by matching the algorithms descibed in the ARM ARM. Patches #1 to #3 are unchanged compared to v4 Patches #4 and #5 should address Peter's comments. Christophe Lyon (5): softfloat: move all default NaN definitions to softfloat.h. softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats. target-arm: Introduce float64_256 and float64_512 constants. target-arm: fix support for VRECPE. target-arm: fix support for VRSQRTE. fpu/softfloat-specialize.h | 68 -------------- fpu/softfloat.h | 84 +++++++++++++++++ target-arm/helper.c | 211 +++++++++++++++++++++++++++++++++++++++----- 3 files changed, 273 insertions(+), 90 deletions(-) -- 1.7.2.3