From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoiWl-0002og-BX for qemu-devel@nongnu.org; Thu, 05 Dec 2013 18:40:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoiWc-00070j-O1 for qemu-devel@nongnu.org; Thu, 05 Dec 2013 18:40:15 -0500 Received: from mail-yh0-x230.google.com ([2607:f8b0:4002:c01::230]:42170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoiWc-00070M-JJ for qemu-devel@nongnu.org; Thu, 05 Dec 2013 18:40:06 -0500 Received: by mail-yh0-f48.google.com with SMTP id f73so13124937yha.35 for ; Thu, 05 Dec 2013 15:40:06 -0800 (PST) Sender: Richard Henderson Message-ID: <52A10ECD.9070209@twiddle.net> Date: Fri, 06 Dec 2013 12:39:57 +1300 From: Richard Henderson MIME-Version: 1.0 References: <1386280289-27636-1-git-send-email-peter.maydell@linaro.org> <1386280289-27636-14-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1386280289-27636-14-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 13/13] target-arm: A64: add support for logical (immediate) 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 , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?ISO-8859-1?Q?Alex_Benn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall On 12/06/2013 10:51 AM, Peter Maydell wrote: > From: Alexander Graf > > This patch adds support for C3.4.4 Logical (immediate), > which include AND, ANDS, ORR, EOR. > > Signed-off-by: Alexander Graf > [claudio: adapted to new decoder, function renaming, > removed a TCG temp variable] > Signed-off-by: Claudio Fontana > [PMM: cleaned up some unnecessary code in logic_imm_decode_wmask > and added clarifying commentary on what it's actually doing. > Dropped an ext32u that's not needed if we've just done an AND.] > Signed-off-by: Peter Maydell > --- > target-arm/translate-a64.c | 175 +++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 173 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~