From nobody Mon Sep 16 19:42:31 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=mail.uni-paderborn.de Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1685082065781349.2097694911214; Thu, 25 May 2023 23:21:05 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q2Qo4-0007w6-0J; Fri, 26 May 2023 02:20:08 -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 1q2Qo1-0007v9-FJ for qemu-devel@nongnu.org; Fri, 26 May 2023 02:20:05 -0400 Received: from hoth.uni-paderborn.de ([2001:638:502:c003::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q2Qnz-00088v-IR for qemu-devel@nongnu.org; Fri, 26 May 2023 02:20:05 -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:MIME-Version :References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=sSEC4tMHHWH7ZVkDW7fso8UTCwNNNdfZhVSYgacCI98=; b=AIApH/m+TNrsqEY0Vc1Y8YAXNQ TunCiGFWv331DRr2sVG/b5e87ga0xPU++DtH+SK0uktM2lJ3r3cgHGjlv9gNSPvzN4ZELB6WXrWGM Yxu2kcAF6osVqUJgkg6HAX+B0Ux689qXSWEVStxnMDb7r6T5VswWJt1oJ9aOWMwYP2sc=; X-Envelope-From: From: Bastian Koppelmann To: qemu-devel@nongnu.org Cc: kbastian@mail.uni-paderborn.de Subject: [PATCH v2 1/6] tests/tcg/tricore: Move asm tests into 'asm' directory Date: Fri, 26 May 2023 08:19:41 +0200 Message-Id: <20230526061946.54514-2-kbastian@mail.uni-paderborn.de> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230526061946.54514-1-kbastian@mail.uni-paderborn.de> References: <20230526061946.54514-1-kbastian@mail.uni-paderborn.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-PMX-Version: 6.4.9.2830568, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2023.5.26.60617, AntiVirus-Engine: 6.0.0, AntiVirus-Data: 2023.5.16.600001 X-Sophos-SenderHistory: ip=84.184.48.71, fs=405225, da=172691065, mc=3, sc=0, hc=3, sp=0, fso=405225, re=0, sd=0, hd=0 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 (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=2001:638:502:c003::19; envelope-from=kbastian@mail.uni-paderborn.de; helo=hoth.uni-paderborn.de X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1685082067112100003 Content-Type: text/plain; charset="utf-8" this seperates these tests from the upcoming tests written in C. Also rename the compiled test to 'test_.asm.tst'. Signed-off-by: Bastian Koppelmann --- tests/tcg/tricore/Makefile.softmmu-target | 35 ++++++++++++----------- tests/tcg/tricore/{ =3D> asm}/macros.h | 0 tests/tcg/tricore/{ =3D> asm}/test_abs.S | 0 tests/tcg/tricore/{ =3D> asm}/test_bmerge.S | 0 tests/tcg/tricore/{ =3D> asm}/test_clz.S | 0 tests/tcg/tricore/{ =3D> asm}/test_dextr.S | 0 tests/tcg/tricore/{ =3D> asm}/test_dvstep.S | 0 tests/tcg/tricore/{ =3D> asm}/test_fadd.S | 0 tests/tcg/tricore/{ =3D> asm}/test_fmul.S | 0 tests/tcg/tricore/{ =3D> asm}/test_ftoi.S | 0 tests/tcg/tricore/{ =3D> asm}/test_imask.S | 0 tests/tcg/tricore/{ =3D> asm}/test_insert.S | 0 tests/tcg/tricore/{ =3D> asm}/test_ld_bu.S | 0 tests/tcg/tricore/{ =3D> asm}/test_ld_h.S | 0 tests/tcg/tricore/{ =3D> asm}/test_madd.S | 0 tests/tcg/tricore/{ =3D> asm}/test_msub.S | 0 tests/tcg/tricore/{ =3D> asm}/test_muls.S | 0 17 files changed, 18 insertions(+), 17 deletions(-) rename tests/tcg/tricore/{ =3D> asm}/macros.h (100%) rename tests/tcg/tricore/{ =3D> asm}/test_abs.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_bmerge.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_clz.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_dextr.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_dvstep.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_fadd.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_fmul.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_ftoi.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_imask.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_insert.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_ld_bu.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_ld_h.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_madd.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_msub.S (100%) rename tests/tcg/tricore/{ =3D> asm}/test_muls.S (100%) diff --git a/tests/tcg/tricore/Makefile.softmmu-target b/tests/tcg/tricore/= Makefile.softmmu-target index 49e573bc3b..29c75acfb3 100644 --- a/tests/tcg/tricore/Makefile.softmmu-target +++ b/tests/tcg/tricore/Makefile.softmmu-target @@ -1,33 +1,34 @@ TESTS_PATH =3D $(SRC_PATH)/tests/tcg/tricore +ASM_TESTS_PATH =3D $(TESTS_PATH)/asm =20 LDFLAGS =3D -T$(TESTS_PATH)/link.ld --mcpu=3Dtc162 ASFLAGS =3D -mtc162 =20 -TESTS +=3D test_abs.tst -TESTS +=3D test_bmerge.tst -TESTS +=3D test_clz.tst -TESTS +=3D test_dextr.tst -TESTS +=3D test_dvstep.tst -TESTS +=3D test_fadd.tst -TESTS +=3D test_fmul.tst -TESTS +=3D test_ftoi.tst -TESTS +=3D test_imask.tst -TESTS +=3D test_insert.tst -TESTS +=3D test_ld_bu.tst -TESTS +=3D test_ld_h.tst -TESTS +=3D test_madd.tst -TESTS +=3D test_msub.tst -TESTS +=3D test_muls.tst +TESTS +=3D test_abs.asm.tst +TESTS +=3D test_bmerge.asm.tst +TESTS +=3D test_clz.asm.tst +TESTS +=3D test_dextr.asm.tst +TESTS +=3D test_dvstep.asm.tst +TESTS +=3D test_fadd.asm.tst +TESTS +=3D test_fmul.asm.tst +TESTS +=3D test_ftoi.asm.tst +TESTS +=3D test_imask.asm.tst +TESTS +=3D test_insert.asm.tst +TESTS +=3D test_ld_bu.asm.tst +TESTS +=3D test_ld_h.asm.tst +TESTS +=3D test_madd.asm.tst +TESTS +=3D test_msub.asm.tst +TESTS +=3D test_muls.asm.tst =20 QEMU_OPTS +=3D -M tricore_testboard -cpu tc27x -nographic -kernel =20 -%.pS: $(TESTS_PATH)/%.S +%.pS: $(ASM_TESTS_PATH)/%.S $(HOST_CC) -E -o $@ $< =20 %.o: %.pS $(AS) $(ASFLAGS) -o $@ $< =20 -%.tst: %.o +%.asm.tst: %.o $(LD) $(LDFLAGS) $< -o $@ =20 # We don't currently support the multiarch system tests diff --git a/tests/tcg/tricore/macros.h b/tests/tcg/tricore/asm/macros.h similarity index 100% rename from tests/tcg/tricore/macros.h rename to tests/tcg/tricore/asm/macros.h diff --git a/tests/tcg/tricore/test_abs.S b/tests/tcg/tricore/asm/test_abs.S similarity index 100% rename from tests/tcg/tricore/test_abs.S rename to tests/tcg/tricore/asm/test_abs.S diff --git a/tests/tcg/tricore/test_bmerge.S b/tests/tcg/tricore/asm/test_b= merge.S similarity index 100% rename from tests/tcg/tricore/test_bmerge.S rename to tests/tcg/tricore/asm/test_bmerge.S diff --git a/tests/tcg/tricore/test_clz.S b/tests/tcg/tricore/asm/test_clz.S similarity index 100% rename from tests/tcg/tricore/test_clz.S rename to tests/tcg/tricore/asm/test_clz.S diff --git a/tests/tcg/tricore/test_dextr.S b/tests/tcg/tricore/asm/test_de= xtr.S similarity index 100% rename from tests/tcg/tricore/test_dextr.S rename to tests/tcg/tricore/asm/test_dextr.S diff --git a/tests/tcg/tricore/test_dvstep.S b/tests/tcg/tricore/asm/test_d= vstep.S similarity index 100% rename from tests/tcg/tricore/test_dvstep.S rename to tests/tcg/tricore/asm/test_dvstep.S diff --git a/tests/tcg/tricore/test_fadd.S b/tests/tcg/tricore/asm/test_fad= d.S similarity index 100% rename from tests/tcg/tricore/test_fadd.S rename to tests/tcg/tricore/asm/test_fadd.S diff --git a/tests/tcg/tricore/test_fmul.S b/tests/tcg/tricore/asm/test_fmu= l.S similarity index 100% rename from tests/tcg/tricore/test_fmul.S rename to tests/tcg/tricore/asm/test_fmul.S diff --git a/tests/tcg/tricore/test_ftoi.S b/tests/tcg/tricore/asm/test_fto= i.S similarity index 100% rename from tests/tcg/tricore/test_ftoi.S rename to tests/tcg/tricore/asm/test_ftoi.S diff --git a/tests/tcg/tricore/test_imask.S b/tests/tcg/tricore/asm/test_im= ask.S similarity index 100% rename from tests/tcg/tricore/test_imask.S rename to tests/tcg/tricore/asm/test_imask.S diff --git a/tests/tcg/tricore/test_insert.S b/tests/tcg/tricore/asm/test_i= nsert.S similarity index 100% rename from tests/tcg/tricore/test_insert.S rename to tests/tcg/tricore/asm/test_insert.S diff --git a/tests/tcg/tricore/test_ld_bu.S b/tests/tcg/tricore/asm/test_ld= _bu.S similarity index 100% rename from tests/tcg/tricore/test_ld_bu.S rename to tests/tcg/tricore/asm/test_ld_bu.S diff --git a/tests/tcg/tricore/test_ld_h.S b/tests/tcg/tricore/asm/test_ld_= h.S similarity index 100% rename from tests/tcg/tricore/test_ld_h.S rename to tests/tcg/tricore/asm/test_ld_h.S diff --git a/tests/tcg/tricore/test_madd.S b/tests/tcg/tricore/asm/test_mad= d.S similarity index 100% rename from tests/tcg/tricore/test_madd.S rename to tests/tcg/tricore/asm/test_madd.S diff --git a/tests/tcg/tricore/test_msub.S b/tests/tcg/tricore/asm/test_msu= b.S similarity index 100% rename from tests/tcg/tricore/test_msub.S rename to tests/tcg/tricore/asm/test_msub.S diff --git a/tests/tcg/tricore/test_muls.S b/tests/tcg/tricore/asm/test_mul= s.S similarity index 100% rename from tests/tcg/tricore/test_muls.S rename to tests/tcg/tricore/asm/test_muls.S --=20 2.40.1