From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIawB-0007c9-9I for qemu-devel@nongnu.org; Fri, 24 Jul 2015 07:14:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIawA-0000S9-Bv for qemu-devel@nongnu.org; Fri, 24 Jul 2015 07:14:47 -0400 Received: from hall.aurel32.net ([2001:bc8:30d7:100::1]:51638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIawA-0000PO-5c for qemu-devel@nongnu.org; Fri, 24 Jul 2015 07:14:46 -0400 From: Aurelien Jarno Date: Fri, 24 Jul 2015 13:14:26 +0200 Message-Id: <1437736471-26124-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH for-2.5 0/5] target-sh4: TCG improvement List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno This patchset improves the code generation for the SH4 target, by using new TCG ops or using some tricks. Aurelien Jarno (5): target-sh4: add flags markups for FP helpers target-sh4: use deposit in swap.b instruction target-sh4: improve cmp/str instruction target-sh4: improve shld instruction target-sh4: improve shad instruction target-sh4/helper.h | 34 ++++++------- target-sh4/translate.c | 126 ++++++++++++++++++++----------------------------- 2 files changed, 68 insertions(+), 92 deletions(-) -- 2.1.4