From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLBdc-0007ml-4e for qemu-devel@nongnu.org; Tue, 10 Feb 2015 09:18:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLBdX-0000Vp-T0 for qemu-devel@nongnu.org; Tue, 10 Feb 2015 09:18:04 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:52981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLBdX-0000VC-MY for qemu-devel@nongnu.org; Tue, 10 Feb 2015 09:17:59 -0500 From: Bastian Koppelmann Date: Tue, 10 Feb 2015 15:18:59 +0000 Message-Id: <1423581545-22360-1-git-send-email-kbastian@mail.uni-paderborn.de> Subject: [Qemu-devel] [PATCH 0/6] TriCore: Add RRR1 and RRR2 instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: rth@twiddle.net Hi, the patchset fixes two minor bugs and takes care of all the packed/fixed point mac instructions. So far I only implemented all the multiply-add instructions, since the multiply-sub instructions are similar and I don't want the reviewers to find the same mistakes twice. Once these are reviewed I will send another patchset containing all the multiply-sub instructions. I do plan on mirroring the multiply-add instructions, which seems okay. However if there are ideas to make this more clean, let me know. Cheers, Bastian Bastian Koppelmann (6): target-tricore: Fix RLC_ADDI, RLC_ADDIH using wrong microcode helper target-tricore: fix msub32_suov return wrong results target-tricore: Add instructions of RRR2 opcode format target-tricore: Add instructions of RRR1 opcode format, which have 0x83 as first opcode target-tricore: Add instructions of RRR1 opcode format, which have 0x43 as first opcode target-tricore: Add instructions of RRR1 opcode format, which have 0xc3 as first opcode target-tricore/helper.h | 9 + target-tricore/op_helper.c | 374 +++++++++- target-tricore/translate.c | 1391 ++++++++++++++++++++++++++++++++++++-- target-tricore/tricore-opcodes.h | 10 +- 4 files changed, 1728 insertions(+), 56 deletions(-) -- 2.3.0