From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFDQP-0004UM-QD for qemu-devel@nongnu.org; Fri, 21 Sep 2012 20:18:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFDQO-00015L-QU for qemu-devel@nongnu.org; Fri, 21 Sep 2012 20:18:25 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:41851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFDQO-00015F-KB for qemu-devel@nongnu.org; Fri, 21 Sep 2012 20:18:24 -0400 Received: by pbbrp12 with SMTP id rp12so8738004pbb.4 for ; Fri, 21 Sep 2012 17:18:23 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Fri, 21 Sep 2012 17:18:08 -0700 Message-Id: <1348273096-1495-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/8] Misc tcg improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net The subject of the andi and assertion patches has come up on this list earlier this week, between Max Filippov, malc and myself. The posibility of using deposit to implement concat occurred to me while working on the MIPS FPU conversion patch. r~ Richard Henderson (8): tcg: Adjust descriptions of *cond opcodes tcg: Emit ANDI as EXTU for appropriate constants tcg: Optimize initial inputs for ori_i64 tcg: Emit XORI as NOT for appropriate constants tcg: Implement concat*_i64 with deposit_i64 tcg: Add tcg_debug_assert tcg: Sanity check deposit inputs tcg: Sanity check goto_tb input tcg/README | 10 ++-- tcg/tcg-op.h | 182 ++++++++++++++++++++++++++++++++++++++++++----------------- tcg/tcg.c | 4 ++ tcg/tcg.h | 10 ++++ 4 files changed, 149 insertions(+), 57 deletions(-) -- 1.7.11.4