From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9600CE810B1 for ; Wed, 27 Sep 2023 09:37:44 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qlQy3-0000mK-P2; Wed, 27 Sep 2023 05:36:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qlQxt-0000kw-WE for qemu-devel@nongnu.org; Wed, 27 Sep 2023 05:36:18 -0400 Received: from doohan.uni-paderborn.de ([2001:638:502:c003::16]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qlQxn-0000fs-DU for qemu-devel@nongnu.org; Wed, 27 Sep 2023 05:36:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.uni-paderborn.de; s=20170601; h=Content-Transfer-Encoding:Content-Type :MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=qe/dUslTIh5MPu6LvHbnwNJZCU/dc4CMUDlkMi7hLy4=; b=lKKgn9ylW33sbf5ku8Buzsgm2f 673/8aB9ek1OPppdCRTuAruVhB7aaXsMQeSIZa64mBKXK5CSXFV5rllZK8BELFzv+sprKPwbDkHcG SEFJjLNXZxUBuQJHyEj2RPAn38OToJGQNgJ34oc+k03OF9nBOucCsPHGs0RWnzcLCNTY=; X-Envelope-From: From: Bastian Koppelmann To: qemu-devel@nongnu.org Cc: kbastian@mail.uni-paderborn.de Subject: [PULL 00/21] tricore queue Date: Wed, 27 Sep 2023 11:35:31 +0200 Message-ID: <20230927093552.493279-1-kbastian@mail.uni-paderborn.de> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IMT-spamd-action: no action X-PMX-Version: 6.4.9.2830568, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2023.9.27.92417, AntiVirus-Engine: 6.0.2, AntiVirus-Data: 2023.9.26.602000 X-IMT-Source: Intern X-IMT-Spam-Score: 0.0 () X-IMT-Authenticated-Sender: uid=kbastian,ou=People,o=upb,c=de Received-SPF: pass client-ip=2001:638:502:c003::16; envelope-from=kbastian@mail.uni-paderborn.de; helo=doohan.uni-paderborn.de X-Spam_score_int: -39 X-Spam_score: -4.0 X-Spam_bar: ---- X-Spam_report: (-4.0 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org The following changes since commit 11a629d246e4e7785a6f0efb99bd15a32c04feda: Merge tag 'pull-nbd-2023-09-25' of https://repo.or.cz/qemu/ericb into staging (2023-09-26 09:04:23 -0400) are available in the Git repository at: https://github.com/bkoppelmann/qemu.git tags/pull-tricore-20230927 for you to fetch changes up to 32dd1f0b4bf5f38f37434b0c8fe6c8d86e093b2b: target/tricore: Change effective address (ea) to target_ulong (2023-09-27 11:22:42 +0200) ---------------------------------------------------------------- - Add FTOU, CRCN, FTOHP, and HPTOF insns - Add test for arithmetic TriCore insns ---------------------------------------------------------------- Bastian Koppelmann (21): tests/tcg/tricore: Bump cpu to tc37x target/tricore: Implement CRCN insn target/tricore: Correctly handle FPU RM from PSW target/tricore: Implement FTOU insn target/tricore: Clarify special case for FTOUZ insn target/tricore: Implement ftohp insn target/tricore: Implement hptof insn target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0 target/tricore: Swap src and dst reg for RCRR_INSERT target/tricore: Replace cpu_*_code with translator_* target/tricore: Fix FTOUZ being ISA v1.3.1 up tests/tcg/tricore: Extended and non-extened regs now match hw/tricore: Log failing test in testdevice tests/tcg: Reset result register after each test tests/tcg/tricore: Add test for all arith insns up to addx tests/tcg/tricore: Add test from 'and' to 'csub' tests/tcg/tricore: Add test from 'dextr' to 'lt' tests/tcg/tricore: Add test from 'max' to 'shas' tests/tcg/tricore: Add test from 'shuffle' to 'xor.t' target/tricore: Remove CSFRs from cpu.h target/tricore: Change effective address (ea) to target_ulong hw/tricore/tricore_testdevice.c | 4 + target/tricore/cpu.h | 143 +-------------- target/tricore/fpu_helper.c | 111 ++++++++++++ target/tricore/helper.c | 19 +- target/tricore/helper.h | 4 + target/tricore/op_helper.c | 79 ++++++++- target/tricore/translate.c | 56 ++++-- target/tricore/tricore-opcodes.h | 3 + tests/tcg/tricore/Makefile.softmmu-target | 7 +- tests/tcg/tricore/asm/macros.h | 190 +++++++++++++++++--- tests/tcg/tricore/asm/sas.py | 21 +++ tests/tcg/tricore/asm/test_arith.S | 280 ++++++++++++++++++++++++++++++ tests/tcg/tricore/asm/test_crcn.S | 9 + tests/tcg/tricore/asm/test_ftohp.S | 14 ++ tests/tcg/tricore/asm/test_ftou.S | 12 ++ tests/tcg/tricore/asm/test_hptof.S | 12 ++ tests/tcg/tricore/asm/test_insert.S | 14 ++ 17 files changed, 801 insertions(+), 177 deletions(-) create mode 100644 tests/tcg/tricore/asm/sas.py create mode 100644 tests/tcg/tricore/asm/test_arith.S create mode 100644 tests/tcg/tricore/asm/test_crcn.S create mode 100644 tests/tcg/tricore/asm/test_ftohp.S create mode 100644 tests/tcg/tricore/asm/test_ftou.S create mode 100644 tests/tcg/tricore/asm/test_hptof.S