qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/8] target-mips: DSP ASE fixes and cleanup
@ 2013-01-09 15:27 Aurelien Jarno
  2013-01-09 15:27 ` [Qemu-devel] [PATCH v2 1/8] target-mips: fix DSP loads with rd = 0 Aurelien Jarno
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Aurelien Jarno @ 2013-01-09 15:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aurelien Jarno

This patch series contains some fixes and cleanup following the merge
of the DSP ASE patches.

Changes v1 -> v2:
 - patch 1: unchanged
 - patch 2: new patch as suggested by Richard Henderson
 - patch 3: updated to use insn_flags from DisasContext
 - patch 4: unchanged
 - patch 5: fix the cast on the return value
 - patch 6: fix the cast on the return value
 - patch 7: unchanged
 - patch 8: unchanged


Aurelien Jarno (8):
  target-mips: fix DSP loads with rd = 0
  target-mips: copy insn_flags in DisasContext
  target-mips: generate a reserved instruction exception on CPU without DSP
  target-mips: add unions to access DSP elements
  target-mips: use DSP unions for binary DSP operators
  target-mips: use DSP unions for unary DSP operators
  target-mips: use DSP unions for reduction add instructions
  target-mips: implement DSP (d)append sub-class with TCG

 target-mips/dsp_helper.c |  623 ++++++++++---------------------
 target-mips/helper.h     |   13 -
 target-mips/translate.c  |  912 ++++++++++++++++++++++++----------------------
 3 files changed, 670 insertions(+), 878 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-01-12 15:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 15:27 [Qemu-devel] [PATCH v2 0/8] target-mips: DSP ASE fixes and cleanup Aurelien Jarno
2013-01-09 15:27 ` [Qemu-devel] [PATCH v2 1/8] target-mips: fix DSP loads with rd = 0 Aurelien Jarno
2013-01-09 15:27 ` [Qemu-devel] [PATCH v2 2/8] target-mips: copy insn_flags in DisasContext Aurelien Jarno
2013-01-09 15:27 ` [Qemu-devel] [PATCH v2 3/8] target-mips: generate a reserved instruction exception on CPU without DSP Aurelien Jarno
2013-01-09 15:27 ` [Qemu-devel] [PATCH v2 4/8] target-mips: add unions to access DSP elements Aurelien Jarno
2013-01-09 15:27 ` [Qemu-devel] [PATCH v2 5/8] target-mips: use DSP unions for binary DSP operators Aurelien Jarno
2013-01-09 21:16   ` Blue Swirl
2013-01-10  7:08     ` Aurelien Jarno
2013-01-12 10:39       ` Blue Swirl
2013-01-12 14:34         ` Aurelien Jarno
2013-01-12 15:08           ` Blue Swirl
2013-01-09 15:27 ` [Qemu-devel] [PATCH v2 6/8] target-mips: use DSP unions for unary " Aurelien Jarno
2013-01-09 21:17   ` Blue Swirl
2013-01-09 15:27 ` [Qemu-devel] [PATCH v2 7/8] target-mips: use DSP unions for reduction add instructions Aurelien Jarno
2013-01-09 21:18   ` Blue Swirl
2013-01-09 15:27 ` [Qemu-devel] [PATCH v2 8/8] target-mips: implement DSP (d)append sub-class with TCG Aurelien Jarno
2013-01-09 18:51 ` [Qemu-devel] [PATCH v2 0/8] target-mips: DSP ASE fixes and cleanup Richard Henderson
2013-01-09 21:19 ` Blue Swirl

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