From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvUFR-00036K-MD for qemu-devel@nongnu.org; Thu, 21 May 2015 13:27:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvUFM-0005Fl-Q9 for qemu-devel@nongnu.org; Thu, 21 May 2015 13:27:09 -0400 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]:36551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvUE1-0004Ob-2l for qemu-devel@nongnu.org; Thu, 21 May 2015 13:25:41 -0400 Received: by qkx62 with SMTP id 62so13917633qkx.3 for ; Thu, 21 May 2015 10:25:40 -0700 (PDT) Sender: Richard Henderson Message-ID: <555E1510.2080204@twiddle.net> Date: Thu, 21 May 2015 10:25:36 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1431510311-13355-1-git-send-email-kbastian@mail.uni-paderborn.de> <1431510311-13355-7-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1431510311-13355-7-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/10] target-tricore: add RR_CRC32 instruction of the v1.6.1 ISA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org On 05/13/2015 02:45 AM, Bastian Koppelmann wrote: > This instruction was introduced by the new Aurix platform. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/helper.h | 2 ++ > target-tricore/op_helper.c | 11 +++++++++++ > target-tricore/translate.c | 5 +++++ > target-tricore/tricore-opcodes.h | 1 + > 4 files changed, 19 insertions(+) Likewise re the v1.6.1 isa. I'll trust you picked the function with the correct polynomial. Reviewed-by: Richard Henderson r~