From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyedK-0002O8-U5 for qemu-devel@nongnu.org; Wed, 10 Dec 2014 05:36:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyedG-0000Ik-4e for qemu-devel@nongnu.org; Wed, 10 Dec 2014 05:36:38 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:35744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyedF-0000ID-VU for qemu-devel@nongnu.org; Wed, 10 Dec 2014 05:36:34 -0500 From: Bastian Koppelmann Date: Wed, 10 Dec 2014 11:36:23 +0000 Message-Id: <1418211392-21440-1-git-send-email-kbastian@mail.uni-paderborn.de> Subject: [Qemu-devel] [PULL 0/9] 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 Hi, here is my first round of TriCore patches for 2.3. Cheers, Bastian The following changes since commit 7fb8da2b8861795e0013e6ee97acd0363d868a35: Open 2.3 development tree (2014-12-09 21:48:34 +0000) are available in the git repository at: https://github.com/bkoppelmann/qemu-tricore-upstream.git tags/pull-tricore-20141210 for you to fetch changes up to 328f1f0f08f1aa303eef7493bd7c3d97a8d9636a: target-tricore: Add instructions of RCR opcode format (2014-12-10 11:13:45 +0000) ---------------------------------------------------------------- TriCore BOL, BRC, BRN, BRR, RC, RCPW, RCRR, RCR, RLC and RCR insn added ---------------------------------------------------------------- Bastian Koppelmann (9): target-tricore: Add instructions of BOL opcode format target-tricore: Add instructions of BRC opcode format target-tricore: Add instructions of BRN opcode format target-tricore: Add instructions of BRR opcode format target-tricore: Add instructions of RC opcode format target-tricore: Make TRICORE_FEATURES implying others. target-tricore: Add instructions of RCPW, RCRR and RCRW opcode format target-tricore: Add instructions of RLC opcode format target-tricore: Add instructions of RCR opcode format target-tricore/cpu.c | 9 + target-tricore/csfr.def | 124 +++ target-tricore/helper.h | 17 + target-tricore/op_helper.c | 278 +++++++ target-tricore/translate.c | 1644 +++++++++++++++++++++++++++++++++++++- target-tricore/tricore-opcodes.h | 17 +- 6 files changed, 2074 insertions(+), 15 deletions(-) create mode 100644 target-tricore/csfr.def -- 2.1.3