From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoKR1-0007fG-PT for qemu-devel@nongnu.org; Wed, 04 Dec 2013 16:56:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoKQx-0002s6-GD for qemu-devel@nongnu.org; Wed, 04 Dec 2013 16:56:43 -0500 Received: from mail-yh0-x235.google.com ([2607:f8b0:4002:c01::235]:61399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoKQx-0002rt-C8 for qemu-devel@nongnu.org; Wed, 04 Dec 2013 16:56:39 -0500 Received: by mail-yh0-f53.google.com with SMTP id b20so12000541yha.12 for ; Wed, 04 Dec 2013 13:56:38 -0800 (PST) Sender: Richard Henderson Message-ID: <529FA50D.7090908@twiddle.net> Date: Thu, 05 Dec 2013 10:56:29 +1300 From: Richard Henderson MIME-Version: 1.0 References: <1386185609-25505-1-git-send-email-peter.maydell@linaro.org> <1386185609-25505-12-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1386185609-25505-12-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 11/12] target-arm: A64: add support for 'test and branch' imm 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/05/2013 08:33 AM, Peter Maydell wrote: > From: Alexander Graf > > This patch adds emulation for the test and branch insns, > TBZ and TBNZ. > > Signed-off-by: Alexander Graf > [claudio: > adapted for new decoder > always compare with 0 > remove a TCG temporary > ] > Signed-off-by: Claudio Fontana > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 27 +++++++++++++++++++++++++-- > 1 file changed, 25 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~