qemu-devel
[Top][All Lists]
Advanced

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

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


From: Chen Gang
Subject: [Qemu-devel] [PATCH v2 0/4] target-tilegx: Implement floating point instructions
Date: Tue, 17 Nov 2015 03:37:19 +0800

>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                                     

Attachment: v2-0000-cover-letter.patch
Description: Binary data


reply via email to

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