From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWWOg-0004FQ-3N for qemu-devel@nongnu.org; Fri, 13 Mar 2015 16:41:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWWOf-0001Pi-6K for qemu-devel@nongnu.org; Fri, 13 Mar 2015 16:41:30 -0400 Received: from mail-qc0-x229.google.com ([2607:f8b0:400d:c01::229]:37554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWWOf-0001Pe-2n for qemu-devel@nongnu.org; Fri, 13 Mar 2015 16:41:29 -0400 Received: by qcxr5 with SMTP id r5so29724052qcx.4 for ; Fri, 13 Mar 2015 13:41:28 -0700 (PDT) Sender: Richard Henderson Message-ID: <55034B75.6010501@twiddle.net> Date: Fri, 13 Mar 2015 13:41:25 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1424880881-1594-1-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1424880881-1594-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 0/6] TriCore: add RRR1, RRRR, RRRW, SYS instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org On 02/25/2015 08:14 AM, Bastian Koppelmann wrote: > Bastian Koppelmann (6): > target-tricore: Add instructions of RRR1 opcode format, which have > 0xa3 as first opcode > target-tricore: Add instructions of RRR1 opcode format, which have > 0x63 as first opcode > target-tricore: Add instructions of RRR1 opcode format, which have > 0xe3 as first opcode > target-tricore: Add instructions of RRRR opcode format > target-tricore: Add instructions of RRRW opcode format > target-tricore: Add instructions of SYS opcode format Reviewed-by: Richard Henderson r~