From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgblx-0003N5-14 for qemu-devel@nongnu.org; Tue, 21 Oct 2014 11:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgbls-0007qy-6n for qemu-devel@nongnu.org; Tue, 21 Oct 2014 11:54:56 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:38338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgbls-0007qU-0n for qemu-devel@nongnu.org; Tue, 21 Oct 2014 11:54:52 -0400 From: Bastian Koppelmann Date: Tue, 21 Oct 2014 17:54:45 +0100 Message-Id: <1413910490-23949-1-git-send-email-kbastian@mail.uni-paderborn.de> Subject: [Qemu-devel] [PULL 0/5] target-tricore patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, rth@twiddle.net The following changes since commit 5f77ef69a195098baddfdc6d189f1b4a94587378: glib: add compatibility interface for g_strcmp0() (2014-10-16 23:02:31 +0100) are available in the git repository at: https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-20141021 for you to fetch changes up to 3a16ecb06355d0bfc8b547eba094ebaa44dce39f: target-tricore: Add instructions of BO opcode format (2014-10-20 12:25:07 +0100) ---------------------------------------------------------------- TriCore ABS, ABSB, B, BIT, BO instructions added ---------------------------------------------------------------- Bastian Koppelmann (5): target-tricore: Cleanup and Bugfixes target-tricore: Add instructions of ABS, ABSB opcode format target-tricore: Add instructions of B opcode format target-tricore: Add instructions of BIT opcode format target-tricore: Add instructions of BO opcode format target-tricore/helper.h | 7 + target-tricore/op_helper.c | 128 +++- target-tricore/translate.c | 1305 ++++++++++++++++++++++++++++++++++++++ target-tricore/tricore-opcodes.h | 4 +- 4 files changed, 1417 insertions(+), 27 deletions(-)