From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzT85-0006wP-2v for qemu-devel@nongnu.org; Fri, 12 Dec 2014 11:31:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzT7y-0005n7-UW for qemu-devel@nongnu.org; Fri, 12 Dec 2014 11:31:45 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:47329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzT7y-0005mr-OM for qemu-devel@nongnu.org; Fri, 12 Dec 2014 11:31:38 -0500 From: Bastian Koppelmann Date: Fri, 12 Dec 2014 17:31:36 +0000 Message-Id: <1418405504-11175-1-git-send-email-kbastian@mail.uni-paderborn.de> Subject: [Qemu-devel] [PATCH 0/8] TriCore add instructions of RR and RR1 opcode format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: rth@twiddle.net Hi, here is the next patchset for the TriCore ISA, which steadily moves towards being a usable qemu guest. This patchset first cleans up the SSOV/SUOV makros, which were only suitable for 32 bit arithmetic, to make room for 16bit SSOV/SUOV arithmetic used for the RR insn. These are splitted into four patches, seperated by the first opcode all insn of one patch have. I also added missed 1.6 insns and fixed some minor errors. The last patch adds the first half of the RR1 insn. Cheers, Bastian Bastian Koppelmann (8): target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32 target-tricore: Add instructions of RR opcode format, that have 0xb as the first opcode target-tricore: Add instructions of RR opcode format, that have 0xf as the first opcode target-tricore: Add instructions of RR opcode format, that have 0x1 as the first opcode target-tricore: Add instructions of RR opcode format, that have 0x4b as the first opcode target-tricore: Add missing 1.6 insn of BOL opcode format target-tricore: Fix MFCR/MTCR insn and B format offset. target-tricore: Add instructions of RR1 opcode format, that have 0xb3 as first opcode target-tricore/helper.h | 68 +++ target-tricore/op_helper.c | 1033 +++++++++++++++++++++++++++++++++++++- target-tricore/translate.c | 900 ++++++++++++++++++++++++++++++++- target-tricore/tricore-opcodes.h | 14 +- 4 files changed, 1992 insertions(+), 23 deletions(-) -- 2.1.3