qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
To: qemu-devel@nongnu.org
Cc: rth@twiddle.net
Subject: [Qemu-devel] [PATCH v3 0/5] Added 7 instructions to the tricore target
Date: Fri, 11 Nov 2016 15:20:13 +0100	[thread overview]
Message-ID: <20161111142018.22567-1-kbastian@mail.uni-paderborn.de> (raw)

Hi,

this series was originally posted by Peer Adelt some time ago[1], but still had some problems
which I tried to fix with this patch set.

The tricky bits here were the FTOUZ and MADD/MSUB.F instructions. The latter had the
problem of not giving back the correct NAN when the result of the add/sub of muladd/sub
was invalid. I addressed that by fixing up the value later, which feels hacky. I feel
the better solution would be extending softfloat to recognize ADD_NAN's and
emitting the correct NAN there. On the other hand it's a change in softfloat for a small
edge case.

Additionally this patch set adds the UPDFL instructions.

Cheers,
    Bastian

v2 -> v3:
    [01/05] simplified exception flag fixup in ftouz()
    [02/05] f_maddsub_nan_result() now gets a boolean value indicating whether the muladd_negate_c flag is set.
    [03/05] Allocate temporaries only when needed.
    [05/05] Add fpu_set_state() to update softfloats rounding mode
    [05/05] Move generation of the updfl helper to decode_rr_divide()

v1 -> v2:
    [01/05] ftouz: Correctly convert the result from uint32 to f32

Bastian Koppelmann (3):
  target-tricore: Added FTOUZ instruction
  target-tricore: Added MADD.F and MSUB.F instructions
  target-tricore: Add updfl instruction

Peer Adelt (2):
  target-tricore: Added new MOV instruction variant
  target-tricore: Added new JNE instruction variant

 target-tricore/fpu_helper.c      | 134 ++++++++++++++++++++++++++++++++++++++-
 target-tricore/helper.h          |   4 ++
 target-tricore/translate.c       |  48 ++++++++++++++
 target-tricore/tricore-opcodes.h |   3 +
 4 files changed, 188 insertions(+), 1 deletion(-)

--
2.10.2

             reply	other threads:[~2016-11-11 14:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-11 14:20 Bastian Koppelmann [this message]
2016-11-11 14:20 ` [Qemu-devel] [PATCH v3 1/5] target-tricore: Added FTOUZ instruction Bastian Koppelmann
2016-11-11 14:32   ` Richard Henderson
2016-11-11 14:20 ` [Qemu-devel] [PATCH v3 2/5] target-tricore: Added MADD.F and MSUB.F instructions Bastian Koppelmann
2016-11-11 14:39   ` Richard Henderson
2016-11-11 14:57   ` Richard Henderson
2016-11-11 14:20 ` [Qemu-devel] [PATCH v3 3/5] target-tricore: Added new MOV instruction variant Bastian Koppelmann
2016-11-11 14:20 ` [Qemu-devel] [PATCH v3 4/5] target-tricore: Added new JNE " Bastian Koppelmann
2016-11-11 14:20 ` [Qemu-devel] [PATCH v3 5/5] target-tricore: Add updfl instruction Bastian Koppelmann
2016-11-11 14:39   ` Richard Henderson

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=20161111142018.22567-1-kbastian@mail.uni-paderborn.de \
    --to=kbastian@mail.uni-paderborn.de \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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 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).