From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzX6s-0000xI-V2 for qemu-devel@nongnu.org; Fri, 12 Dec 2014 15:46:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzX6o-0002x9-3K for qemu-devel@nongnu.org; Fri, 12 Dec 2014 15:46:46 -0500 Received: from mail-qa0-x235.google.com ([2607:f8b0:400d:c00::235]:33875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzX6n-0002x5-VZ for qemu-devel@nongnu.org; Fri, 12 Dec 2014 15:46:42 -0500 Received: by mail-qa0-f53.google.com with SMTP id bm13so5629314qab.40 for ; Fri, 12 Dec 2014 12:46:41 -0800 (PST) Sender: Richard Henderson Message-ID: <548B542E.2060909@twiddle.net> Date: Fri, 12 Dec 2014 12:46:38 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1418405504-11175-1-git-send-email-kbastian@mail.uni-paderborn.de> <1418405504-11175-7-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1418405504-11175-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 6/8] target-tricore: Add missing 1.6 insn of BOL opcode format 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: > Some of the 1.6 ISA instructions were still missing. So let's add them. > > Signed-off-by: Bastian Koppelmann Reviewed-by: Richard Henderson r~