From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnzt5-0002aE-GE for qemu-devel@nongnu.org; Tue, 03 Dec 2013 19:00:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vnzt1-0005d3-6x for qemu-devel@nongnu.org; Tue, 03 Dec 2013 19:00:19 -0500 Received: from mail-yh0-x233.google.com ([2607:f8b0:4002:c01::233]:56578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnzt1-0005cq-2D for qemu-devel@nongnu.org; Tue, 03 Dec 2013 19:00:15 -0500 Received: by mail-yh0-f51.google.com with SMTP id c41so9294500yho.38 for ; Tue, 03 Dec 2013 16:00:14 -0800 (PST) Sender: Richard Henderson Message-ID: <529E7086.4030706@twiddle.net> Date: Wed, 04 Dec 2013 13:00:06 +1300 From: Richard Henderson MIME-Version: 1.0 References: <1386107477-24165-1-git-send-email-peter.maydell@linaro.org> <1386107477-24165-10-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1386107477-24165-10-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 09/12] target-arm: A64: add support for BR, BLR and RET insns List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org, Michael Matz , Alexander Graf , C Fontana , Dirk Mueller , Laurent Desnogues , kvmarm@lists.cs.columbia.edu On 12/04/2013 10:51 AM, Peter Maydell wrote: > From: Alexander Graf > > Implement BR, BLR and RET. This is all of the 'unconditional > branch (register)' instruction category except for ERET > and DPRS (which are system mode only). > > Signed-off-by: Alexander Graf > [claudio: reimplemented on top of new decoder structure] > Signed-off-by: Claudio Fontana > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 43 +++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 41 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~