qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/11] target-sh4: misc optimizations and cleanup
@ 2012-09-16 23:11 Aurelien Jarno
  2012-09-16 23:11 ` [Qemu-devel] [PATCH 01/11] target-sh4: mark a few helpers const and pure Aurelien Jarno
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Aurelien Jarno @ 2012-09-16 23:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aurelien Jarno

This patch series does some optimization and cleanup in the SH4 emulation.

Aurelien Jarno (11):
  target-sh4: mark a few helpers const and pure
  target-sh4: use float32_muladd() to implement fmac
  target-sh4: implement addc and subc using TCG
  target-sh4: implement addv and subv using TCG
  target-sh4: optimize xtrct
  target-sh4: optimize swap.w
  target-sh4: remove gen_clr_t() and gen_set_t()
  target-sh4: rework exceptions handling
  target-sh4: cleanup DisasContext
  target-sh4: remove useless code
  gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES

 gdbstub.c              |  144 +++++++++++++++++++++++---------------
 target-sh4/helper.h    |   24 +++----
 target-sh4/op_helper.c |  123 ++++----------------------------
 target-sh4/translate.c |  181 ++++++++++++++++++++++++++++++------------------
 4 files changed, 226 insertions(+), 246 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2012-09-16 23:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16 23:11 [Qemu-devel] [PATCH 00/11] target-sh4: misc optimizations and cleanup Aurelien Jarno
2012-09-16 23:11 ` [Qemu-devel] [PATCH 01/11] target-sh4: mark a few helpers const and pure Aurelien Jarno
2012-09-16 23:11 ` [Qemu-devel] [PATCH 02/11] target-sh4: use float32_muladd() to implement fmac Aurelien Jarno
2012-09-16 23:11 ` [Qemu-devel] [PATCH 03/11] target-sh4: implement addc and subc using TCG Aurelien Jarno
2012-09-16 23:11 ` [Qemu-devel] [PATCH 04/11] target-sh4: implement addv and subv " Aurelien Jarno
2012-09-16 23:11 ` [Qemu-devel] [PATCH 05/11] target-sh4: optimize xtrct Aurelien Jarno
2012-09-16 23:11 ` [Qemu-devel] [PATCH 06/11] target-sh4: optimize swap.w Aurelien Jarno
2012-09-16 23:11 ` [Qemu-devel] [PATCH 07/11] target-sh4: remove gen_clr_t() and gen_set_t() Aurelien Jarno
2012-09-16 23:11 ` [Qemu-devel] [PATCH 08/11] target-sh4: rework exceptions handling Aurelien Jarno
2012-09-16 23:11 ` [Qemu-devel] [PATCH 09/11] target-sh4: cleanup DisasContext Aurelien Jarno
2012-09-16 23:11 ` [Qemu-devel] [PATCH 10/11] target-sh4: remove useless code Aurelien Jarno
2012-09-16 23:12 ` [Qemu-devel] [PATCH 11/11] gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES Aurelien Jarno

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