qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5]
@ 2016-11-07 14:44 Bastian Koppelmann
  2016-11-07 14:44 ` [Qemu-devel] [PATCH v2 1/5] target-tricore: Added FTOUZ instruction Bastian Koppelmann
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Bastian Koppelmann @ 2016-11-07 14:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: rth

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. Any comments on
that?

Additionally this patch set adds the UPDFL instructions.

Cheers,
    Bastian

[1] http://lists.nongnu.org/archive/html/qemu-devel/2016-06/msg01936.html

v1 -> v2:
    - 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      | 148 ++++++++++++++++++++++++++++++++++++++-
 target-tricore/helper.h          |   4 ++
 target-tricore/translate.c       |  47 +++++++++++++
 target-tricore/tricore-opcodes.h |   3 +
 4 files changed, 201 insertions(+), 1 deletion(-)

-- 
2.10.2

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [Qemu-devel] [[PATCH V2] 0/5]
@ 2011-11-17 13:22 Benoît Canet
  2011-11-17 16:02 ` Avi Kivity
  0 siblings, 1 reply; 19+ messages in thread
From: Benoît Canet @ 2011-11-17 13:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: Benoît Canet, avi

These patches converts the remaining sh4 devices to the memory API.
The patch "sh_intc: convert interrupt controller to memory API" is
somewhat tricky

V2:
Cosmetic change of a memory region size in
"sh7750: convert memory controller/ioport to memory API".

Remove the realloc in "convert interrupt controller to memory API"
to make is safer even we loose some extra pointers.

Benoît Canet (5):
  sh7750: convert memory controller/ioport to memory API
  sh7750: convert cache and tlb to memory API
  sh_timer: convert to memory API
  sh_intc: convert interrupt controller to memory API
  sh_serial: convert to memory API

 hw/r2d.c            |    2 +-
 hw/sh.h             |    9 ++-
 hw/sh7750.c         |  155 +++++++++++++++++++++++++++++----------------------
 hw/sh_intc.c        |   85 +++++++++++++++++++---------
 hw/sh_intc.h        |    7 ++-
 hw/sh_serial.c      |   55 ++++++++++--------
 hw/sh_timer.c       |   43 ++++++++------
 hw/shix.c           |    2 +-
 target-sh4/helper.c |    3 +
 9 files changed, 215 insertions(+), 146 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2016-11-09 15:46 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07 14:44 [Qemu-devel] [PATCH v2 0/5] Bastian Koppelmann
2016-11-07 14:44 ` [Qemu-devel] [PATCH v2 1/5] target-tricore: Added FTOUZ instruction Bastian Koppelmann
2016-11-08 11:36   ` Richard Henderson
2016-11-08 13:37     ` Bastian Koppelmann
2016-11-08 15:06       ` Richard Henderson
2016-11-08 15:12         ` Bastian Koppelmann
2016-11-08 15:25           ` Richard Henderson
2016-11-09 15:46             ` Bastian Koppelmann
2016-11-07 14:44 ` [Qemu-devel] [PATCH v2 2/5] target-tricore: Added MADD.F and MSUB.F instructions Bastian Koppelmann
2016-11-08 11:42   ` Richard Henderson
2016-11-08 15:08     ` Bastian Koppelmann
2016-11-08 15:10       ` Richard Henderson
2016-11-07 14:44 ` [Qemu-devel] [PATCH v2 3/5] target-tricore: Added new MOV instruction variant Bastian Koppelmann
2016-11-08 11:44   ` Richard Henderson
2016-11-07 14:44 ` [Qemu-devel] [PATCH v2 4/5] target-tricore: Added new JNE " Bastian Koppelmann
2016-11-07 14:44 ` [Qemu-devel] [PATCH v2 5/5] target-tricore: Add updfl instruction Bastian Koppelmann
2016-11-08 11:49   ` Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2011-11-17 13:22 [Qemu-devel] [[PATCH V2] 0/5] Benoît Canet
2011-11-17 16:02 ` Avi Kivity

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).