qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/10] tcg/mips: cleanup and improvements


From: Aurelien Jarno
Subject: [Qemu-devel] [PATCH 00/10] tcg/mips: cleanup and improvements
Date: Fri, 21 Sep 2012 18:43:19 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]