>From d0f0e0a78e81f9589d25b0a2b4ad826d6e55257d Mon Sep 17 00:00:00 2001 From: Chen Gang <gang.chen.5...@gmail.com> 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
v2-0000-cover-letter.patch
Description: Binary data