qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] target-mips: DSP ASE fixes and cleanup
@ 2012-11-16 11:04 Aurelien Jarno
  2012-11-16 11:04 ` [Qemu-devel] [PATCH 1/7] target-mips: fix DSP loads with rd = 0 Aurelien Jarno
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Aurelien Jarno @ 2012-11-16 11:04 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.

Aurelien Jarno (7):
  target-mips: fix DSP loads with rd = 0
  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  |  771 ++++++++++++++++++++++++----------------------
 3 files changed, 601 insertions(+), 806 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2012-12-05  4:59 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 11:04 [Qemu-devel] [PATCH 0/7] target-mips: DSP ASE fixes and cleanup Aurelien Jarno
2012-11-16 11:04 ` [Qemu-devel] [PATCH 1/7] target-mips: fix DSP loads with rd = 0 Aurelien Jarno
2012-11-21  6:28   ` Johnson, Eric
2012-11-16 11:04 ` [Qemu-devel] [PATCH 2/7] target-mips: generate a reserved instruction exception on CPU without DSP Aurelien Jarno
2012-11-16 22:02   ` Richard Henderson
2012-11-21  6:51     ` Johnson, Eric
2012-11-16 11:04 ` [Qemu-devel] [PATCH 3/7] target-mips: add unions to access DSP elements Aurelien Jarno
2012-11-21  6:54   ` Johnson, Eric
2012-11-16 11:04 ` [Qemu-devel] [PATCH 4/7] target-mips: use DSP unions for binary DSP operators Aurelien Jarno
2012-11-16 22:04   ` Richard Henderson
2012-12-05  4:58   ` Johnson, Eric
2012-11-16 11:04 ` [Qemu-devel] [PATCH 5/7] target-mips: use DSP unions for unary " Aurelien Jarno
2012-12-05  4:58   ` Johnson, Eric
2012-11-16 11:04 ` [Qemu-devel] [PATCH 6/7] target-mips: use DSP unions for reduction add instructions Aurelien Jarno
2012-12-05  4:58   ` Johnson, Eric
2012-11-16 11:04 ` [Qemu-devel] [PATCH 7/7] target-mips: implement DSP (d)append sub-class with TCG Aurelien Jarno
2012-12-05  4:58   ` Johnson, Eric

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