From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7566-0007vD-Ja for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:56:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7561-0001zh-Hr for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:56:54 -0400 Received: from mail-ie0-x22a.google.com ([2607:f8b0:4001:c03::22a]:51723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7561-0001zH-DO for qemu-devel@nongnu.org; Tue, 15 Jul 2014 11:56:49 -0400 Received: by mail-ie0-f170.google.com with SMTP id rl12so3396370iec.29 for ; Tue, 15 Jul 2014 08:56:48 -0700 (PDT) Sender: Richard Henderson Message-ID: <53C54F3C.3090706@twiddle.net> Date: Tue, 15 Jul 2014 08:56:44 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1405359671-25985-1-git-send-email-kbastian@mail.uni-paderborn.de> <1405359671-25985-14-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1405359671-25985-14-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 13/15] target-tricore: Add instructions of SC 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 SC opcode format. > Add helper for begin interrupt service routine. > > Signed-off-by: Bastian Koppelmann > --- > v1 -> v2: > - Add save_context_lower. (see patch v2 10/15) > - Remove printfs in helper_bisr. > - Add one decode function for all SC instructions. > > target-tricore/helper.h | 1 + > target-tricore/op_helper.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++ > target-tricore/translate.c | 48 +++++++++++++++++++++++++++++++++++++ > 3 files changed, 108 insertions(+) Reviewed-by: Richard Henderson r~