From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74jv-0005GG-4x for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X74jq-0002Kb-7Z for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:33:59 -0400 Received: from mail-ig0-x22e.google.com ([2607:f8b0:4001:c05::22e]:60159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X74jq-0002KI-3U for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:33:54 -0400 Received: by mail-ig0-f174.google.com with SMTP id c1so3052131igq.7 for ; Tue, 15 Jul 2014 08:33:53 -0700 (PDT) Sender: Richard Henderson Message-ID: <53C549DE.6010803@twiddle.net> Date: Tue, 15 Jul 2014 08:33:50 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1405359671-25985-1-git-send-email-kbastian@mail.uni-paderborn.de> <1405359671-25985-12-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1405359671-25985-12-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 11/15] target-tricore: Add instructions of SBC and SBRN opcode format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On 07/14/2014 10:41 AM, Bastian Koppelmann wrote: > Add instructions of SBC and SBRN opcode format. > > Signed-off-by: Bastian Koppelmann > --- > v1 -> v2: > - Change compare to 0 at instructions JZ_T and JNZ_T. > - Group SBC instructions to one case. > - Group SBRN instructions to one case. > > target-tricore/translate.c | 35 +++++++++++++++++++++++++++++++++++ > 1 file changed, 35 insertions(+) Reviewed-by: Richard Henderson r~