From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmPA1-0000Mr-Ie for qemu-devel@nongnu.org; Tue, 11 Jun 2013 10:03:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmP9y-0000bb-5E for qemu-devel@nongnu.org; Tue, 11 Jun 2013 10:02:57 -0400 Received: from mail-ye0-f182.google.com ([209.85.213.182]:51885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmP9y-0000bL-0x for qemu-devel@nongnu.org; Tue, 11 Jun 2013 10:02:54 -0400 Received: by mail-ye0-f182.google.com with SMTP id m12so1729597yen.13 for ; Tue, 11 Jun 2013 07:02:53 -0700 (PDT) Sender: Richard Henderson Message-ID: <51B72E08.7090004@twiddle.net> Date: Tue, 11 Jun 2013 07:02:48 -0700 From: Richard Henderson MIME-Version: 1.0 References: <51B6DBB7.2000800@huawei.com> <51B6DC51.70909@huawei.com> In-Reply-To: <51B6DC51.70909@huawei.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] tcg/aarch64: implement ldst 12bit scaled uimm offset 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/11/2013 01:14 AM, Claudio Fontana wrote: > implement the 12bit scaled unsigned immediate offset > variant of LDR/STR. This improves code size by avoiding > the movi + ldst_r for naturally aligned offsets in range. > > Signed-off-by: Claudio Fontana > --- > tcg/aarch64/tcg-target.c | 32 +++++++++++++++++++++++++++++--- > 1 file changed, 29 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~