From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjebo-00038U-K7 for qemu-devel@nongnu.org; Wed, 29 Oct 2014 21:33:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjebj-0000ZG-IX for qemu-devel@nongnu.org; Wed, 29 Oct 2014 21:33:04 -0400 Received: from mail-pd0-x235.google.com ([2607:f8b0:400e:c02::235]:39857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjebj-0000ZB-Bv for qemu-devel@nongnu.org; Wed, 29 Oct 2014 21:32:59 -0400 Received: by mail-pd0-f181.google.com with SMTP id y10so4080888pdj.40 for ; Wed, 29 Oct 2014 18:32:58 -0700 (PDT) Sender: Richard Henderson Message-ID: <54519546.7010409@twiddle.net> Date: Wed, 29 Oct 2014 18:32:54 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1414588941-845-1-git-send-email-kbastian@mail.uni-paderborn.de> <1414588941-845-3-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1414588941-845-3-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/5] target-tricore: Add instructions of BRC 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 10/29/2014 06:22 AM, Bastian Koppelmann wrote: > Add instructions of BRC opcode format. > Fixed OP2_BRC_JGE -> OP2_32_BRC_JGE. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/translate.c | 53 +++++++++++++++++++++++++++++++++++++++- > target-tricore/tricore-opcodes.h | 6 +++-- > 2 files changed, 56 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~