qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/4] target-tilegx: Implement floating point


From: Chen Gang
Subject: Re: [Qemu-devel] [PATCH v2 0/4] target-tilegx: Implement floating point instructions
Date: Sun, 29 Nov 2015 23:01:11 +0800

Hello Maintainers:

Please help check these patches when you have time.

If it is necessary to send patch v3 for it, please let me know.


Thanks.

On 11/17/15 03:37, Chen Gang wrote:
> From d0f0e0a78e81f9589d25b0a2b4ad826d6e55257d Mon Sep 17 00:00:00 2001
> From: Chen Gang <address@hidden>
> Date: Tue, 17 Nov 2015 03:13:54 +0800
> Subject: [PATCH v2 0/4] target-tilegx: Implement floating point instructions
>
> 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
>
> --
> 1.9.3
>

--
Chen Gang (陈刚)

Open, share, and attitude like air, water, and life which God blessed
                                          

reply via email to

[Prev in Thread] Current Thread [Next in Thread]