From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF6KO-0006av-E5 for qemu-devel@nongnu.org; Fri, 21 Sep 2012 12:43:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF6KN-00084H-AD for qemu-devel@nongnu.org; Fri, 21 Sep 2012 12:43:44 -0400 Received: from hall.aurel32.net ([88.191.126.93]:43334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF6KN-000844-1i for qemu-devel@nongnu.org; Fri, 21 Sep 2012 12:43:43 -0400 From: Aurelien Jarno Date: Fri, 21 Sep 2012 18:43:19 +0200 Message-Id: <1348245809-13482-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH 00/10] tcg/mips: cleanup and improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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