All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen Gang <chengang@emindsoft.com.cn>
To: Richard Henderson <rth@redhat.com>,
	peter.maydell@linaro.org, cmetcalf@ezchip.com, laurent@vivier.eu
Cc: riku.voipio@iki.fi, qemu-devel@nongnu.org, chenwei@emindsoft.com.cn
Subject: Re: [Qemu-devel] [PATCH v6 0/5] target-tilegx: Implement floating point instructions
Date: Sun, 05 Jun 2016 14:45:56 +0800	[thread overview]
Message-ID: <5753CAA4.1020807@emindsoft.com.cn> (raw)
In-Reply-To: <1463269244-3391-1-git-send-email-chengang@emindsoft.com.cn>

Hello Maintainers:

Please help check this patch when you have time.

Thanks.

On 5/15/16 07:40, chengang@emindsoft.com.cn wrote:
> From: Chen Gang <chengang@emindsoft.com.cn>
> 
> These patches are the normal floating point implementation, instead of
> the original temporary one.
> 
> It passes building, and gcc testsuite. 
> 
> 
> Chen Gang (5):
>   fpu: softfloat: Add normalize_roundpack_float[32|64] functions
>   target-tilegx/helper-fshared.h: Add floating point shared function
>   target-tilegx/helper-fsingle.c: Implement single floating point
>   target-tilegx/helper-fdouble.c: Implement double floating point
>   target-tilegx: Integrate floating pointer implementation
> 
>  fpu/softfloat.c                |  65 ++++++++
>  include/fpu/softfloat.h        |  15 ++
>  target-tilegx/Makefile.objs    |   3 +-
>  target-tilegx/helper-fdouble.c | 365 +++++++++++++++++++++++++++++++++++++++++
>  target-tilegx/helper-fshared.h |  56 +++++++
>  target-tilegx/helper-fsingle.c | 201 +++++++++++++++++++++++
>  target-tilegx/helper.h         |  12 ++
>  target-tilegx/translate.c      |  66 +++++++-
>  8 files changed, 773 insertions(+), 10 deletions(-)
>  create mode 100644 target-tilegx/helper-fdouble.c
>  create mode 100644 target-tilegx/helper-fshared.h
>  create mode 100644 target-tilegx/helper-fsingle.c
> 

-- 
Chen Gang (陈刚)

Managing Natural Environments is the Duty of Human Beings.

      parent reply	other threads:[~2016-06-05  6:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-14 23:40 [Qemu-devel] [PATCH v6 0/5] target-tilegx: Implement floating point instructions chengang
2016-05-14 23:40 ` [Qemu-devel] [PATCH v6 1/5] fpu: softfloat: Add normalize_roundpack_float[32|64] functions chengang
2016-05-14 23:40 ` [Qemu-devel] [PATCH v6 2/5] target-tilegx/helper-fshared.h: Add floating point shared function chengang
2016-05-14 23:40 ` [Qemu-devel] [PATCH v6 3/5] target-tilegx/helper-fsingle.c: Implement single floating point chengang
2016-05-14 23:40 ` [Qemu-devel] [PATCH v6 4/5] target-tilegx/helper-fdouble.c: Implement double " chengang
2016-05-14 23:40 ` [Qemu-devel] [PATCH v6 5/5] target-tilegx: Integrate floating pointer implementation chengang
2016-06-05  6:45 ` Chen Gang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5753CAA4.1020807@emindsoft.com.cn \
    --to=chengang@emindsoft.com.cn \
    --cc=chenwei@emindsoft.com.cn \
    --cc=cmetcalf@ezchip.com \
    --cc=laurent@vivier.eu \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@iki.fi \
    --cc=rth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.