From: zhongjuzhe <juzhe.zh...@rivai.ai> gcc/testsuite/ChangeLog:
* g++.target/riscv/rvv/vluxeix_4.C: New test. --- .../g++.target/riscv/rvv/vluxeix_4.C | 2503 +++++++++++++++++ 1 file changed, 2503 insertions(+) create mode 100644 gcc/testsuite/g++.target/riscv/rvv/vluxeix_4.C diff --git a/gcc/testsuite/g++.target/riscv/rvv/vluxeix_4.C b/gcc/testsuite/g++.target/riscv/rvv/vluxeix_4.C new file mode 100644 index 00000000000..2ed5edd0a4d --- /dev/null +++ b/gcc/testsuite/g++.target/riscv/rvv/vluxeix_4.C @@ -0,0 +1,2503 @@ +/* { dg-do compile } */ +/* { dg-skip-if "test vector intrinsic" { *-*-* } { "*" } { "-march=rv*v*" } } */ +/* { dg-final { check-function-bodies "**" "" } } */ +#include <stddef.h> +#include <riscv_vector.h> + +/* +** test_vluxei8_v_u8mf8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint8mf8_t +test_vluxei8_v_u8mf8 (uint8_t *base, vuint8mf8_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8mf8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf8_t +test_vluxei8_v_u8mf8_m (vbool64_t mask, vuint8mf8_t dest, uint8_t *base, vuint8mf8_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16mf4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint16mf4_t +test_vluxei8_v_u16mf4 (uint16_t *base, vuint8mf8_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16mf4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16mf4_t +test_vluxei8_v_u16mf4_m (vbool64_t mask, vuint16mf4_t dest, uint16_t *base, vuint8mf8_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u32mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint32mf2_t +test_vluxei8_v_u32mf2 (uint32_t *base, vuint8mf8_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u32mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32mf2_t +test_vluxei8_v_u32mf2_m (vbool64_t mask, vuint32mf2_t dest, uint32_t *base, vuint8mf8_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u64m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint64m1_t +test_vluxei8_v_u64m1 (uint64_t *base, vuint8mf8_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u64m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m1_t +test_vluxei8_v_u64m1_m (vbool64_t mask, vuint64m1_t dest, uint64_t *base, vuint8mf8_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8mf4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint8mf4_t +test_vluxei8_v_u8mf4 (uint8_t *base, vuint8mf4_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8mf4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf4_t +test_vluxei8_v_u8mf4_m (vbool32_t mask, vuint8mf4_t dest, uint8_t *base, vuint8mf4_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint16mf2_t +test_vluxei8_v_u16mf2 (uint16_t *base, vuint8mf4_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16mf2_t +test_vluxei8_v_u16mf2_m (vbool32_t mask, vuint16mf2_t dest, uint16_t *base, vuint8mf4_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u32m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint32m1_t +test_vluxei8_v_u32m1 (uint32_t *base, vuint8mf4_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u32m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m1_t +test_vluxei8_v_u32m1_m (vbool32_t mask, vuint32m1_t dest, uint32_t *base, vuint8mf4_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u64m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint64m2_t +test_vluxei8_v_u64m2 (uint64_t *base, vuint8mf4_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u64m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m2_t +test_vluxei8_v_u64m2_m (vbool32_t mask, vuint64m2_t dest, uint64_t *base, vuint8mf4_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint8mf2_t +test_vluxei8_v_u8mf2 (uint8_t *base, vuint8mf2_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf2_t +test_vluxei8_v_u8mf2_m (vbool16_t mask, vuint8mf2_t dest, uint8_t *base, vuint8mf2_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint16m1_t +test_vluxei8_v_u16m1 (uint16_t *base, vuint8mf2_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m1_t +test_vluxei8_v_u16m1_m (vbool16_t mask, vuint16m1_t dest, uint16_t *base, vuint8mf2_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u32m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint32m2_t +test_vluxei8_v_u32m2 (uint32_t *base, vuint8mf2_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u32m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m2_t +test_vluxei8_v_u32m2_m (vbool16_t mask, vuint32m2_t dest, uint32_t *base, vuint8mf2_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u64m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint64m4_t +test_vluxei8_v_u64m4 (uint64_t *base, vuint8mf2_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u64m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m4_t +test_vluxei8_v_u64m4_m (vbool16_t mask, vuint64m4_t dest, uint64_t *base, vuint8mf2_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint8m1_t +test_vluxei8_v_u8m1 (uint8_t *base, vuint8m1_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8m1_t +test_vluxei8_v_u8m1_m (vbool8_t mask, vuint8m1_t dest, uint8_t *base, vuint8m1_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint16m2_t +test_vluxei8_v_u16m2 (uint16_t *base, vuint8m1_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m2_t +test_vluxei8_v_u16m2_m (vbool8_t mask, vuint16m2_t dest, uint16_t *base, vuint8m1_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u32m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint32m4_t +test_vluxei8_v_u32m4 (uint32_t *base, vuint8m1_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u32m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m4_t +test_vluxei8_v_u32m4_m (vbool8_t mask, vuint32m4_t dest, uint32_t *base, vuint8m1_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u64m8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint64m8_t +test_vluxei8_v_u64m8 (uint64_t *base, vuint8m1_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u64m8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m8_t +test_vluxei8_v_u64m8_m (vbool8_t mask, vuint64m8_t dest, uint64_t *base, vuint8m1_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint8m2_t +test_vluxei8_v_u8m2 (uint8_t *base, vuint8m2_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8m2_t +test_vluxei8_v_u8m2_m (vbool4_t mask, vuint8m2_t dest, uint8_t *base, vuint8m2_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint16m4_t +test_vluxei8_v_u16m4 (uint16_t *base, vuint8m2_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m4_t +test_vluxei8_v_u16m4_m (vbool4_t mask, vuint16m4_t dest, uint16_t *base, vuint8m2_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u32m8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint32m8_t +test_vluxei8_v_u32m8 (uint32_t *base, vuint8m2_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u32m8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m8_t +test_vluxei8_v_u32m8_m (vbool4_t mask, vuint32m8_t dest, uint32_t *base, vuint8m2_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint8m4_t +test_vluxei8_v_u8m4 (uint8_t *base, vuint8m4_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m4,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8m4_t +test_vluxei8_v_u8m4_m (vbool2_t mask, vuint8m4_t dest, uint8_t *base, vuint8m4_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16m8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m8,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint16m8_t +test_vluxei8_v_u16m8 (uint16_t *base, vuint8m4_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u16m8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m8,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m8_t +test_vluxei8_v_u16m8_m (vbool2_t mask, vuint16m8_t dest, uint16_t *base, vuint8m4_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8m8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m8,\s*t[au],\s*m[au] +** ... +** vluxei8\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24) +** ... +** ret +*/ +extern "C" vuint8m8_t +test_vluxei8_v_u8m8 (uint8_t *base, vuint8m8_t bindex, size_t vl) +{ + return vluxei8 (base, bindex, vl); +} + + +/* +** test_vluxei8_v_u8m8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m8,\s*tu,\s*mu +** ... +** vluxei8\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8m8_t +test_vluxei8_v_u8m8_m (vbool1_t mask, vuint8m8_t dest, uint8_t *base, vuint8m8_t bindex, size_t vl) +{ + return vluxei8 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8mf8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint8mf8_t +test_vluxei16_v_u8mf8 (uint8_t *base, vuint16mf4_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8mf8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf8_t +test_vluxei16_v_u8mf8_m (vbool64_t mask, vuint8mf8_t dest, uint8_t *base, vuint16mf4_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16mf4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint16mf4_t +test_vluxei16_v_u16mf4 (uint16_t *base, vuint16mf4_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16mf4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16mf4_t +test_vluxei16_v_u16mf4_m (vbool64_t mask, vuint16mf4_t dest, uint16_t *base, vuint16mf4_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u32mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint32mf2_t +test_vluxei16_v_u32mf2 (uint32_t *base, vuint16mf4_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u32mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32mf2_t +test_vluxei16_v_u32mf2_m (vbool64_t mask, vuint32mf2_t dest, uint32_t *base, vuint16mf4_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u64m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint64m1_t +test_vluxei16_v_u64m1 (uint64_t *base, vuint16mf4_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u64m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m1_t +test_vluxei16_v_u64m1_m (vbool64_t mask, vuint64m1_t dest, uint64_t *base, vuint16mf4_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8mf4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint8mf4_t +test_vluxei16_v_u8mf4 (uint8_t *base, vuint16mf2_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8mf4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf4_t +test_vluxei16_v_u8mf4_m (vbool32_t mask, vuint8mf4_t dest, uint8_t *base, vuint16mf2_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint16mf2_t +test_vluxei16_v_u16mf2 (uint16_t *base, vuint16mf2_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16mf2_t +test_vluxei16_v_u16mf2_m (vbool32_t mask, vuint16mf2_t dest, uint16_t *base, vuint16mf2_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u32m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint32m1_t +test_vluxei16_v_u32m1 (uint32_t *base, vuint16mf2_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u32m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m1_t +test_vluxei16_v_u32m1_m (vbool32_t mask, vuint32m1_t dest, uint32_t *base, vuint16mf2_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u64m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint64m2_t +test_vluxei16_v_u64m2 (uint64_t *base, vuint16mf2_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u64m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m2_t +test_vluxei16_v_u64m2_m (vbool32_t mask, vuint64m2_t dest, uint64_t *base, vuint16mf2_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint8mf2_t +test_vluxei16_v_u8mf2 (uint8_t *base, vuint16m1_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf2_t +test_vluxei16_v_u8mf2_m (vbool16_t mask, vuint8mf2_t dest, uint8_t *base, vuint16m1_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint16m1_t +test_vluxei16_v_u16m1 (uint16_t *base, vuint16m1_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m1_t +test_vluxei16_v_u16m1_m (vbool16_t mask, vuint16m1_t dest, uint16_t *base, vuint16m1_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u32m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint32m2_t +test_vluxei16_v_u32m2 (uint32_t *base, vuint16m1_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u32m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m2_t +test_vluxei16_v_u32m2_m (vbool16_t mask, vuint32m2_t dest, uint32_t *base, vuint16m1_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u64m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint64m4_t +test_vluxei16_v_u64m4 (uint64_t *base, vuint16m1_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u64m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m4_t +test_vluxei16_v_u64m4_m (vbool16_t mask, vuint64m4_t dest, uint64_t *base, vuint16m1_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint8m1_t +test_vluxei16_v_u8m1 (uint8_t *base, vuint16m2_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8m1_t +test_vluxei16_v_u8m1_m (vbool8_t mask, vuint8m1_t dest, uint8_t *base, vuint16m2_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint16m2_t +test_vluxei16_v_u16m2 (uint16_t *base, vuint16m2_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m2_t +test_vluxei16_v_u16m2_m (vbool8_t mask, vuint16m2_t dest, uint16_t *base, vuint16m2_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u32m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint32m4_t +test_vluxei16_v_u32m4 (uint32_t *base, vuint16m2_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u32m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m4_t +test_vluxei16_v_u32m4_m (vbool8_t mask, vuint32m4_t dest, uint32_t *base, vuint16m2_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u64m8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint64m8_t +test_vluxei16_v_u64m8 (uint64_t *base, vuint16m2_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u64m8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m8_t +test_vluxei16_v_u64m8_m (vbool8_t mask, vuint64m8_t dest, uint64_t *base, vuint16m2_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint8m2_t +test_vluxei16_v_u8m2 (uint8_t *base, vuint16m4_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8m2_t +test_vluxei16_v_u8m2_m (vbool4_t mask, vuint8m2_t dest, uint8_t *base, vuint16m4_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint16m4_t +test_vluxei16_v_u16m4 (uint16_t *base, vuint16m4_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m4_t +test_vluxei16_v_u16m4_m (vbool4_t mask, vuint16m4_t dest, uint16_t *base, vuint16m4_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u32m8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint32m8_t +test_vluxei16_v_u32m8 (uint32_t *base, vuint16m4_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u32m8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m8_t +test_vluxei16_v_u32m8_m (vbool4_t mask, vuint32m8_t dest, uint32_t *base, vuint16m4_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24) +** ... +** ret +*/ +extern "C" vuint8m4_t +test_vluxei16_v_u8m4 (uint8_t *base, vuint16m8_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u8m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m4,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8m4_t +test_vluxei16_v_u8m4_m (vbool2_t mask, vuint8m4_t dest, uint8_t *base, vuint16m8_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16m8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m8,\s*t[au],\s*m[au] +** ... +** vluxei16\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24) +** ... +** ret +*/ +extern "C" vuint16m8_t +test_vluxei16_v_u16m8 (uint16_t *base, vuint16m8_t bindex, size_t vl) +{ + return vluxei16 (base, bindex, vl); +} + + +/* +** test_vluxei16_v_u16m8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m8,\s*tu,\s*mu +** ... +** vluxei16\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m8_t +test_vluxei16_v_u16m8_m (vbool2_t mask, vuint16m8_t dest, uint16_t *base, vuint16m8_t bindex, size_t vl) +{ + return vluxei16 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u8mf8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint8mf8_t +test_vluxei32_v_u8mf8 (uint8_t *base, vuint32mf2_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u8mf8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf8_t +test_vluxei32_v_u8mf8_m (vbool64_t mask, vuint8mf8_t dest, uint8_t *base, vuint32mf2_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u16mf4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint16mf4_t +test_vluxei32_v_u16mf4 (uint16_t *base, vuint32mf2_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u16mf4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16mf4_t +test_vluxei32_v_u16mf4_m (vbool64_t mask, vuint16mf4_t dest, uint16_t *base, vuint32mf2_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u32mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint32mf2_t +test_vluxei32_v_u32mf2 (uint32_t *base, vuint32mf2_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u32mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32mf2_t +test_vluxei32_v_u32mf2_m (vbool64_t mask, vuint32mf2_t dest, uint32_t *base, vuint32mf2_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u64m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint64m1_t +test_vluxei32_v_u64m1 (uint64_t *base, vuint32mf2_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u64m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m1_t +test_vluxei32_v_u64m1_m (vbool64_t mask, vuint64m1_t dest, uint64_t *base, vuint32mf2_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u8mf4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint8mf4_t +test_vluxei32_v_u8mf4 (uint8_t *base, vuint32m1_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u8mf4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf4_t +test_vluxei32_v_u8mf4_m (vbool32_t mask, vuint8mf4_t dest, uint8_t *base, vuint32m1_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u16mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint16mf2_t +test_vluxei32_v_u16mf2 (uint16_t *base, vuint32m1_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u16mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16mf2_t +test_vluxei32_v_u16mf2_m (vbool32_t mask, vuint16mf2_t dest, uint16_t *base, vuint32m1_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u32m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint32m1_t +test_vluxei32_v_u32m1 (uint32_t *base, vuint32m1_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u32m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m1_t +test_vluxei32_v_u32m1_m (vbool32_t mask, vuint32m1_t dest, uint32_t *base, vuint32m1_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u64m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint64m2_t +test_vluxei32_v_u64m2 (uint64_t *base, vuint32m1_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u64m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m2_t +test_vluxei32_v_u64m2_m (vbool32_t mask, vuint64m2_t dest, uint64_t *base, vuint32m1_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u8mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint8mf2_t +test_vluxei32_v_u8mf2 (uint8_t *base, vuint32m2_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u8mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf2_t +test_vluxei32_v_u8mf2_m (vbool16_t mask, vuint8mf2_t dest, uint8_t *base, vuint32m2_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u16m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint16m1_t +test_vluxei32_v_u16m1 (uint16_t *base, vuint32m2_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u16m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m1_t +test_vluxei32_v_u16m1_m (vbool16_t mask, vuint16m1_t dest, uint16_t *base, vuint32m2_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u32m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint32m2_t +test_vluxei32_v_u32m2 (uint32_t *base, vuint32m2_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u32m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m2_t +test_vluxei32_v_u32m2_m (vbool16_t mask, vuint32m2_t dest, uint32_t *base, vuint32m2_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u64m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint64m4_t +test_vluxei32_v_u64m4 (uint64_t *base, vuint32m2_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u64m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m4_t +test_vluxei32_v_u64m4_m (vbool16_t mask, vuint64m4_t dest, uint64_t *base, vuint32m2_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u8m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint8m1_t +test_vluxei32_v_u8m1 (uint8_t *base, vuint32m4_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u8m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8m1_t +test_vluxei32_v_u8m1_m (vbool8_t mask, vuint8m1_t dest, uint8_t *base, vuint32m4_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u16m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint16m2_t +test_vluxei32_v_u16m2 (uint16_t *base, vuint32m4_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u16m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m2_t +test_vluxei32_v_u16m2_m (vbool8_t mask, vuint16m2_t dest, uint16_t *base, vuint32m4_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u32m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint32m4_t +test_vluxei32_v_u32m4 (uint32_t *base, vuint32m4_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u32m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m4_t +test_vluxei32_v_u32m4_m (vbool8_t mask, vuint32m4_t dest, uint32_t *base, vuint32m4_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u64m8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint64m8_t +test_vluxei32_v_u64m8 (uint64_t *base, vuint32m4_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u64m8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m8_t +test_vluxei32_v_u64m8_m (vbool8_t mask, vuint64m8_t dest, uint64_t *base, vuint32m4_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u8m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24) +** ... +** ret +*/ +extern "C" vuint8m2_t +test_vluxei32_v_u8m2 (uint8_t *base, vuint32m8_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u8m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8m2_t +test_vluxei32_v_u8m2_m (vbool4_t mask, vuint8m2_t dest, uint8_t *base, vuint32m8_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u16m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24) +** ... +** ret +*/ +extern "C" vuint16m4_t +test_vluxei32_v_u16m4 (uint16_t *base, vuint32m8_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u16m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m4_t +test_vluxei32_v_u16m4_m (vbool4_t mask, vuint16m4_t dest, uint16_t *base, vuint32m8_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei32_v_u32m8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*t[au],\s*m[au] +** ... +** vluxei32\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24) +** ... +** ret +*/ +extern "C" vuint32m8_t +test_vluxei32_v_u32m8 (uint32_t *base, vuint32m8_t bindex, size_t vl) +{ + return vluxei32 (base, bindex, vl); +} + + +/* +** test_vluxei32_v_u32m8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*tu,\s*mu +** ... +** vluxei32\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m8_t +test_vluxei32_v_u32m8_m (vbool4_t mask, vuint32m8_t dest, uint32_t *base, vuint32m8_t bindex, size_t vl) +{ + return vluxei32 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u8mf8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint8mf8_t +test_vluxei64_v_u8mf8 (uint8_t *base, vuint64m1_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u8mf8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf8_t +test_vluxei64_v_u8mf8_m (vbool64_t mask, vuint8mf8_t dest, uint8_t *base, vuint64m1_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u16mf4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint16mf4_t +test_vluxei64_v_u16mf4 (uint16_t *base, vuint64m1_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u16mf4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16mf4_t +test_vluxei64_v_u16mf4_m (vbool64_t mask, vuint16mf4_t dest, uint16_t *base, vuint64m1_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u32mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint32mf2_t +test_vluxei64_v_u32mf2 (uint32_t *base, vuint64m1_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u32mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32mf2_t +test_vluxei64_v_u32mf2_m (vbool64_t mask, vuint32mf2_t dest, uint32_t *base, vuint64m1_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u64m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]) +** ... +** ret +*/ +extern "C" vuint64m1_t +test_vluxei64_v_u64m1 (uint64_t *base, vuint64m1_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u64m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m1_t +test_vluxei64_v_u64m1_m (vbool64_t mask, vuint64m1_t dest, uint64_t *base, vuint64m1_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u8mf4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint8mf4_t +test_vluxei64_v_u8mf4 (uint8_t *base, vuint64m2_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u8mf4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf4_t +test_vluxei64_v_u8mf4_m (vbool32_t mask, vuint8mf4_t dest, uint8_t *base, vuint64m2_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u16mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint16mf2_t +test_vluxei64_v_u16mf2 (uint16_t *base, vuint64m2_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u16mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16mf2_t +test_vluxei64_v_u16mf2_m (vbool32_t mask, vuint16mf2_t dest, uint16_t *base, vuint64m2_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u32m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint32m1_t +test_vluxei64_v_u32m1 (uint32_t *base, vuint64m2_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u32m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m1_t +test_vluxei64_v_u32m1_m (vbool32_t mask, vuint32m1_t dest, uint32_t *base, vuint64m2_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u64m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30) +** ... +** ret +*/ +extern "C" vuint64m2_t +test_vluxei64_v_u64m2 (uint64_t *base, vuint64m2_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u64m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[02468]|v[1-2][02468]|v30),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m2_t +test_vluxei64_v_u64m2_m (vbool32_t mask, vuint64m2_t dest, uint64_t *base, vuint64m2_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u8mf2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint8mf2_t +test_vluxei64_v_u8mf2 (uint8_t *base, vuint64m4_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u8mf2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8mf2_t +test_vluxei64_v_u8mf2_m (vbool16_t mask, vuint8mf2_t dest, uint8_t *base, vuint64m4_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u16m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint16m1_t +test_vluxei64_v_u16m1 (uint16_t *base, vuint64m4_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u16m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m1_t +test_vluxei64_v_u16m1_m (vbool16_t mask, vuint16m1_t dest, uint16_t *base, vuint64m4_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u32m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint32m2_t +test_vluxei64_v_u32m2 (uint32_t *base, vuint64m4_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u32m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m2_t +test_vluxei64_v_u32m2_m (vbool16_t mask, vuint32m2_t dest, uint32_t *base, vuint64m4_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u64m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]) +** ... +** ret +*/ +extern "C" vuint64m4_t +test_vluxei64_v_u64m4 (uint64_t *base, vuint64m4_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u64m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[048]|v1[26]|v2[048]),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m4_t +test_vluxei64_v_u64m4_m (vbool16_t mask, vuint64m4_t dest, uint64_t *base, vuint64m4_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u8m1: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24) +** ... +** ret +*/ +extern "C" vuint8m1_t +test_vluxei64_v_u8m1 (uint8_t *base, vuint64m8_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u8m1_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[0-9]|v[1-2][0-9]|v3[0-1]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint8m1_t +test_vluxei64_v_u8m1_m (vbool8_t mask, vuint8m1_t dest, uint8_t *base, vuint64m8_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u16m2: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24) +** ... +** ret +*/ +extern "C" vuint16m2_t +test_vluxei64_v_u16m2 (uint16_t *base, vuint64m8_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u16m2_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[02468]|v[1-2][02468]|v30),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint16m2_t +test_vluxei64_v_u16m2_m (vbool8_t mask, vuint16m2_t dest, uint16_t *base, vuint64m8_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u32m4: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24) +** ... +** ret +*/ +extern "C" vuint32m4_t +test_vluxei64_v_u32m4 (uint32_t *base, vuint64m8_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u32m4_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[048]|v1[26]|v2[048]),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint32m4_t +test_vluxei64_v_u32m4_m (vbool8_t mask, vuint32m4_t dest, uint32_t *base, vuint64m8_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + +/* +** test_vluxei64_v_u64m8: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*t[au],\s*m[au] +** ... +** vluxei64\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24) +** ... +** ret +*/ +extern "C" vuint64m8_t +test_vluxei64_v_u64m8 (uint64_t *base, vuint64m8_t bindex, size_t vl) +{ + return vluxei64 (base, bindex, vl); +} + + +/* +** test_vluxei64_v_u64m8_m: +** ... +** vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*tu,\s*mu +** ... +** vluxei64\.v\s+(?:v[08]|v16|v24),\s*\((?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7])\),\s*(?:v[08]|v16|v24),\s*v0\.t +** ... +** ret +*/ +extern "C" vuint64m8_t +test_vluxei64_v_u64m8_m (vbool8_t mask, vuint64m8_t dest, uint64_t *base, vuint64m8_t bindex, size_t vl) +{ + return vluxei64 (mask, dest, base, bindex, vl); +} + + + -- 2.36.1