From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a734s-0003PO-UK for qemu-devel@nongnu.org; Thu, 10 Dec 2015 10:24:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a734o-0004Xm-S4 for qemu-devel@nongnu.org; Thu, 10 Dec 2015 10:24:18 -0500 Received: from out3140-250.mail.aliyun.com ([42.120.140.250]:57350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a734n-0004UM-OI for qemu-devel@nongnu.org; Thu, 10 Dec 2015 10:24:14 -0500 Message-ID: <56698B9A.3090803@emindsoft.com.cn> Date: Thu, 10 Dec 2015 22:26:34 +0800 From: Chen Gang MIME-Version: 1.0 References: <56698865.8050901@emindsoft.com.cn> In-Reply-To: <56698865.8050901@emindsoft.com.cn> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 0/4] target-tilegx: Implement floating point instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "rth@twiddle.net" , Peter Maydell , Chris Metcalf Cc: chenwei@emindsoft.com.cn, qemu-devel , Chen Gang , Chen Gang Hello all: After communicated with my company, I am permitted to use my company email to send patches to open source community. My company supports what I have done for open source community, but at present, I still use my personal mail id as Signed-of-by (make and send patches mainly during my free time). And thank my company for the support. :-) Thanks. On 12/10/15 22:12, Chen Gang wrote: > > These patches are the normal floating point implementation, instead of > the original temporary one. > > It passes building, and gcc testsuite. > > Chen Gang (4): > target-tilegx: Add floating point shared functions > target-tilegx: Add single floating point implementation > target-tilegx: Add double floating point implementation > target-tilegx: Integrate floating pointer implementation > > target-tilegx/Makefile.objs | 3 +- > target-tilegx/cpu.h | 2 + > target-tilegx/helper-fdouble.c | 400 +++++++++++++++++++++++++++++++++++++++++ > target-tilegx/helper-fshared.c | 53 ++++++ > target-tilegx/helper-fsingle.c | 212 ++++++++++++++++++++++ > target-tilegx/helper.h | 12 ++ > target-tilegx/translate.c | 68 ++++++- > 7 files changed, 740 insertions(+), 10 deletions(-) > create mode 100644 target-tilegx/helper-fdouble.c > create mode 100644 target-tilegx/helper-fshared.c > create mode 100644 target-tilegx/helper-fsingle.c > -- Chen Gang (陈刚) Open, share, and attitude like air, water, and life which God blessed