From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x34.google.com (mail-oa1-x34.google.com [IPv6:2001:4860:4864:20::34]) by sourceware.org (Postfix) with ESMTPS id D95E13858D1E for ; Mon, 30 Jan 2023 16:52:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D95E13858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oa1-x34.google.com with SMTP id 586e51a60fabf-15fe106c7c7so15776569fac.8 for ; Mon, 30 Jan 2023 08:52:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=tQpM8Ji4PC3f8qrBqakbCGIDyWnURuGqYBXU2xK2+Tk=; b=L8RLifVXllDQNrb4Ka9P5RXMaCq/Ky7Lg9U7vW5WHwvgSNESJJ2/Su7UBgafY7cGNY FgtXb/CRe0MnOiRr4BQ3RNDHqYQm7Mo5oFtIhPxjG+mtYPOj/bWT/L2F2Wvcezetl62c DucK7utYLU9avEEJwQPE0f+Fx2CGaFrjFWfHjXPu2TAxNOQGTKZ5O15aqT5mPHWg4I+I e/UbHqWjTlk+rLH/xlwjeW5+OSR8n8OdeCf1IU5nzKaOwJi3EjBF9UY+sKP8mezX8FI/ +/eL0LAG+TcAncdv/UMgvWKhhnOXCcqnwrvuVLdxZ4uOph4KB1k8JqtBq2X5mXlJX2gT ZCVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=tQpM8Ji4PC3f8qrBqakbCGIDyWnURuGqYBXU2xK2+Tk=; b=Ps2eOVUWvViQdc59c+G8P6u7iHHg7QejR7jUj03WZTsRt+5qxn33nPDdmZIYUR3HWe 3OmKOOm8bX6umm/KfYQzKJKY41SONbJY0RuiET4Pt4kg50d9HQORkrLJUwyNal2n7bwH XMv/+KjEUaTWrtlURQLboxwKfakagTtXlj0Rc72dRRVETKmAyz0/bGuKXbTTzYFYD+ML r/W2msB4PiVFZjCV/cwwuePUOQp7HR8zJTK+moFB8PO6zRCMHoMEp3Wd6SsGfNR9dIkB izbHMeJpvDQOF/OdJ8OwWaajopIha1dpeKrp0VfskK9VY/z3QC+WIKzqTvDxspSxuqEp LAeQ== X-Gm-Message-State: AFqh2krqkqpnViO1zl9CcccXon+/QSp/GWdLgZPwz2znBPALRYErSSTe xBB9lYLmOVJ+VlGjxw5ZHuxpQ3pF6eCOX3OME0b5jLZpPU4= X-Google-Smtp-Source: AMrXdXvKhTkzQQDTOYUO/v9ig9dc6YY1vTREomBnEkFVcf8hnZe1rvabud1PcAkDJl1Y4/Dl0f4voKRKZqOyqoiKehU= X-Received: by 2002:a05:6870:be8e:b0:155:dc52:48a9 with SMTP id nx14-20020a056870be8e00b00155dc5248a9mr3508383oab.86.1675097538458; Mon, 30 Jan 2023 08:52:18 -0800 (PST) MIME-Version: 1.0 References: <20230129231444.90559-1-juzhe.zhong@rivai.ai> In-Reply-To: <20230129231444.90559-1-juzhe.zhong@rivai.ai> From: Kito Cheng Date: Tue, 31 Jan 2023 00:52:06 +0800 Message-ID: Subject: Re: [PATCH] RISC-V: Add vsoxei32 && vsoxei64 C++ API intrinsic testcase To: juzhe.zhong@rivai.ai Cc: gcc-patches@gcc.gnu.org, palmer@dabbelt.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: committed, thanks! On Mon, Jan 30, 2023 at 7:15 AM wrote: > > From: Ju-Zhe Zhong > > gcc/testsuite/ChangeLog: > > * g++.target/riscv/rvv/base/vsoxei32-1.C: New test. > * g++.target/riscv/rvv/base/vsoxei32-2.C: New test. > * g++.target/riscv/rvv/base/vsoxei32-3.C: New test. > * g++.target/riscv/rvv/base/vsoxei64-1.C: New test. > * g++.target/riscv/rvv/base/vsoxei64-2.C: New test. > * g++.target/riscv/rvv/base/vsoxei64-3.C: New test. > > --- > .../g++.target/riscv/rvv/base/vsoxei32-1.C | 608 ++++++++++++++++++ > .../g++.target/riscv/rvv/base/vsoxei32-2.C | 608 ++++++++++++++++++ > .../g++.target/riscv/rvv/base/vsoxei32-3.C | 608 ++++++++++++++++++ > .../g++.target/riscv/rvv/base/vsoxei64-1.C | 518 +++++++++++++++ > .../g++.target/riscv/rvv/base/vsoxei64-2.C | 518 +++++++++++++++ > .../g++.target/riscv/rvv/base/vsoxei64-3.C | 518 +++++++++++++++ > 6 files changed, 3378 insertions(+) > create mode 100644 gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-1.C > create mode 100644 gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-2.C > create mode 100644 gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-3.C > create mode 100644 gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-1.C > create mode 100644 gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-2.C > create mode 100644 gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-3.C > > diff --git a/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-1.C b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-1.C > new file mode 100644 > index 00000000000..3f39f889d1f > --- /dev/null > +++ b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-1.C > @@ -0,0 +1,608 @@ > +/* { dg-do compile } */ > +/* { dg-options "-march=rv64gcv -mabi=lp64d -O3 -fno-schedule-insns -fno-schedule-insns2" } */ > + > +#include "riscv_vector.h" > + > +void test___riscv_vsoxei32(int8_t* base,vuint32mf2_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m1_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m2_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m4_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m8_t bindex,vint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32mf2_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m1_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m2_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m4_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m8_t bindex,vint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32mf2_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m1_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m2_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m4_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m8_t bindex,vint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32mf2_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32m1_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32m2_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32m4_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32mf2_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m1_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m2_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m4_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m8_t bindex,vuint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32mf2_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m1_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m2_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m4_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m8_t bindex,vuint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32mf2_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m1_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m2_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m4_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m8_t bindex,vuint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32mf2_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32m1_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32m2_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32m4_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32mf2_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m1_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m2_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m4_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m8_t bindex,vfloat32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32mf2_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32m1_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32m2_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32m4_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int8_t* base,vuint32mf2_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int8_t* base,vuint32m1_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int8_t* base,vuint32m2_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int8_t* base,vuint32m4_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,int8_t* base,vuint32m8_t bindex,vint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int16_t* base,vuint32mf2_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int16_t* base,vuint32m1_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int16_t* base,vuint32m2_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int16_t* base,vuint32m4_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,int16_t* base,vuint32m8_t bindex,vint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int32_t* base,vuint32mf2_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int32_t* base,vuint32m1_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int32_t* base,vuint32m2_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int32_t* base,vuint32m4_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,int32_t* base,vuint32m8_t bindex,vint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int64_t* base,vuint32mf2_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int64_t* base,vuint32m1_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int64_t* base,vuint32m2_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int64_t* base,vuint32m4_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint8_t* base,vuint32mf2_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint8_t* base,vuint32m1_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint8_t* base,vuint32m2_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint8_t* base,vuint32m4_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,uint8_t* base,vuint32m8_t bindex,vuint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint16_t* base,vuint32mf2_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint16_t* base,vuint32m1_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint16_t* base,vuint32m2_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint16_t* base,vuint32m4_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,uint16_t* base,vuint32m8_t bindex,vuint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint32_t* base,vuint32mf2_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint32_t* base,vuint32m1_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint32_t* base,vuint32m2_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint32_t* base,vuint32m4_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,uint32_t* base,vuint32m8_t bindex,vuint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint64_t* base,vuint32mf2_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint64_t* base,vuint32m1_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint64_t* base,vuint32m2_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint64_t* base,vuint32m4_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,float* base,vuint32mf2_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,float* base,vuint32m1_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,float* base,vuint32m2_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,float* base,vuint32m4_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,float* base,vuint32m8_t bindex,vfloat32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,double* base,vuint32mf2_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,double* base,vuint32m1_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,double* base,vuint32m2_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,double* base,vuint32m4_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,vl); > +} > + > + > + > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > diff --git a/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-2.C b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-2.C > new file mode 100644 > index 00000000000..d0b6b510500 > --- /dev/null > +++ b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-2.C > @@ -0,0 +1,608 @@ > +/* { dg-do compile } */ > +/* { dg-options "-march=rv64gcv -mabi=lp64d -O3 -fno-schedule-insns -fno-schedule-insns2" } */ > + > +#include "riscv_vector.h" > + > +void test___riscv_vsoxei32(int8_t* base,vuint32mf2_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m1_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m2_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m4_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m8_t bindex,vint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32mf2_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m1_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m2_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m4_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m8_t bindex,vint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32mf2_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m1_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m2_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m4_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m8_t bindex,vint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32mf2_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32m1_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32m2_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32m4_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32mf2_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m1_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m2_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m4_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m8_t bindex,vuint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32mf2_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m1_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m2_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m4_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m8_t bindex,vuint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32mf2_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m1_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m2_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m4_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m8_t bindex,vuint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32mf2_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32m1_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32m2_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32m4_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32mf2_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m1_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m2_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m4_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m8_t bindex,vfloat32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32mf2_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32m1_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32m2_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32m4_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int8_t* base,vuint32mf2_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int8_t* base,vuint32m1_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int8_t* base,vuint32m2_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int8_t* base,vuint32m4_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,int8_t* base,vuint32m8_t bindex,vint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int16_t* base,vuint32mf2_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int16_t* base,vuint32m1_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int16_t* base,vuint32m2_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int16_t* base,vuint32m4_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,int16_t* base,vuint32m8_t bindex,vint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int32_t* base,vuint32mf2_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int32_t* base,vuint32m1_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int32_t* base,vuint32m2_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int32_t* base,vuint32m4_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,int32_t* base,vuint32m8_t bindex,vint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int64_t* base,vuint32mf2_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int64_t* base,vuint32m1_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int64_t* base,vuint32m2_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int64_t* base,vuint32m4_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint8_t* base,vuint32mf2_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint8_t* base,vuint32m1_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint8_t* base,vuint32m2_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint8_t* base,vuint32m4_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,uint8_t* base,vuint32m8_t bindex,vuint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint16_t* base,vuint32mf2_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint16_t* base,vuint32m1_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint16_t* base,vuint32m2_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint16_t* base,vuint32m4_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,uint16_t* base,vuint32m8_t bindex,vuint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint32_t* base,vuint32mf2_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint32_t* base,vuint32m1_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint32_t* base,vuint32m2_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint32_t* base,vuint32m4_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,uint32_t* base,vuint32m8_t bindex,vuint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint64_t* base,vuint32mf2_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint64_t* base,vuint32m1_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint64_t* base,vuint32m2_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint64_t* base,vuint32m4_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,float* base,vuint32mf2_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,float* base,vuint32m1_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,float* base,vuint32m2_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,float* base,vuint32m4_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,float* base,vuint32m8_t bindex,vfloat32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,double* base,vuint32mf2_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,double* base,vuint32m1_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,double* base,vuint32m2_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,double* base,vuint32m4_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,31); > +} > + > + > + > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > diff --git a/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-3.C b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-3.C > new file mode 100644 > index 00000000000..0845841dc7f > --- /dev/null > +++ b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei32-3.C > @@ -0,0 +1,608 @@ > +/* { dg-do compile } */ > +/* { dg-options "-march=rv64gcv -mabi=lp64d -O3 -fno-schedule-insns -fno-schedule-insns2" } */ > + > +#include "riscv_vector.h" > + > +void test___riscv_vsoxei32(int8_t* base,vuint32mf2_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m1_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m2_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m4_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int8_t* base,vuint32m8_t bindex,vint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32mf2_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m1_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m2_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m4_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int16_t* base,vuint32m8_t bindex,vint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32mf2_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m1_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m2_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m4_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int32_t* base,vuint32m8_t bindex,vint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32mf2_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32m1_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32m2_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(int64_t* base,vuint32m4_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32mf2_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m1_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m2_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m4_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint8_t* base,vuint32m8_t bindex,vuint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32mf2_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m1_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m2_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m4_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint16_t* base,vuint32m8_t bindex,vuint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32mf2_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m1_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m2_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m4_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint32_t* base,vuint32m8_t bindex,vuint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32mf2_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32m1_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32m2_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(uint64_t* base,vuint32m4_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32mf2_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m1_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m2_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m4_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(float* base,vuint32m8_t bindex,vfloat32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32mf2_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32m1_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32m2_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(double* base,vuint32m4_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int8_t* base,vuint32mf2_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int8_t* base,vuint32m1_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int8_t* base,vuint32m2_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int8_t* base,vuint32m4_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,int8_t* base,vuint32m8_t bindex,vint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int16_t* base,vuint32mf2_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int16_t* base,vuint32m1_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int16_t* base,vuint32m2_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int16_t* base,vuint32m4_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,int16_t* base,vuint32m8_t bindex,vint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int32_t* base,vuint32mf2_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int32_t* base,vuint32m1_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int32_t* base,vuint32m2_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int32_t* base,vuint32m4_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,int32_t* base,vuint32m8_t bindex,vint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,int64_t* base,vuint32mf2_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,int64_t* base,vuint32m1_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,int64_t* base,vuint32m2_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,int64_t* base,vuint32m4_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint8_t* base,vuint32mf2_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint8_t* base,vuint32m1_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint8_t* base,vuint32m2_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint8_t* base,vuint32m4_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,uint8_t* base,vuint32m8_t bindex,vuint8m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint16_t* base,vuint32mf2_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint16_t* base,vuint32m1_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint16_t* base,vuint32m2_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint16_t* base,vuint32m4_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,uint16_t* base,vuint32m8_t bindex,vuint16m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint32_t* base,vuint32mf2_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint32_t* base,vuint32m1_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint32_t* base,vuint32m2_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint32_t* base,vuint32m4_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,uint32_t* base,vuint32m8_t bindex,vuint32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,uint64_t* base,vuint32mf2_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,uint64_t* base,vuint32m1_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,uint64_t* base,vuint32m2_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,uint64_t* base,vuint32m4_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,float* base,vuint32mf2_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,float* base,vuint32m1_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,float* base,vuint32m2_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,float* base,vuint32m4_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool4_t mask,float* base,vuint32m8_t bindex,vfloat32m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool64_t mask,double* base,vuint32mf2_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool32_t mask,double* base,vuint32m1_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool16_t mask,double* base,vuint32m2_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei32(vbool8_t mask,double* base,vuint32m4_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei32(mask,base,bindex,value,32); > +} > + > + > + > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei32\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > diff --git a/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-1.C b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-1.C > new file mode 100644 > index 00000000000..f8f5938cebc > --- /dev/null > +++ b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-1.C > @@ -0,0 +1,518 @@ > +/* { dg-do compile } */ > +/* { dg-options "-march=rv64gcv -mabi=lp64d -O3 -fno-schedule-insns -fno-schedule-insns2" } */ > + > +#include "riscv_vector.h" > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m1_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m2_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m4_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m8_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m1_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m2_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m4_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m8_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m1_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m2_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m4_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m8_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m1_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m2_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m4_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m8_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m1_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m2_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m4_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m8_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m1_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m2_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m4_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m8_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m1_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m2_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m4_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m8_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m1_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m2_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m4_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m8_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m1_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m2_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m4_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m8_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m1_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m2_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m4_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m8_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int8_t* base,vuint64m1_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int8_t* base,vuint64m2_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int8_t* base,vuint64m4_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int8_t* base,vuint64m8_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int16_t* base,vuint64m1_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int16_t* base,vuint64m2_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int16_t* base,vuint64m4_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int16_t* base,vuint64m8_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int32_t* base,vuint64m1_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int32_t* base,vuint64m2_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int32_t* base,vuint64m4_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int32_t* base,vuint64m8_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int64_t* base,vuint64m1_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int64_t* base,vuint64m2_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int64_t* base,vuint64m4_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int64_t* base,vuint64m8_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint8_t* base,vuint64m1_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint8_t* base,vuint64m2_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint8_t* base,vuint64m4_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint8_t* base,vuint64m8_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint16_t* base,vuint64m1_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint16_t* base,vuint64m2_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint16_t* base,vuint64m4_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint16_t* base,vuint64m8_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint32_t* base,vuint64m1_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint32_t* base,vuint64m2_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint32_t* base,vuint64m4_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint32_t* base,vuint64m8_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint64_t* base,vuint64m1_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint64_t* base,vuint64m2_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint64_t* base,vuint64m4_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint64_t* base,vuint64m8_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,float* base,vuint64m1_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,float* base,vuint64m2_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,float* base,vuint64m4_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,float* base,vuint64m8_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,double* base,vuint64m1_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,double* base,vuint64m2_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,double* base,vuint64m4_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,double* base,vuint64m8_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,vl); > +} > + > + > + > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > diff --git a/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-2.C b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-2.C > new file mode 100644 > index 00000000000..0a1c26d2036 > --- /dev/null > +++ b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-2.C > @@ -0,0 +1,518 @@ > +/* { dg-do compile } */ > +/* { dg-options "-march=rv64gcv -mabi=lp64d -O3 -fno-schedule-insns -fno-schedule-insns2" } */ > + > +#include "riscv_vector.h" > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m1_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m2_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m4_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m8_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m1_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m2_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m4_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m8_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m1_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m2_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m4_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m8_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m1_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m2_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m4_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m8_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m1_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m2_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m4_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m8_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m1_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m2_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m4_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m8_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m1_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m2_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m4_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m8_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m1_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m2_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m4_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m8_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m1_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m2_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m4_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m8_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m1_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m2_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m4_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m8_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int8_t* base,vuint64m1_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int8_t* base,vuint64m2_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int8_t* base,vuint64m4_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int8_t* base,vuint64m8_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int16_t* base,vuint64m1_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int16_t* base,vuint64m2_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int16_t* base,vuint64m4_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int16_t* base,vuint64m8_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int32_t* base,vuint64m1_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int32_t* base,vuint64m2_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int32_t* base,vuint64m4_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int32_t* base,vuint64m8_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int64_t* base,vuint64m1_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int64_t* base,vuint64m2_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int64_t* base,vuint64m4_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int64_t* base,vuint64m8_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint8_t* base,vuint64m1_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint8_t* base,vuint64m2_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint8_t* base,vuint64m4_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint8_t* base,vuint64m8_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint16_t* base,vuint64m1_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint16_t* base,vuint64m2_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint16_t* base,vuint64m4_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint16_t* base,vuint64m8_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint32_t* base,vuint64m1_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint32_t* base,vuint64m2_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint32_t* base,vuint64m4_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint32_t* base,vuint64m8_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint64_t* base,vuint64m1_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint64_t* base,vuint64m2_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint64_t* base,vuint64m4_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint64_t* base,vuint64m8_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,float* base,vuint64m1_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,float* base,vuint64m2_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,float* base,vuint64m4_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,float* base,vuint64m8_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,double* base,vuint64m1_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,double* base,vuint64m2_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,double* base,vuint64m4_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,double* base,vuint64m8_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,31); > +} > + > + > + > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetivli\s+zero,\s*31,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > diff --git a/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-3.C b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-3.C > new file mode 100644 > index 00000000000..326c9dc6f7a > --- /dev/null > +++ b/gcc/testsuite/g++.target/riscv/rvv/base/vsoxei64-3.C > @@ -0,0 +1,518 @@ > +/* { dg-do compile } */ > +/* { dg-options "-march=rv64gcv -mabi=lp64d -O3 -fno-schedule-insns -fno-schedule-insns2" } */ > + > +#include "riscv_vector.h" > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m1_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m2_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m4_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int8_t* base,vuint64m8_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m1_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m2_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m4_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int16_t* base,vuint64m8_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m1_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m2_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m4_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int32_t* base,vuint64m8_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m1_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m2_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m4_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(int64_t* base,vuint64m8_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m1_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m2_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m4_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint8_t* base,vuint64m8_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m1_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m2_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m4_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint16_t* base,vuint64m8_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m1_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m2_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m4_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint32_t* base,vuint64m8_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m1_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m2_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m4_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(uint64_t* base,vuint64m8_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m1_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m2_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m4_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(float* base,vuint64m8_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m1_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m2_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m4_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(double* base,vuint64m8_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int8_t* base,vuint64m1_t bindex,vint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int8_t* base,vuint64m2_t bindex,vint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int8_t* base,vuint64m4_t bindex,vint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int8_t* base,vuint64m8_t bindex,vint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int16_t* base,vuint64m1_t bindex,vint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int16_t* base,vuint64m2_t bindex,vint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int16_t* base,vuint64m4_t bindex,vint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int16_t* base,vuint64m8_t bindex,vint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int32_t* base,vuint64m1_t bindex,vint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int32_t* base,vuint64m2_t bindex,vint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int32_t* base,vuint64m4_t bindex,vint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int32_t* base,vuint64m8_t bindex,vint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,int64_t* base,vuint64m1_t bindex,vint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,int64_t* base,vuint64m2_t bindex,vint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,int64_t* base,vuint64m4_t bindex,vint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,int64_t* base,vuint64m8_t bindex,vint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint8_t* base,vuint64m1_t bindex,vuint8mf8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint8_t* base,vuint64m2_t bindex,vuint8mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint8_t* base,vuint64m4_t bindex,vuint8mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint8_t* base,vuint64m8_t bindex,vuint8m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint16_t* base,vuint64m1_t bindex,vuint16mf4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint16_t* base,vuint64m2_t bindex,vuint16mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint16_t* base,vuint64m4_t bindex,vuint16m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint16_t* base,vuint64m8_t bindex,vuint16m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint32_t* base,vuint64m1_t bindex,vuint32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint32_t* base,vuint64m2_t bindex,vuint32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint32_t* base,vuint64m4_t bindex,vuint32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint32_t* base,vuint64m8_t bindex,vuint32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,uint64_t* base,vuint64m1_t bindex,vuint64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,uint64_t* base,vuint64m2_t bindex,vuint64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,uint64_t* base,vuint64m4_t bindex,vuint64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,uint64_t* base,vuint64m8_t bindex,vuint64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,float* base,vuint64m1_t bindex,vfloat32mf2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,float* base,vuint64m2_t bindex,vfloat32m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,float* base,vuint64m4_t bindex,vfloat32m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,float* base,vuint64m8_t bindex,vfloat32m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool64_t mask,double* base,vuint64m1_t bindex,vfloat64m1_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool32_t mask,double* base,vuint64m2_t bindex,vfloat64m2_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool16_t mask,double* base,vuint64m4_t bindex,vfloat64m4_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > +void test___riscv_vsoxei64(vbool8_t mask,double* base,vuint64m8_t bindex,vfloat64m8_t value,size_t vl) > +{ > + __riscv_vsoxei64(mask,base,bindex,value,32); > +} > + > + > + > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+\s+} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e8,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e16,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 2 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*mf2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e32,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m1,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m2,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m4,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > +/* { dg-final { scan-assembler-times {vsetvli\s+zero,\s*[a-x0-9]+,\s*e64,\s*m8,\s*t[au],\s*m[au]\s+vsoxei64\.v\s+v[0-9]+,\s*0?\([a-x0-9]+\),\s*v[0-9]+,\s*v0.t} 3 } } */ > -- > 2.36.1 >