From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZId2Q-0002QB-UC for qemu-devel@nongnu.org; Fri, 24 Jul 2015 09:29:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZId2M-00047y-5P for qemu-devel@nongnu.org; Fri, 24 Jul 2015 09:29:22 -0400 Received: from mail-qk0-x232.google.com ([2607:f8b0:400d:c09::232]:36804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZId2M-00047m-1V for qemu-devel@nongnu.org; Fri, 24 Jul 2015 09:29:18 -0400 Received: by qkdv3 with SMTP id v3so13998768qkd.3 for ; Fri, 24 Jul 2015 06:29:17 -0700 (PDT) Sender: Richard Henderson References: <1437736471-26124-1-git-send-email-aurelien@aurel32.net> From: Richard Henderson Message-ID: <55B23DA8.2090507@twiddle.net> Date: Fri, 24 Jul 2015 06:29:12 -0700 MIME-Version: 1.0 In-Reply-To: <1437736471-26124-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [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: Aurelien Jarno , qemu-devel@nongnu.org On 07/24/2015 04:14 AM, Aurelien Jarno wrote: > 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(-) Reviewed-by: Richard Henderson r~