From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjVbp-0007rv-B8 for qemu-devel@nongnu.org; Mon, 03 Jun 2013 10:19:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjVbh-0001bw-La for qemu-devel@nongnu.org; Mon, 03 Jun 2013 10:19:41 -0400 Received: from mail-qe0-f49.google.com ([209.85.128.49]:34131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjVbh-0001bg-FR for qemu-devel@nongnu.org; Mon, 03 Jun 2013 10:19:33 -0400 Received: by mail-qe0-f49.google.com with SMTP id a11so2336274qen.8 for ; Mon, 03 Jun 2013 07:19:32 -0700 (PDT) Sender: Richard Henderson Message-ID: <51ACA5EF.4000008@twiddle.net> Date: Mon, 03 Jun 2013 07:19:27 -0700 From: Richard Henderson MIME-Version: 1.0 References: <51AC98CB.1020503@huawei.com> In-Reply-To: <51AC98CB.1020503@huawei.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] aarch64 TCG tlb fast lookup prerequisites List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana Cc: Laurent Desnogues , Peter Maydell , Jani Kokkonen , "qemu-devel@nongnu.org" On 06/03/2013 06:23 AM, Claudio Fontana wrote: > Changes from the original series: > > * added ADDS and ANDS to the shifted regs ops, reorder > * split shifted regs ops and test/and immediate into 2 patches > * for byte swapping, remove REV32, we can just use REV > * fix broken comment in tcg_out_uxt > > Claudio Fontana (4): > tcg/aarch64: improve arith shifted regs operations > tcg/aarch64: implement AND/TEST immediate pattern > tcg/aarch64: implement byte swap operations > tcg/aarch64: implement sign/zero extend operations > > tcg/aarch64/tcg-target.c | 170 +++++++++++++++++++++++++++++++++++++++++------ > tcg/aarch64/tcg-target.h | 30 ++++----- > 2 files changed, 166 insertions(+), 34 deletions(-) Reviewed-by: Richard Henderson r~