From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Voejs-0003Mt-8b for qemu-devel@nongnu.org; Thu, 05 Dec 2013 14:37:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Voejm-0001pQ-5Q for qemu-devel@nongnu.org; Thu, 05 Dec 2013 14:37:32 -0500 Received: from mail-yh0-x22b.google.com ([2607:f8b0:4002:c01::22b]:54863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Voejm-0001pM-0u for qemu-devel@nongnu.org; Thu, 05 Dec 2013 14:37:26 -0500 Received: by mail-yh0-f43.google.com with SMTP id a41so12455557yho.30 for ; Thu, 05 Dec 2013 11:37:25 -0800 (PST) Sender: Richard Henderson Message-ID: <52A0D5EC.5050101@twiddle.net> Date: Fri, 06 Dec 2013 08:37:16 +1300 From: Richard Henderson MIME-Version: 1.0 References: <1386247180-26994-1-git-send-email-peter.maydell@linaro.org> <1386247180-26994-13-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1386247180-26994-13-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 12/12] target-arm: A64: add support for compare 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 , C Fontana , Dirk Mueller , Laurent Desnogues , =?ISO-8859-1?Q?Alex_Benn=E9e?= , kvmarm@lists.cs.columbia.edu On 12/06/2013 01:39 AM, Peter Maydell wrote: > From: Alexander Graf > > This patch adds emulation for the compare and branch insns, > CBZ and CBNZ. > > Signed-off-by: Alexander Graf > [claudio: adapted to new decoder, > compare with immediate 0, > introduce read_cpu_reg to get the 0 extension on (!sf)] > Signed-off-by: Claudio Fontana > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 46 ++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 44 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~