From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNoVw-00026w-9P for qemu-devel@nongnu.org; Tue, 17 Feb 2015 15:13:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNoVt-0006Sg-0z for qemu-devel@nongnu.org; Tue, 17 Feb 2015 15:13:00 -0500 Received: from mail-qa0-x22a.google.com ([2607:f8b0:400d:c00::22a]:51629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNoVs-0006SW-Rk for qemu-devel@nongnu.org; Tue, 17 Feb 2015 15:12:56 -0500 Received: by mail-qa0-f42.google.com with SMTP id w8so27625543qac.1 for ; Tue, 17 Feb 2015 12:12:56 -0800 (PST) Sender: Richard Henderson Message-ID: <54E3A0C4.2050900@twiddle.net> Date: Tue, 17 Feb 2015 12:12:52 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1423673343-25688-1-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1423673343-25688-1-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/6] TriCore: Add RRR1 and RRR2 instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org On 02/11/2015 08:48 AM, Bastian Koppelmann wrote: > Bastian Koppelmann (6): > target-tricore: Fix RLC_ADDI, RLC_ADDIH using wrong microcode helper > target-tricore: fix msub32_suov return wrong results > target-tricore: Add instructions of RRR2 opcode format > target-tricore: Add instructions of RRR1 opcode format, which have > 0x83 as first opcode > target-tricore: Add instructions of RRR1 opcode format, which have > 0x43 as first opcode > target-tricore: Add instructions of RRR1 opcode format, which have > 0xc3 as first opcode > > target-tricore/helper.h | 9 + > target-tricore/op_helper.c | 374 +++++++++- > target-tricore/translate.c | 1391 ++++++++++++++++++++++++++++++++++++-- > target-tricore/tricore-opcodes.h | 10 +- > 4 files changed, 1728 insertions(+), 56 deletions(-) Reviewed-by: Richard Henderson r~