qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/4] target-tilegx: Implement floating point instructions
@ 2015-12-23 21:48 chengang
  2015-12-23 21:48 ` [Qemu-devel] [PATCH v4 1/4] target-tilegx: Add floating point shared functions chengang
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: chengang @ 2015-12-23 21:48 UTC (permalink / raw)
  To: rth, peter.maydell, cmetcalf; +Cc: Chen Gang, qemu-devel

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 (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/helper-fdouble.c | 382 +++++++++++++++++++++++++++++++++++++++++
 target-tilegx/helper-fshared.c |  22 +++
 target-tilegx/helper-fshared.h |  55 ++++++
 target-tilegx/helper-fsingle.c | 211 +++++++++++++++++++++++
 target-tilegx/helper.h         |  12 ++
 target-tilegx/translate.c      |  66 ++++++-
 7 files changed, 741 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-fshared.h
 create mode 100644 target-tilegx/helper-fsingle.c

-- 
1.9.3

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-12-27  8:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-23 21:48 [Qemu-devel] [PATCH v4 0/4] target-tilegx: Implement floating point instructions chengang
2015-12-23 21:48 ` [Qemu-devel] [PATCH v4 1/4] target-tilegx: Add floating point shared functions chengang
2015-12-23 22:51   ` Richard Henderson
2015-12-24 15:38     ` Chen Gang
2015-12-24 20:01       ` Richard Henderson
2015-12-25 13:05         ` Chen Gang
2015-12-23 21:48 ` [Qemu-devel] [PATCH v4 2/4] target-tilegx: Add single floating point implementation chengang
2015-12-23 23:07   ` Richard Henderson
2015-12-24 15:52     ` Chen Gang
2015-12-27  8:31       ` Chen Gang
2015-12-23 21:48 ` [Qemu-devel] [PATCH v4 3/4] target-tilegx: Add double " chengang
2015-12-23 21:48 ` [Qemu-devel] [PATCH v4 4/4] target-tilegx: Integrate floating pointer implementation chengang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).