From nobody Mon Sep 16 18:55:26 2024 Delivered-To: importer2@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=linux.alibaba.com ARC-Seal: i=1; a=rsa-sha256; t=1712912290; cv=none; d=zohomail.com; s=zohoarc; b=A8SEhIAEbW+Lgef+mPBEX4zcFwWIyFiPvOBzvEY5AGi9Tfc66JmA+Mz3hvgi6557a1a0H5kpEIptUZ3tv3eO8WT4FwplJHRlcD2b/dYTmHqk53w/eEjEmVMxr5qk0Wx5neb+zzqOoRbD3+it9/cN/6gccdQJ7Q1mGjy+qd08Zb0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1712912290; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=zQtzfvqT8ZVzyxELeDR0sSIiQ6qjRvgIusJJ4q/c0c4=; b=NxEktSsCEmEar+mdAxoLJADpML82nGYF9gQ6e+rvruko0a20hgwiImAU+hdVce4KiOGWMWBAVGDMDIBxlPVyRNrLoy+RkEg49w55ZH68csb1xkvc/l9Na7wgSK70j0nUNiblCSfozLJAisgbU6EXUmtxUUP+MZTDZo+gsfUMOc4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1712912290424548.6014118295309; Fri, 12 Apr 2024 01:58:10 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rvCjA-0007XG-Ay; Fri, 12 Apr 2024 04:57:44 -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 1rvCj7-0007WV-GF; Fri, 12 Apr 2024 04:57:41 -0400 Received: from out30-119.freemail.mail.aliyun.com ([115.124.30.119]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rvCj4-0006iM-Pf; Fri, 12 Apr 2024 04:57:41 -0400 Received: from localhost.localdomain(mailfrom:eric.huang@linux.alibaba.com fp:SMTPD_---0W4Nc0YC_1712912248) by smtp.aliyun-inc.com; Fri, 12 Apr 2024 16:57:29 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1712912250; h=From:To:Subject:Date:Message-ID:MIME-Version; bh=zQtzfvqT8ZVzyxELeDR0sSIiQ6qjRvgIusJJ4q/c0c4=; b=pSSuXEXMWiBpvGrtNpy3F27r4I2IwQbxtmetg5ug7YLbtpC/bonKdW85NIeV7b+Y7IKHBmV+JBfpQa1XNi5l6qUxwjMi0z33AxlZSU6FZOZssFvyORipyRsBWWOZCSCvq96SWgOvzS6/XkWK86QhwxPCazKYFVh09JsZSq02wlc= X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R111e4; CH=green; DM=||false|; DS=||; FP=0|-1|-1|-1|0|-1|-1|-1; HT=ay29a033018045168; MF=eric.huang@linux.alibaba.com; NM=1; PH=DS; RN=9; SR=0; TI=SMTPD_---0W4Nc0YC_1712912248; From: Huang Tao To: qemu-devel@nongnu.org Cc: qemu-riscv@nongnu.org, zhiwei_liu@linux.alibaba.com, dbarboza@ventanamicro.com, liwei1518@gmail.com, bin.meng@windriver.com, alistair.francis@wdc.com, palmer@dabbelt.com, Huang Tao Subject: [PATCH 39/65] target/riscv: Add widening floating-point multiply instructions for XTheadVector Date: Fri, 12 Apr 2024 15:37:09 +0800 Message-ID: <20240412073735.76413-40-eric.huang@linux.alibaba.com> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240412073735.76413-1-eric.huang@linux.alibaba.com> References: <20240412073735.76413-1-eric.huang@linux.alibaba.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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+importer2=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=115.124.30.119; envelope-from=eric.huang@linux.alibaba.com; helo=out30-119.freemail.mail.aliyun.com X-Spam_score_int: -174 X-Spam_score: -17.5 X-Spam_bar: ----------------- X-Spam_report: (-17.5 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001, USER_IN_DEF_DKIM_WL=-7.5, USER_IN_DEF_SPF_WL=-7.5 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+importer2=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer2=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @linux.alibaba.com) X-ZM-MESSAGEID: 1712912292423100003 Content-Type: text/plain; charset="utf-8" The instructions have the same function as RVV1.0. Overall there are only general differences between XTheadVector and RVV1.0. Signed-off-by: Huang Tao --- target/riscv/helper.h | 5 +++++ target/riscv/insn_trans/trans_xtheadvector.c.inc | 6 ++++-- target/riscv/vector_helper.c | 4 ++-- target/riscv/vector_internals.h | 3 +++ target/riscv/xtheadvector_helper.c | 11 +++++++++++ 5 files changed, 25 insertions(+), 4 deletions(-) diff --git a/target/riscv/helper.h b/target/riscv/helper.h index f63239676a..3102b078e4 100644 --- a/target/riscv/helper.h +++ b/target/riscv/helper.h @@ -2045,3 +2045,8 @@ DEF_HELPER_6(th_vfdiv_vf_d, void, ptr, ptr, i64, ptr,= env, i32) DEF_HELPER_6(th_vfrdiv_vf_h, void, ptr, ptr, i64, ptr, env, i32) DEF_HELPER_6(th_vfrdiv_vf_w, void, ptr, ptr, i64, ptr, env, i32) DEF_HELPER_6(th_vfrdiv_vf_d, void, ptr, ptr, i64, ptr, env, i32) + +DEF_HELPER_6(th_vfwmul_vv_h, void, ptr, ptr, ptr, ptr, env, i32) +DEF_HELPER_6(th_vfwmul_vv_w, void, ptr, ptr, ptr, ptr, env, i32) +DEF_HELPER_6(th_vfwmul_vf_h, void, ptr, ptr, i64, ptr, env, i32) +DEF_HELPER_6(th_vfwmul_vf_w, void, ptr, ptr, i64, ptr, env, i32) diff --git a/target/riscv/insn_trans/trans_xtheadvector.c.inc b/target/risc= v/insn_trans/trans_xtheadvector.c.inc index 940b212f5e..3d0370f220 100644 --- a/target/riscv/insn_trans/trans_xtheadvector.c.inc +++ b/target/riscv/insn_trans/trans_xtheadvector.c.inc @@ -2015,14 +2015,16 @@ GEN_OPFVF_TRANS_TH(th_vfmul_vf, opfvf_check_th) GEN_OPFVF_TRANS_TH(th_vfdiv_vf, opfvf_check_th) GEN_OPFVF_TRANS_TH(th_vfrdiv_vf, opfvf_check_th) =20 +/* Vector Widening Floating-Point Multiply */ +GEN_OPFVV_WIDEN_TRANS_TH(th_vfwmul_vv, opfvv_widen_check_th) +GEN_OPFVF_WIDEN_TRANS_TH(th_vfwmul_vf) + #define TH_TRANS_STUB(NAME) \ static bool trans_##NAME(DisasContext *s, arg_##NAME *a) \ { \ return require_xtheadvector(s); \ } =20 -TH_TRANS_STUB(th_vfwmul_vv) -TH_TRANS_STUB(th_vfwmul_vf) TH_TRANS_STUB(th_vfmacc_vv) TH_TRANS_STUB(th_vfnmacc_vv) TH_TRANS_STUB(th_vfnmacc_vf) diff --git a/target/riscv/vector_helper.c b/target/riscv/vector_helper.c index d65b32c584..aa7714d651 100644 --- a/target/riscv/vector_helper.c +++ b/target/riscv/vector_helper.c @@ -3059,13 +3059,13 @@ GEN_VEXT_VF(vfrdiv_vf_w, 4) GEN_VEXT_VF(vfrdiv_vf_d, 8) =20 /* Vector Widening Floating-Point Multiply */ -static uint32_t vfwmul16(uint16_t a, uint16_t b, float_status *s) +uint32_t vfwmul16(uint16_t a, uint16_t b, float_status *s) { return float32_mul(float16_to_float32(a, true, s), float16_to_float32(b, true, s), s); } =20 -static uint64_t vfwmul32(uint32_t a, uint32_t b, float_status *s) +uint64_t vfwmul32(uint32_t a, uint32_t b, float_status *s) { return float64_mul(float32_to_float64(a, s), float32_to_float64(b, s), s); diff --git a/target/riscv/vector_internals.h b/target/riscv/vector_internal= s.h index 29263c6a53..8903a894d7 100644 --- a/target/riscv/vector_internals.h +++ b/target/riscv/vector_internals.h @@ -357,4 +357,7 @@ uint16_t float16_rdiv(uint16_t a, uint16_t b, float_sta= tus *s); uint32_t float32_rdiv(uint32_t a, uint32_t b, float_status *s); uint64_t float64_rdiv(uint64_t a, uint64_t b, float_status *s); =20 +uint32_t vfwmul16(uint16_t a, uint16_t b, float_status *s); +uint64_t vfwmul32(uint32_t a, uint32_t b, float_status *s); + #endif /* TARGET_RISCV_VECTOR_INTERNALS_H */ diff --git a/target/riscv/xtheadvector_helper.c b/target/riscv/xtheadvector= _helper.c index 770f36346f..dd01d66933 100644 --- a/target/riscv/xtheadvector_helper.c +++ b/target/riscv/xtheadvector_helper.c @@ -2768,3 +2768,14 @@ THCALL(TH_OPFVF2, th_vfrdiv_vf_d, OP_UUU_D, H8, H8, = float64_rdiv) GEN_TH_VF(th_vfrdiv_vf_h, 2, 2, clearh_th) GEN_TH_VF(th_vfrdiv_vf_w, 4, 4, clearl_th) GEN_TH_VF(th_vfrdiv_vf_d, 8, 8, clearq_th) + +/* Vector Widening Floating-Point Multiply */ + +THCALL(TH_OPFVV2, th_vfwmul_vv_h, WOP_UUU_H, H4, H2, H2, vfwmul16) +THCALL(TH_OPFVV2, th_vfwmul_vv_w, WOP_UUU_W, H8, H4, H4, vfwmul32) +GEN_TH_VV_ENV(th_vfwmul_vv_h, 2, 4, clearl_th) +GEN_TH_VV_ENV(th_vfwmul_vv_w, 4, 8, clearq_th) +THCALL(TH_OPFVF2, th_vfwmul_vf_h, WOP_UUU_H, H4, H2, vfwmul16) +THCALL(TH_OPFVF2, th_vfwmul_vf_w, WOP_UUU_W, H8, H4, vfwmul32) +GEN_TH_VF(th_vfwmul_vf_h, 2, 4, clearl_th) +GEN_TH_VF(th_vfwmul_vf_w, 4, 8, clearq_th) --=20 2.44.0