From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzWUN-0006g5-N4 for qemu-devel@nongnu.org; Fri, 12 Dec 2014 15:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzWUI-0005pK-RU for qemu-devel@nongnu.org; Fri, 12 Dec 2014 15:06:59 -0500 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:46288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzWUI-0005pG-NK for qemu-devel@nongnu.org; Fri, 12 Dec 2014 15:06:54 -0500 Received: by mail-qg0-f45.google.com with SMTP id f51so5892548qge.4 for ; Fri, 12 Dec 2014 12:06:54 -0800 (PST) Sender: Richard Henderson Message-ID: <548B4ADB.4050805@twiddle.net> Date: Fri, 12 Dec 2014 12:06:51 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1418405504-11175-1-git-send-email-kbastian@mail.uni-paderborn.de> <1418405504-11175-5-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1418405504-11175-5-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/8] target-tricore: Add instructions of RR opcode format, that have 0x1 as the first opcode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org On 12/12/2014 09:31 AM, Bastian Koppelmann wrote: > Add instructions of RR opcode format, that have 0x1 as the first opcode. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/translate.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 97 insertions(+) Reviewed-by: Richard Henderson r~