From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvUIE-0006Rq-Kh for qemu-devel@nongnu.org; Thu, 21 May 2015 13:30:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvUI9-0006GG-Mu for qemu-devel@nongnu.org; Thu, 21 May 2015 13:30:02 -0400 Received: from mail-qk0-x233.google.com ([2607:f8b0:400d:c09::233]:34545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvUI9-0006GC-Jq for qemu-devel@nongnu.org; Thu, 21 May 2015 13:29:57 -0400 Received: by qkgx75 with SMTP id x75so60907248qkg.1 for ; Thu, 21 May 2015 10:29:57 -0700 (PDT) Sender: Richard Henderson Message-ID: <555E1612.8070507@twiddle.net> Date: Thu, 21 May 2015 10:29:54 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1431510311-13355-1-git-send-email-kbastian@mail.uni-paderborn.de> <1431510311-13355-11-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1431510311-13355-11-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/10] target-tricore: add RR_DIV and RR_DIV_U instructions of the v1.6 ISA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org On 05/13/2015 02:45 AM, Bastian Koppelmann wrote: > Signed-off-by: Bastian Koppelmann > --- > target-tricore/helper.h | 2 ++ > target-tricore/op_helper.c | 49 ++++++++++++++++++++++++++++++++++++++++ > target-tricore/translate.c | 21 +++++++++++++++++ > target-tricore/tricore-opcodes.h | 2 ++ > 4 files changed, 74 insertions(+) Reviewed-by: Richard Henderson r~