From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvIk5-0004KA-7j for qemu-devel@nongnu.org; Sun, 08 Nov 2015 00:42:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvIk2-0007xy-1E for qemu-devel@nongnu.org; Sun, 08 Nov 2015 00:42:17 -0500 Received: from col004-omc2s9.hotmail.com ([65.55.34.83]:64646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvIk1-0007xl-RW for qemu-devel@nongnu.org; Sun, 08 Nov 2015 00:42:13 -0500 Message-ID: From: Chen Gang Date: Sun, 8 Nov 2015 13:42:12 +0800 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [Qemu-devel] [PATCH 0/4] Implment fpu floating point instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "rth@twiddle.net" , Peter Maydell , Chris Metcalf Cc: qemu-devel >>From 8fab455a5ac5508d06cc69f778e926ad098fbe5b Mon Sep 17 00:00:00 2001=0A= From: Chen Gang =0A= Date: Sun=2C 8 Nov 2015 09:28:16 +0800=0A= Subject: [PATCH 0/4] Implment fpu floating point instructions=0A= =0A= It passes gcc testsuite: get the same result like the original floating=0A= point implementation has done (original implementation is temporary).=0A= =0A= Chen Gang (4):=0A= =A0 target-tilegx: Add fpu header file=0A= =A0 target-tilegx: Implement fpu single floating point instructions=0A= =A0 target-tilegx: Implement fpu fdouble floating point instructions=0A= =A0 target-tilegx: Let fpu implementation code can be built and used=0A= =0A= =A0target-tilegx/Makefile.objs =A0 =A0| =A0 3 +-=0A= =A0target-tilegx/cpu.h =A0 =A0 =A0 =A0 =A0 =A0| =A0 2 +=0A= =A0target-tilegx/fdouble_helper.c | 290 +++++++++++++++++++++++++++++++++++= ++++++=0A= =A0target-tilegx/fpu.h =A0 =A0 =A0 =A0 =A0 =A0| 228 +++++++++++++++++++++++= +++++++++=0A= =A0target-tilegx/fsingle_helper.c | 168 ++++++++++++++++++++++++=0A= =A0target-tilegx/helper.h =A0 =A0 =A0 =A0 | =A012 ++=0A= =A0target-tilegx/translate.c =A0 =A0 =A0| =A068 ++++++++--=0A= =A07 files changed=2C 761 insertions(+)=2C 10 deletions(-)=0A= =A0create mode 100644 target-tilegx/fdouble_helper.c=0A= =A0create mode 100644 target-tilegx/fpu.h=0A= =A0create mode 100644 target-tilegx/fsingle_helper.c=0A= =0A= --=A0=0A= 1.9.3=0A= =0A= =