qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/9] target-xtensa: implement FP coprocessor option
@ 2012-09-09  1:29 Max Filippov
  2012-09-09  1:29 ` [Qemu-devel] [PATCH 1/9] softfloat: make float_muladd_negate_* flags independent Max Filippov
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Max Filippov @ 2012-09-09  1:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Blue Swirl, Max Filippov

This series implements floating point coprocessor and coprocessor context
options for xtensa and fixes a couple of bugs to make it work.

Max Filippov (9):
  softfloat: make float_muladd_negate_* flags independent
  target-xtensa: handle boolean option in overlays
  target-xtensa: specialize softfloat NaN rules
  target-xtensa: add FP registers
  target-xtensa: implement LSCX and LSCI groups
  target-xtensa: implement FP0 arithmetic
  target-xtensa: implement FP0 conversions
  target-xtensa: implement FP1 group
  target-xtensa: implement coprocessor context option

 fpu/softfloat-specialize.h   |    9 +-
 fpu/softfloat.h              |    2 +-
 gdbstub.c                    |    8 +
 target-xtensa/cpu.h          |    8 +
 target-xtensa/helper.h       |   21 +++
 target-xtensa/op_helper.c    |  140 +++++++++++++++++
 target-xtensa/overlay_tool.h |    1 +
 target-xtensa/translate.c    |  337 ++++++++++++++++++++++++++++++++++++++++--
 8 files changed, 510 insertions(+), 16 deletions(-)

-- 
1.7.7.6

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

end of thread, other threads:[~2012-09-09 15:44 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-09  1:29 [Qemu-devel] [PATCH 0/9] target-xtensa: implement FP coprocessor option Max Filippov
2012-09-09  1:29 ` [Qemu-devel] [PATCH 1/9] softfloat: make float_muladd_negate_* flags independent Max Filippov
2012-09-09  9:24   ` Aurelien Jarno
2012-09-09  1:29 ` [Qemu-devel] [PATCH 2/9] target-xtensa: handle boolean option in overlays Max Filippov
2012-09-09  1:29 ` [Qemu-devel] [PATCH 3/9] target-xtensa: specialize softfloat NaN rules Max Filippov
2012-09-09  9:31   ` Peter Maydell
2012-09-09 12:13     ` Max Filippov
2012-09-09 15:14       ` Max Filippov
2012-09-09 15:44         ` Peter Maydell
2012-09-09  1:29 ` [Qemu-devel] [PATCH 4/9] target-xtensa: add FP registers Max Filippov
2012-09-09  1:29 ` [Qemu-devel] [PATCH 5/9] target-xtensa: implement LSCX and LSCI groups Max Filippov
2012-09-09  1:29 ` [Qemu-devel] [PATCH 6/9] target-xtensa: implement FP0 arithmetic Max Filippov
2012-09-09 10:05   ` Peter Maydell
2012-09-09 12:25     ` Max Filippov
2012-09-09 12:56       ` Peter Maydell
2012-09-09  1:29 ` [Qemu-devel] [PATCH 7/9] target-xtensa: implement FP0 conversions Max Filippov
2012-09-09 11:06   ` Peter Maydell
2012-09-09 12:41     ` Max Filippov
2012-09-09  1:29 ` [Qemu-devel] [PATCH 8/9] target-xtensa: implement FP1 group Max Filippov
2012-09-09  1:29 ` [Qemu-devel] [PATCH 9/9] target-xtensa: implement coprocessor context option Max Filippov

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