From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI6jG-0000Y7-Cv for qemu-devel@nongnu.org; Tue, 19 Mar 2013 20:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UI6jD-0000tE-Ad for qemu-devel@nongnu.org; Tue, 19 Mar 2013 20:18:06 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:44163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI6jD-0000si-3k for qemu-devel@nongnu.org; Tue, 19 Mar 2013 20:18:03 -0400 Received: by mail-pb0-f41.google.com with SMTP id um15so866643pbc.28 for ; Tue, 19 Mar 2013 17:18:02 -0700 (PDT) Sender: Richard Henderson Message-ID: <51490036.8090509@twiddle.net> Date: Tue, 19 Mar 2013 17:17:58 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1363070631-21187-1-git-send-email-rth@twiddle.net> In-Reply-To: <1363070631-21187-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/9] tcg-arm improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Ping. r~ On 2013-03-11 23:43, Richard Henderson wrote: > Changes v1-v2: > * Use more helper functions to handle K and N constraints. > * Improve add2/sub2. > * Improve epilogues, as suggested in the previous thread. > * Fix a typo in the name of the deposit helper. > * Implement division for cortex-a15. > > > r~ > > > Richard Henderson (9): > tcg-arm: Use bic to implement and with constant > tcg-arm: Handle negated constant arguments to and/sub > tcg-arm: Allow constant first argument to sub > tcg-arm: Use tcg_out_dat_rIN for compares > tcg-arm: Handle constant arguments to add2/sub2 > tcg-arm: Improve constant generation > tcg-arm: Fold epilogue into INDEX_op_exit_tb > tcg-arm: Implement deposit for armv7 > tcg-arm: Implement division instructions > > disas/arm.c | 4 + > tcg/arm/tcg-target.c | 410 ++++++++++++++++++++++++++++++++++++--------------- > tcg/arm/tcg-target.h | 14 +- > 3 files changed, 304 insertions(+), 124 deletions(-) >