qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] tcg/mips: cleanup and improvements
@ 2012-09-21 16:43 Aurelien Jarno
  2012-09-21 16:43 ` [Qemu-devel] [PATCH 01/10] tcg-mips: fix wrong usage of 'Z' constraint Aurelien Jarno
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Aurelien Jarno @ 2012-09-21 16:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aurelien Jarno

This patch series first does a bit of cleanup and bug fixing on the
MIPS TCG backend. Then some optimizations are added, mostly by
implementing new TCG operations. The last patch depends on the movcond
series by Richard Henderson.

This has been tested on Loongson3A and Octeon CPUs by booting arm, i386,
x86_64 and ppc guests.

Aurelien Jarno (10):
  tcg-mips: fix wrong usage of 'Z' constraint
  tcg/mips: kill warnings in user mode
  tcg/mips: use TCGArg or TCGReg instead of int
  tcg/mips: don't use global pointer
  tcg/mips: use stack for TCG temps
  tcg/mips: optimize brcond arg, 0
  tcg/mips: optimize bswap{16,16s,32} on MIPS32R2
  tcg/mips: implement rotl/rotr ops on MIPS32R2
  tcg/mips: implement deposit op on MIPS32R2
  tcg/mips: implement movcond op on MIPS32R2

 tcg/mips/tcg-target.c |  336 +++++++++++++++++++++++++++++++++++--------------
 tcg/mips/tcg-target.h |   25 +++-
 2 files changed, 266 insertions(+), 95 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2012-09-22 18:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 16:43 [Qemu-devel] [PATCH 00/10] tcg/mips: cleanup and improvements Aurelien Jarno
2012-09-21 16:43 ` [Qemu-devel] [PATCH 01/10] tcg-mips: fix wrong usage of 'Z' constraint Aurelien Jarno
2012-09-21 16:43 ` [Qemu-devel] [PATCH 02/10] tcg/mips: kill warnings in user mode Aurelien Jarno
2012-09-21 16:43 ` [Qemu-devel] [PATCH 03/10] tcg/mips: use TCGArg or TCGReg instead of int Aurelien Jarno
2012-09-21 16:43 ` [Qemu-devel] [PATCH 04/10] tcg/mips: don't use global pointer Aurelien Jarno
2012-09-21 18:18   ` Richard Henderson
2012-09-21 21:13     ` Aurelien Jarno
2012-09-21 16:43 ` [Qemu-devel] [PATCH 05/10] tcg/mips: use stack for TCG temps Aurelien Jarno
2012-09-22 14:37   ` Blue Swirl
2012-09-22 17:25     ` Aurelien Jarno
2012-09-22 18:09       ` Blue Swirl
2012-09-22 18:17         ` Aurelien Jarno
2012-09-21 16:43 ` [Qemu-devel] [PATCH 06/10] tcg/mips: optimize brcond arg, 0 Aurelien Jarno
2012-09-21 16:43 ` [Qemu-devel] [PATCH 07/10] tcg/mips: optimize bswap{16, 16s, 32} on MIPS32R2 Aurelien Jarno
2012-09-21 16:43 ` [Qemu-devel] [PATCH 08/10] tcg/mips: implement rotl/rotr ops " Aurelien Jarno
2012-09-21 16:43 ` [Qemu-devel] [PATCH 09/10] tcg/mips: implement deposit op " Aurelien Jarno
2012-09-21 16:43 ` [Qemu-devel] [PATCH 10/10] tcg/mips: implement movcond " Aurelien Jarno
2012-09-21 19:33 ` [Qemu-devel] [PATCH 00/10] tcg/mips: cleanup and improvements Richard Henderson

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