From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXGrG-0004MN-7Y for qemu-devel@nongnu.org; Wed, 02 Sep 2015 18:50:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXGrB-0001Vi-V9 for qemu-devel@nongnu.org; Wed, 02 Sep 2015 18:50:22 -0400 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:33484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXGrB-0001Ud-La for qemu-devel@nongnu.org; Wed, 02 Sep 2015 18:50:17 -0400 Received: by pacex6 with SMTP id ex6so19998411pac.0 for ; Wed, 02 Sep 2015 15:50:16 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Wed, 2 Sep 2015 15:50:12 -0700 Message-Id: <1441234214-25173-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH v2 0/2] target-mips improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: leon.alrae@imgtec.com, aurelien@aurel32.net The first patch was originally posted back in February. I failed to keep any reply, if any, that may have been given. The second patch is new, utilizing a new opcode introduced within the past month. For hosts that use it, it'll improve generated code. r~ Richard Henderson (2): target-mips: Use movcond in movci and movcf* target-mips: Use tcg_gen_extrh_i64_i32 target-mips/translate.c | 303 ++++++++++++++++++++++++------------------------ 1 file changed, 149 insertions(+), 154 deletions(-) -- 2.4.3