From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b79n6-0001EU-JJ for qemu-devel@nongnu.org; Sun, 29 May 2016 19:06:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b79n1-0005Tf-G5 for qemu-devel@nongnu.org; Sun, 29 May 2016 19:06:39 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:39074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b79n1-0005TZ-93 for qemu-devel@nongnu.org; Sun, 29 May 2016 19:06:35 -0400 Received: from wormulon.uni-paderborn.de ([131.234.189.22] helo=localhost.localdomain) by mail.uni-paderborn.de with esmtp (Exim 4.84_2 nylar) id 1b79n0-0001rb-NH for qemu-devel@nongnu.org; Mon, 30 May 2016 01:06:34 +0200 Received: from mail.uni-paderborn.de by wormulon with queue id 1137697-5 for qemu-devel@nongnu.org; Sun, 29 May 2016 22:59:35 GMT From: peer.adelt@c-lab.de Date: Mon, 30 May 2016 00:59:24 +0200 Message-Id: <1464562768-8954-1-git-send-email-peer.adelt@c-lab.de> Subject: [Qemu-devel] [PATCH 0/4] Added 5 instructions to the tricore target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kbastian@mail.uni-paderborn.de, Peer Adelt From: Peer Adelt This patch set contains 5 new instructions: - FTOUZ (converts float to unsigned int, rounds towards zero) - MADD.F / MSUB.F (multiplies two floats and adds/subtracts result to/from the third operand) - MOV (new variant in RR format - see ISA v1.6 for details) - JNE (new variant in SBC format - see ISA v1.6 for details) Peer Adelt (4): target-tricore: Added FTOUZ instruction target-tricore: Added MADD.F and MSUB.F instructions target-tricore: Added new MOV instruction variant target-tricore: Added new JNE instruction variant target-tricore/fpu_helper.c | 74 ++++++++++++++++++++++++++++++++++++++++ target-tricore/helper.h | 3 ++ target-tricore/translate.c | 16 +++++++++ target-tricore/tricore-opcodes.h | 2 ++ 4 files changed, 95 insertions(+) -- 2.7.4 (Apple Git-66)