public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: juzhe.zhong@rivai.ai
To: gcc-patches@gcc.gnu.org
Cc: zhongjuzhe <juzhe.zhong@rivai.ai>
Subject: [PATCH v4 29/34]   RISC-V: Add vluxeix_3.C
Date: Wed,  1 Jun 2022 10:29:12 +0800	[thread overview]
Message-ID: <20220601022917.270325-30-juzhe.zhong@rivai.ai> (raw)
In-Reply-To: <20220601022917.270325-1-juzhe.zhong@rivai.ai>

From: zhongjuzhe <juzhe.zhong@rivai.ai>

gcc/testsuite/ChangeLog:

        * g++.target/riscv/rvv/vluxeix_3.C: New test.

---
 .../g++.target/riscv/rvv/vluxeix_3.C          | 6120 +++++++++++++++++
 1 file changed, 6120 insertions(+)
 create mode 100644 gcc/testsuite/g++.target/riscv/rvv/vluxeix_3.C

diff --git a/gcc/testsuite/g++.target/riscv/rvv/vluxeix_3.C b/gcc/testsuite/g++.target/riscv/rvv/vluxeix_3.C
new file mode 100644
index 00000000000..fa2f4dc7088
--- /dev/null
+++ b/gcc/testsuite/g++.target/riscv/rvv/vluxeix_3.C
@@ -0,0 +1,6120 @@
+/* { 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_f32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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" vfloat32mf2_t
+test_vluxei8_v_f32mf2_ta (float32_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f32mf2_tu:
+**  ...
+**	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*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" vfloat32mf2_t
+test_vluxei8_v_f32mf2_tu (vfloat32mf2_t dest, float32_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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" vfloat64m1_t
+test_vluxei8_v_f64m1_ta (float64_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f64m1_tu:
+**  ...
+**	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*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" vfloat64m1_t
+test_vluxei8_v_f64m1_tu (vfloat64m1_t dest, float64_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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" vfloat32m1_t
+test_vluxei8_v_f32m1_ta (float32_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f32m1_tu:
+**  ...
+**	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*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" vfloat32m1_t
+test_vluxei8_v_f32m1_tu (vfloat32m1_t dest, float32_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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" vfloat64m2_t
+test_vluxei8_v_f64m2_ta (float64_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f64m2_tu:
+**  ...
+**	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*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" vfloat64m2_t
+test_vluxei8_v_f64m2_tu (vfloat64m2_t dest, float64_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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" vfloat32m2_t
+test_vluxei8_v_f32m2_ta (float32_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f32m2_tu:
+**  ...
+**	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*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" vfloat32m2_t
+test_vluxei8_v_f32m2_tu (vfloat32m2_t dest, float32_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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" vfloat64m4_t
+test_vluxei8_v_f64m4_ta (float64_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f64m4_tu:
+**  ...
+**	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*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" vfloat64m4_t
+test_vluxei8_v_f64m4_tu (vfloat64m4_t dest, float64_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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" vfloat32m4_t
+test_vluxei8_v_f32m4_ta (float32_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f32m4_tu:
+**  ...
+**	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*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" vfloat32m4_t
+test_vluxei8_v_f32m4_tu (vfloat32m4_t dest, float32_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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" vfloat64m8_t
+test_vluxei8_v_f64m8_ta (float64_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f64m8_tu:
+**  ...
+**	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*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" vfloat64m8_t
+test_vluxei8_v_f64m8_tu (vfloat64m8_t dest, float64_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f32m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*ta,\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" vfloat32m8_t
+test_vluxei8_v_f32m8_ta (float32_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_f32m8_tu:
+**  ...
+**	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*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" vfloat32m8_t
+test_vluxei8_v_f32m8_tu (vfloat32m8_t dest, float32_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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" vfloat32mf2_t
+test_vluxei16_v_f32mf2_ta (float32_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f32mf2_tu:
+**  ...
+**	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*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" vfloat32mf2_t
+test_vluxei16_v_f32mf2_tu (vfloat32mf2_t dest, float32_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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" vfloat64m1_t
+test_vluxei16_v_f64m1_ta (float64_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f64m1_tu:
+**  ...
+**	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*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" vfloat64m1_t
+test_vluxei16_v_f64m1_tu (vfloat64m1_t dest, float64_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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" vfloat32m1_t
+test_vluxei16_v_f32m1_ta (float32_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f32m1_tu:
+**  ...
+**	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*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" vfloat32m1_t
+test_vluxei16_v_f32m1_tu (vfloat32m1_t dest, float32_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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" vfloat64m2_t
+test_vluxei16_v_f64m2_ta (float64_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f64m2_tu:
+**  ...
+**	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*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" vfloat64m2_t
+test_vluxei16_v_f64m2_tu (vfloat64m2_t dest, float64_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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" vfloat32m2_t
+test_vluxei16_v_f32m2_ta (float32_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f32m2_tu:
+**  ...
+**	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*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" vfloat32m2_t
+test_vluxei16_v_f32m2_tu (vfloat32m2_t dest, float32_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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" vfloat64m4_t
+test_vluxei16_v_f64m4_ta (float64_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f64m4_tu:
+**  ...
+**	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*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" vfloat64m4_t
+test_vluxei16_v_f64m4_tu (vfloat64m4_t dest, float64_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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" vfloat32m4_t
+test_vluxei16_v_f32m4_ta (float32_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f32m4_tu:
+**  ...
+**	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*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" vfloat32m4_t
+test_vluxei16_v_f32m4_tu (vfloat32m4_t dest, float32_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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" vfloat64m8_t
+test_vluxei16_v_f64m8_ta (float64_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f64m8_tu:
+**  ...
+**	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*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" vfloat64m8_t
+test_vluxei16_v_f64m8_tu (vfloat64m8_t dest, float64_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f32m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*ta,\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" vfloat32m8_t
+test_vluxei16_v_f32m8_ta (float32_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_f32m8_tu:
+**  ...
+**	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*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" vfloat32m8_t
+test_vluxei16_v_f32m8_tu (vfloat32m8_t dest, float32_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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" vfloat32mf2_t
+test_vluxei32_v_f32mf2_ta (float32_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f32mf2_tu:
+**  ...
+**	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*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" vfloat32mf2_t
+test_vluxei32_v_f32mf2_tu (vfloat32mf2_t dest, float32_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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" vfloat64m1_t
+test_vluxei32_v_f64m1_ta (float64_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f64m1_tu:
+**  ...
+**	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*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" vfloat64m1_t
+test_vluxei32_v_f64m1_tu (vfloat64m1_t dest, float64_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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" vfloat32m1_t
+test_vluxei32_v_f32m1_ta (float32_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f32m1_tu:
+**  ...
+**	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*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" vfloat32m1_t
+test_vluxei32_v_f32m1_tu (vfloat32m1_t dest, float32_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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" vfloat64m2_t
+test_vluxei32_v_f64m2_ta (float64_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f64m2_tu:
+**  ...
+**	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*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" vfloat64m2_t
+test_vluxei32_v_f64m2_tu (vfloat64m2_t dest, float64_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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" vfloat32m2_t
+test_vluxei32_v_f32m2_ta (float32_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f32m2_tu:
+**  ...
+**	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*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" vfloat32m2_t
+test_vluxei32_v_f32m2_tu (vfloat32m2_t dest, float32_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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" vfloat64m4_t
+test_vluxei32_v_f64m4_ta (float64_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f64m4_tu:
+**  ...
+**	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*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" vfloat64m4_t
+test_vluxei32_v_f64m4_tu (vfloat64m4_t dest, float64_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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" vfloat32m4_t
+test_vluxei32_v_f32m4_ta (float32_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f32m4_tu:
+**  ...
+**	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*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" vfloat32m4_t
+test_vluxei32_v_f32m4_tu (vfloat32m4_t dest, float32_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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" vfloat64m8_t
+test_vluxei32_v_f64m8_ta (float64_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f64m8_tu:
+**  ...
+**	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*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" vfloat64m8_t
+test_vluxei32_v_f64m8_tu (vfloat64m8_t dest, float64_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f32m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*ta,\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" vfloat32m8_t
+test_vluxei32_v_f32m8_ta (float32_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_f32m8_tu:
+**  ...
+**	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*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" vfloat32m8_t
+test_vluxei32_v_f32m8_tu (vfloat32m8_t dest, float32_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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" vfloat32mf2_t
+test_vluxei64_v_f32mf2_ta (float32_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f32mf2_tu:
+**  ...
+**	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*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" vfloat32mf2_t
+test_vluxei64_v_f32mf2_tu (vfloat32mf2_t dest, float32_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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" vfloat64m1_t
+test_vluxei64_v_f64m1_ta (float64_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f64m1_tu:
+**  ...
+**	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*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" vfloat64m1_t
+test_vluxei64_v_f64m1_tu (vfloat64m1_t dest, float64_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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" vfloat32m1_t
+test_vluxei64_v_f32m1_ta (float32_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f32m1_tu:
+**  ...
+**	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*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" vfloat32m1_t
+test_vluxei64_v_f32m1_tu (vfloat32m1_t dest, float32_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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" vfloat64m2_t
+test_vluxei64_v_f64m2_ta (float64_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f64m2_tu:
+**  ...
+**	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*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" vfloat64m2_t
+test_vluxei64_v_f64m2_tu (vfloat64m2_t dest, float64_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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" vfloat32m2_t
+test_vluxei64_v_f32m2_ta (float32_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f32m2_tu:
+**  ...
+**	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*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" vfloat32m2_t
+test_vluxei64_v_f32m2_tu (vfloat32m2_t dest, float32_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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" vfloat64m4_t
+test_vluxei64_v_f64m4_ta (float64_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f64m4_tu:
+**  ...
+**	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*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" vfloat64m4_t
+test_vluxei64_v_f64m4_tu (vfloat64m4_t dest, float64_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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" vfloat32m4_t
+test_vluxei64_v_f32m4_ta (float32_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f32m4_tu:
+**  ...
+**	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*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" vfloat32m4_t
+test_vluxei64_v_f32m4_tu (vfloat32m4_t dest, float32_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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" vfloat64m8_t
+test_vluxei64_v_f64m8_ta (float64_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_f64m8_tu:
+**  ...
+**	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*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" vfloat64m8_t
+test_vluxei64_v_f64m8_tu (vfloat64m8_t dest, float64_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8mf8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*ta,\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" vint8mf8_t
+test_vluxei8_v_i8mf8_ta (int8_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8mf8_tu:
+**  ...
+**	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*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" vint8mf8_t
+test_vluxei8_v_i8mf8_tu (vint8mf8_t dest, int8_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*ta,\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" vint16mf4_t
+test_vluxei8_v_i16mf4_ta (int16_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16mf4_tu:
+**  ...
+**	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*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" vint16mf4_t
+test_vluxei8_v_i16mf4_tu (vint16mf4_t dest, int16_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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" vint32mf2_t
+test_vluxei8_v_i32mf2_ta (int32_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i32mf2_tu:
+**  ...
+**	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*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" vint32mf2_t
+test_vluxei8_v_i32mf2_tu (vint32mf2_t dest, int32_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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" vint64m1_t
+test_vluxei8_v_i64m1_ta (int64_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i64m1_tu:
+**  ...
+**	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*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" vint64m1_t
+test_vluxei8_v_i64m1_tu (vint64m1_t dest, int64_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*ta,\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" vint8mf4_t
+test_vluxei8_v_i8mf4_ta (int8_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8mf4_tu:
+**  ...
+**	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*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" vint8mf4_t
+test_vluxei8_v_i8mf4_tu (vint8mf4_t dest, int8_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*ta,\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" vint16mf2_t
+test_vluxei8_v_i16mf2_ta (int16_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16mf2_tu:
+**  ...
+**	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*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" vint16mf2_t
+test_vluxei8_v_i16mf2_tu (vint16mf2_t dest, int16_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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" vint32m1_t
+test_vluxei8_v_i32m1_ta (int32_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i32m1_tu:
+**  ...
+**	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*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" vint32m1_t
+test_vluxei8_v_i32m1_tu (vint32m1_t dest, int32_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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" vint64m2_t
+test_vluxei8_v_i64m2_ta (int64_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i64m2_tu:
+**  ...
+**	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*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" vint64m2_t
+test_vluxei8_v_i64m2_tu (vint64m2_t dest, int64_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*ta,\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" vint8mf2_t
+test_vluxei8_v_i8mf2_ta (int8_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8mf2_tu:
+**  ...
+**	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*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" vint8mf2_t
+test_vluxei8_v_i8mf2_tu (vint8mf2_t dest, int8_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*ta,\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" vint16m1_t
+test_vluxei8_v_i16m1_ta (int16_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16m1_tu:
+**  ...
+**	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*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" vint16m1_t
+test_vluxei8_v_i16m1_tu (vint16m1_t dest, int16_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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" vint32m2_t
+test_vluxei8_v_i32m2_ta (int32_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i32m2_tu:
+**  ...
+**	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*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" vint32m2_t
+test_vluxei8_v_i32m2_tu (vint32m2_t dest, int32_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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" vint64m4_t
+test_vluxei8_v_i64m4_ta (int64_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i64m4_tu:
+**  ...
+**	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*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" vint64m4_t
+test_vluxei8_v_i64m4_tu (vint64m4_t dest, int64_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*ta,\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" vint8m1_t
+test_vluxei8_v_i8m1_ta (int8_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8m1_tu:
+**  ...
+**	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*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" vint8m1_t
+test_vluxei8_v_i8m1_tu (vint8m1_t dest, int8_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*ta,\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" vint16m2_t
+test_vluxei8_v_i16m2_ta (int16_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16m2_tu:
+**  ...
+**	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*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" vint16m2_t
+test_vluxei8_v_i16m2_tu (vint16m2_t dest, int16_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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" vint32m4_t
+test_vluxei8_v_i32m4_ta (int32_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i32m4_tu:
+**  ...
+**	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*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" vint32m4_t
+test_vluxei8_v_i32m4_tu (vint32m4_t dest, int32_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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" vint64m8_t
+test_vluxei8_v_i64m8_ta (int64_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i64m8_tu:
+**  ...
+**	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*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" vint64m8_t
+test_vluxei8_v_i64m8_tu (vint64m8_t dest, int64_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*ta,\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" vint8m2_t
+test_vluxei8_v_i8m2_ta (int8_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8m2_tu:
+**  ...
+**	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*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" vint8m2_t
+test_vluxei8_v_i8m2_tu (vint8m2_t dest, int8_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*ta,\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" vint16m4_t
+test_vluxei8_v_i16m4_ta (int16_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16m4_tu:
+**  ...
+**	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*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" vint16m4_t
+test_vluxei8_v_i16m4_tu (vint16m4_t dest, int16_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i32m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*ta,\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" vint32m8_t
+test_vluxei8_v_i32m8_ta (int32_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i32m8_tu:
+**  ...
+**	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*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" vint32m8_t
+test_vluxei8_v_i32m8_tu (vint32m8_t dest, int32_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m4,\s*ta,\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" vint8m4_t
+test_vluxei8_v_i8m4_ta (int8_t *base, vuint8m4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8m4_tu:
+**  ...
+**	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*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" vint8m4_t
+test_vluxei8_v_i8m4_tu (vint8m4_t dest, int8_t *base, vuint8m4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m8,\s*ta,\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" vint16m8_t
+test_vluxei8_v_i16m8_ta (int16_t *base, vuint8m4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i16m8_tu:
+**  ...
+**	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*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" vint16m8_t
+test_vluxei8_v_i16m8_tu (vint16m8_t dest, int16_t *base, vuint8m4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m8,\s*ta,\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" vint8m8_t
+test_vluxei8_v_i8m8_ta (int8_t *base, vuint8m8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_i8m8_tu:
+**  ...
+**	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*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" vint8m8_t
+test_vluxei8_v_i8m8_tu (vint8m8_t dest, int8_t *base, vuint8m8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8mf8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*ta,\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" vint8mf8_t
+test_vluxei16_v_i8mf8_ta (int8_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8mf8_tu:
+**  ...
+**	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*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" vint8mf8_t
+test_vluxei16_v_i8mf8_tu (vint8mf8_t dest, int8_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*ta,\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" vint16mf4_t
+test_vluxei16_v_i16mf4_ta (int16_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16mf4_tu:
+**  ...
+**	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*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" vint16mf4_t
+test_vluxei16_v_i16mf4_tu (vint16mf4_t dest, int16_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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" vint32mf2_t
+test_vluxei16_v_i32mf2_ta (int32_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i32mf2_tu:
+**  ...
+**	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*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" vint32mf2_t
+test_vluxei16_v_i32mf2_tu (vint32mf2_t dest, int32_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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" vint64m1_t
+test_vluxei16_v_i64m1_ta (int64_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i64m1_tu:
+**  ...
+**	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*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" vint64m1_t
+test_vluxei16_v_i64m1_tu (vint64m1_t dest, int64_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*ta,\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" vint8mf4_t
+test_vluxei16_v_i8mf4_ta (int8_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8mf4_tu:
+**  ...
+**	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*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" vint8mf4_t
+test_vluxei16_v_i8mf4_tu (vint8mf4_t dest, int8_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*ta,\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" vint16mf2_t
+test_vluxei16_v_i16mf2_ta (int16_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16mf2_tu:
+**  ...
+**	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*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" vint16mf2_t
+test_vluxei16_v_i16mf2_tu (vint16mf2_t dest, int16_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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" vint32m1_t
+test_vluxei16_v_i32m1_ta (int32_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i32m1_tu:
+**  ...
+**	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*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" vint32m1_t
+test_vluxei16_v_i32m1_tu (vint32m1_t dest, int32_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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" vint64m2_t
+test_vluxei16_v_i64m2_ta (int64_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i64m2_tu:
+**  ...
+**	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*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" vint64m2_t
+test_vluxei16_v_i64m2_tu (vint64m2_t dest, int64_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*ta,\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" vint8mf2_t
+test_vluxei16_v_i8mf2_ta (int8_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8mf2_tu:
+**  ...
+**	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*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" vint8mf2_t
+test_vluxei16_v_i8mf2_tu (vint8mf2_t dest, int8_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*ta,\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" vint16m1_t
+test_vluxei16_v_i16m1_ta (int16_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16m1_tu:
+**  ...
+**	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*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" vint16m1_t
+test_vluxei16_v_i16m1_tu (vint16m1_t dest, int16_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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" vint32m2_t
+test_vluxei16_v_i32m2_ta (int32_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i32m2_tu:
+**  ...
+**	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*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" vint32m2_t
+test_vluxei16_v_i32m2_tu (vint32m2_t dest, int32_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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" vint64m4_t
+test_vluxei16_v_i64m4_ta (int64_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i64m4_tu:
+**  ...
+**	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*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" vint64m4_t
+test_vluxei16_v_i64m4_tu (vint64m4_t dest, int64_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*ta,\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" vint8m1_t
+test_vluxei16_v_i8m1_ta (int8_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8m1_tu:
+**  ...
+**	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*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" vint8m1_t
+test_vluxei16_v_i8m1_tu (vint8m1_t dest, int8_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*ta,\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" vint16m2_t
+test_vluxei16_v_i16m2_ta (int16_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16m2_tu:
+**  ...
+**	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*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" vint16m2_t
+test_vluxei16_v_i16m2_tu (vint16m2_t dest, int16_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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" vint32m4_t
+test_vluxei16_v_i32m4_ta (int32_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i32m4_tu:
+**  ...
+**	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*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" vint32m4_t
+test_vluxei16_v_i32m4_tu (vint32m4_t dest, int32_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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" vint64m8_t
+test_vluxei16_v_i64m8_ta (int64_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i64m8_tu:
+**  ...
+**	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*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" vint64m8_t
+test_vluxei16_v_i64m8_tu (vint64m8_t dest, int64_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*ta,\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" vint8m2_t
+test_vluxei16_v_i8m2_ta (int8_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8m2_tu:
+**  ...
+**	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*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" vint8m2_t
+test_vluxei16_v_i8m2_tu (vint8m2_t dest, int8_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*ta,\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" vint16m4_t
+test_vluxei16_v_i16m4_ta (int16_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16m4_tu:
+**  ...
+**	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*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" vint16m4_t
+test_vluxei16_v_i16m4_tu (vint16m4_t dest, int16_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i32m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*ta,\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" vint32m8_t
+test_vluxei16_v_i32m8_ta (int32_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i32m8_tu:
+**  ...
+**	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*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" vint32m8_t
+test_vluxei16_v_i32m8_tu (vint32m8_t dest, int32_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m4,\s*ta,\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" vint8m4_t
+test_vluxei16_v_i8m4_ta (int8_t *base, vuint16m8_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i8m4_tu:
+**  ...
+**	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*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" vint8m4_t
+test_vluxei16_v_i8m4_tu (vint8m4_t dest, int8_t *base, vuint16m8_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m8,\s*ta,\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" vint16m8_t
+test_vluxei16_v_i16m8_ta (int16_t *base, vuint16m8_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_i16m8_tu:
+**  ...
+**	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*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" vint16m8_t
+test_vluxei16_v_i16m8_tu (vint16m8_t dest, int16_t *base, vuint16m8_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i8mf8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*ta,\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" vint8mf8_t
+test_vluxei32_v_i8mf8_ta (int8_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i8mf8_tu:
+**  ...
+**	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*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" vint8mf8_t
+test_vluxei32_v_i8mf8_tu (vint8mf8_t dest, int8_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i16mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*ta,\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" vint16mf4_t
+test_vluxei32_v_i16mf4_ta (int16_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i16mf4_tu:
+**  ...
+**	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*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" vint16mf4_t
+test_vluxei32_v_i16mf4_tu (vint16mf4_t dest, int16_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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" vint32mf2_t
+test_vluxei32_v_i32mf2_ta (int32_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i32mf2_tu:
+**  ...
+**	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*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" vint32mf2_t
+test_vluxei32_v_i32mf2_tu (vint32mf2_t dest, int32_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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" vint64m1_t
+test_vluxei32_v_i64m1_ta (int64_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i64m1_tu:
+**  ...
+**	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*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" vint64m1_t
+test_vluxei32_v_i64m1_tu (vint64m1_t dest, int64_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i8mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*ta,\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" vint8mf4_t
+test_vluxei32_v_i8mf4_ta (int8_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i8mf4_tu:
+**  ...
+**	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*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" vint8mf4_t
+test_vluxei32_v_i8mf4_tu (vint8mf4_t dest, int8_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i16mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*ta,\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" vint16mf2_t
+test_vluxei32_v_i16mf2_ta (int16_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i16mf2_tu:
+**  ...
+**	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*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" vint16mf2_t
+test_vluxei32_v_i16mf2_tu (vint16mf2_t dest, int16_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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" vint32m1_t
+test_vluxei32_v_i32m1_ta (int32_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i32m1_tu:
+**  ...
+**	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*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" vint32m1_t
+test_vluxei32_v_i32m1_tu (vint32m1_t dest, int32_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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" vint64m2_t
+test_vluxei32_v_i64m2_ta (int64_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i64m2_tu:
+**  ...
+**	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*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" vint64m2_t
+test_vluxei32_v_i64m2_tu (vint64m2_t dest, int64_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i8mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*ta,\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" vint8mf2_t
+test_vluxei32_v_i8mf2_ta (int8_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i8mf2_tu:
+**  ...
+**	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*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" vint8mf2_t
+test_vluxei32_v_i8mf2_tu (vint8mf2_t dest, int8_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i16m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*ta,\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" vint16m1_t
+test_vluxei32_v_i16m1_ta (int16_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i16m1_tu:
+**  ...
+**	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*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" vint16m1_t
+test_vluxei32_v_i16m1_tu (vint16m1_t dest, int16_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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" vint32m2_t
+test_vluxei32_v_i32m2_ta (int32_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i32m2_tu:
+**  ...
+**	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*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" vint32m2_t
+test_vluxei32_v_i32m2_tu (vint32m2_t dest, int32_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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" vint64m4_t
+test_vluxei32_v_i64m4_ta (int64_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i64m4_tu:
+**  ...
+**	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*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" vint64m4_t
+test_vluxei32_v_i64m4_tu (vint64m4_t dest, int64_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i8m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*ta,\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" vint8m1_t
+test_vluxei32_v_i8m1_ta (int8_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i8m1_tu:
+**  ...
+**	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*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" vint8m1_t
+test_vluxei32_v_i8m1_tu (vint8m1_t dest, int8_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i16m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*ta,\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" vint16m2_t
+test_vluxei32_v_i16m2_ta (int16_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i16m2_tu:
+**  ...
+**	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*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" vint16m2_t
+test_vluxei32_v_i16m2_tu (vint16m2_t dest, int16_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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" vint32m4_t
+test_vluxei32_v_i32m4_ta (int32_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i32m4_tu:
+**  ...
+**	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*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" vint32m4_t
+test_vluxei32_v_i32m4_tu (vint32m4_t dest, int32_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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" vint64m8_t
+test_vluxei32_v_i64m8_ta (int64_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i64m8_tu:
+**  ...
+**	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*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" vint64m8_t
+test_vluxei32_v_i64m8_tu (vint64m8_t dest, int64_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i8m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*ta,\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" vint8m2_t
+test_vluxei32_v_i8m2_ta (int8_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i8m2_tu:
+**  ...
+**	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*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" vint8m2_t
+test_vluxei32_v_i8m2_tu (vint8m2_t dest, int8_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i16m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*ta,\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" vint16m4_t
+test_vluxei32_v_i16m4_ta (int16_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i16m4_tu:
+**  ...
+**	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*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" vint16m4_t
+test_vluxei32_v_i16m4_tu (vint16m4_t dest, int16_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i32m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*ta,\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" vint32m8_t
+test_vluxei32_v_i32m8_ta (int32_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_i32m8_tu:
+**  ...
+**	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*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" vint32m8_t
+test_vluxei32_v_i32m8_tu (vint32m8_t dest, int32_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i8mf8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*ta,\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" vint8mf8_t
+test_vluxei64_v_i8mf8_ta (int8_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i8mf8_tu:
+**  ...
+**	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*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" vint8mf8_t
+test_vluxei64_v_i8mf8_tu (vint8mf8_t dest, int8_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i16mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*ta,\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" vint16mf4_t
+test_vluxei64_v_i16mf4_ta (int16_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i16mf4_tu:
+**  ...
+**	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*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" vint16mf4_t
+test_vluxei64_v_i16mf4_tu (vint16mf4_t dest, int16_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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" vint32mf2_t
+test_vluxei64_v_i32mf2_ta (int32_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i32mf2_tu:
+**  ...
+**	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*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" vint32mf2_t
+test_vluxei64_v_i32mf2_tu (vint32mf2_t dest, int32_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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" vint64m1_t
+test_vluxei64_v_i64m1_ta (int64_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i64m1_tu:
+**  ...
+**	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*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" vint64m1_t
+test_vluxei64_v_i64m1_tu (vint64m1_t dest, int64_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i8mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*ta,\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" vint8mf4_t
+test_vluxei64_v_i8mf4_ta (int8_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i8mf4_tu:
+**  ...
+**	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*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" vint8mf4_t
+test_vluxei64_v_i8mf4_tu (vint8mf4_t dest, int8_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i16mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*ta,\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" vint16mf2_t
+test_vluxei64_v_i16mf2_ta (int16_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i16mf2_tu:
+**  ...
+**	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*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" vint16mf2_t
+test_vluxei64_v_i16mf2_tu (vint16mf2_t dest, int16_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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" vint32m1_t
+test_vluxei64_v_i32m1_ta (int32_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i32m1_tu:
+**  ...
+**	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*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" vint32m1_t
+test_vluxei64_v_i32m1_tu (vint32m1_t dest, int32_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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" vint64m2_t
+test_vluxei64_v_i64m2_ta (int64_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i64m2_tu:
+**  ...
+**	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*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" vint64m2_t
+test_vluxei64_v_i64m2_tu (vint64m2_t dest, int64_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i8mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*ta,\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" vint8mf2_t
+test_vluxei64_v_i8mf2_ta (int8_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i8mf2_tu:
+**  ...
+**	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*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" vint8mf2_t
+test_vluxei64_v_i8mf2_tu (vint8mf2_t dest, int8_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i16m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*ta,\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" vint16m1_t
+test_vluxei64_v_i16m1_ta (int16_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i16m1_tu:
+**  ...
+**	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*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" vint16m1_t
+test_vluxei64_v_i16m1_tu (vint16m1_t dest, int16_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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" vint32m2_t
+test_vluxei64_v_i32m2_ta (int32_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i32m2_tu:
+**  ...
+**	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*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" vint32m2_t
+test_vluxei64_v_i32m2_tu (vint32m2_t dest, int32_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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" vint64m4_t
+test_vluxei64_v_i64m4_ta (int64_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i64m4_tu:
+**  ...
+**	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*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" vint64m4_t
+test_vluxei64_v_i64m4_tu (vint64m4_t dest, int64_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i8m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*ta,\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" vint8m1_t
+test_vluxei64_v_i8m1_ta (int8_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i8m1_tu:
+**  ...
+**	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*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" vint8m1_t
+test_vluxei64_v_i8m1_tu (vint8m1_t dest, int8_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i16m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*ta,\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" vint16m2_t
+test_vluxei64_v_i16m2_ta (int16_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i16m2_tu:
+**  ...
+**	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*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" vint16m2_t
+test_vluxei64_v_i16m2_tu (vint16m2_t dest, int16_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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" vint32m4_t
+test_vluxei64_v_i32m4_ta (int32_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i32m4_tu:
+**  ...
+**	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*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" vint32m4_t
+test_vluxei64_v_i32m4_tu (vint32m4_t dest, int32_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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" vint64m8_t
+test_vluxei64_v_i64m8_ta (int64_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_i64m8_tu:
+**  ...
+**	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*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" vint64m8_t
+test_vluxei64_v_i64m8_tu (vint64m8_t dest, int64_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8mf8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*ta,\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_ta (uint8_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8mf8_tu:
+**  ...
+**	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*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_tu (vuint8mf8_t dest, uint8_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*ta,\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_ta (uint16_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16mf4_tu:
+**  ...
+**	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*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_tu (vuint16mf4_t dest, uint16_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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_ta (uint32_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u32mf2_tu:
+**  ...
+**	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*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_tu (vuint32mf2_t dest, uint32_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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_ta (uint64_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u64m1_tu:
+**  ...
+**	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*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_tu (vuint64m1_t dest, uint64_t *base, vuint8mf8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*ta,\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_ta (uint8_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8mf4_tu:
+**  ...
+**	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*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_tu (vuint8mf4_t dest, uint8_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*ta,\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_ta (uint16_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16mf2_tu:
+**  ...
+**	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*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_tu (vuint16mf2_t dest, uint16_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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_ta (uint32_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u32m1_tu:
+**  ...
+**	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*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_tu (vuint32m1_t dest, uint32_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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_ta (uint64_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u64m2_tu:
+**  ...
+**	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*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_tu (vuint64m2_t dest, uint64_t *base, vuint8mf4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*ta,\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_ta (uint8_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8mf2_tu:
+**  ...
+**	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*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_tu (vuint8mf2_t dest, uint8_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*ta,\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_ta (uint16_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16m1_tu:
+**  ...
+**	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*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_tu (vuint16m1_t dest, uint16_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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_ta (uint32_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u32m2_tu:
+**  ...
+**	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*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_tu (vuint32m2_t dest, uint32_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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_ta (uint64_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u64m4_tu:
+**  ...
+**	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*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_tu (vuint64m4_t dest, uint64_t *base, vuint8mf2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*ta,\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_ta (uint8_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8m1_tu:
+**  ...
+**	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*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_tu (vuint8m1_t dest, uint8_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*ta,\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_ta (uint16_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16m2_tu:
+**  ...
+**	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*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_tu (vuint16m2_t dest, uint16_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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_ta (uint32_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u32m4_tu:
+**  ...
+**	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*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_tu (vuint32m4_t dest, uint32_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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_ta (uint64_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u64m8_tu:
+**  ...
+**	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*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_tu (vuint64m8_t dest, uint64_t *base, vuint8m1_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*ta,\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_ta (uint8_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8m2_tu:
+**  ...
+**	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*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_tu (vuint8m2_t dest, uint8_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*ta,\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_ta (uint16_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16m4_tu:
+**  ...
+**	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*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_tu (vuint16m4_t dest, uint16_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u32m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*ta,\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_ta (uint32_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u32m8_tu:
+**  ...
+**	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*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_tu (vuint32m8_t dest, uint32_t *base, vuint8m2_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m4,\s*ta,\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_ta (uint8_t *base, vuint8m4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8m4_tu:
+**  ...
+**	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*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_tu (vuint8m4_t dest, uint8_t *base, vuint8m4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m8,\s*ta,\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_ta (uint16_t *base, vuint8m4_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u16m8_tu:
+**  ...
+**	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*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_tu (vuint16m8_t dest, uint16_t *base, vuint8m4_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m8,\s*ta,\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_ta (uint8_t *base, vuint8m8_t bindex, size_t vl)
+{
+  return vluxei8_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei8_v_u8m8_tu:
+**  ...
+**	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*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_tu (vuint8m8_t dest, uint8_t *base, vuint8m8_t bindex, size_t vl)
+{
+  return vluxei8_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8mf8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*ta,\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_ta (uint8_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8mf8_tu:
+**  ...
+**	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*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_tu (vuint8mf8_t dest, uint8_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*ta,\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_ta (uint16_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16mf4_tu:
+**  ...
+**	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*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_tu (vuint16mf4_t dest, uint16_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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_ta (uint32_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u32mf2_tu:
+**  ...
+**	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*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_tu (vuint32mf2_t dest, uint32_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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_ta (uint64_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u64m1_tu:
+**  ...
+**	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*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_tu (vuint64m1_t dest, uint64_t *base, vuint16mf4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*ta,\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_ta (uint8_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8mf4_tu:
+**  ...
+**	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*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_tu (vuint8mf4_t dest, uint8_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*ta,\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_ta (uint16_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16mf2_tu:
+**  ...
+**	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*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_tu (vuint16mf2_t dest, uint16_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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_ta (uint32_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u32m1_tu:
+**  ...
+**	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*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_tu (vuint32m1_t dest, uint32_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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_ta (uint64_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u64m2_tu:
+**  ...
+**	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*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_tu (vuint64m2_t dest, uint64_t *base, vuint16mf2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*ta,\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_ta (uint8_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8mf2_tu:
+**  ...
+**	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*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_tu (vuint8mf2_t dest, uint8_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*ta,\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_ta (uint16_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16m1_tu:
+**  ...
+**	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*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_tu (vuint16m1_t dest, uint16_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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_ta (uint32_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u32m2_tu:
+**  ...
+**	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*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_tu (vuint32m2_t dest, uint32_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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_ta (uint64_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u64m4_tu:
+**  ...
+**	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*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_tu (vuint64m4_t dest, uint64_t *base, vuint16m1_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*ta,\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_ta (uint8_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8m1_tu:
+**  ...
+**	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*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_tu (vuint8m1_t dest, uint8_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*ta,\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_ta (uint16_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16m2_tu:
+**  ...
+**	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*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_tu (vuint16m2_t dest, uint16_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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_ta (uint32_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u32m4_tu:
+**  ...
+**	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*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_tu (vuint32m4_t dest, uint32_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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_ta (uint64_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u64m8_tu:
+**  ...
+**	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*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_tu (vuint64m8_t dest, uint64_t *base, vuint16m2_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*ta,\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_ta (uint8_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8m2_tu:
+**  ...
+**	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*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_tu (vuint8m2_t dest, uint8_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*ta,\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_ta (uint16_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16m4_tu:
+**  ...
+**	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*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_tu (vuint16m4_t dest, uint16_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u32m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*ta,\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_ta (uint32_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u32m8_tu:
+**  ...
+**	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*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_tu (vuint32m8_t dest, uint32_t *base, vuint16m4_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m4,\s*ta,\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_ta (uint8_t *base, vuint16m8_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u8m4_tu:
+**  ...
+**	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*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_tu (vuint8m4_t dest, uint8_t *base, vuint16m8_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m8,\s*ta,\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_ta (uint16_t *base, vuint16m8_t bindex, size_t vl)
+{
+  return vluxei16_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei16_v_u16m8_tu:
+**  ...
+**	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*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_tu (vuint16m8_t dest, uint16_t *base, vuint16m8_t bindex, size_t vl)
+{
+  return vluxei16_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u8mf8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*ta,\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_ta (uint8_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u8mf8_tu:
+**  ...
+**	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*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_tu (vuint8mf8_t dest, uint8_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u16mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*ta,\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_ta (uint16_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u16mf4_tu:
+**  ...
+**	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*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_tu (vuint16mf4_t dest, uint16_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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_ta (uint32_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u32mf2_tu:
+**  ...
+**	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*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_tu (vuint32mf2_t dest, uint32_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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_ta (uint64_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u64m1_tu:
+**  ...
+**	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*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_tu (vuint64m1_t dest, uint64_t *base, vuint32mf2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u8mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*ta,\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_ta (uint8_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u8mf4_tu:
+**  ...
+**	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*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_tu (vuint8mf4_t dest, uint8_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u16mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*ta,\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_ta (uint16_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u16mf2_tu:
+**  ...
+**	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*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_tu (vuint16mf2_t dest, uint16_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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_ta (uint32_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u32m1_tu:
+**  ...
+**	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*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_tu (vuint32m1_t dest, uint32_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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_ta (uint64_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u64m2_tu:
+**  ...
+**	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*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_tu (vuint64m2_t dest, uint64_t *base, vuint32m1_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u8mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*ta,\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_ta (uint8_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u8mf2_tu:
+**  ...
+**	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*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_tu (vuint8mf2_t dest, uint8_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u16m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*ta,\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_ta (uint16_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u16m1_tu:
+**  ...
+**	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*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_tu (vuint16m1_t dest, uint16_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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_ta (uint32_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u32m2_tu:
+**  ...
+**	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*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_tu (vuint32m2_t dest, uint32_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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_ta (uint64_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u64m4_tu:
+**  ...
+**	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*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_tu (vuint64m4_t dest, uint64_t *base, vuint32m2_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u8m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*ta,\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_ta (uint8_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u8m1_tu:
+**  ...
+**	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*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_tu (vuint8m1_t dest, uint8_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u16m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*ta,\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_ta (uint16_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u16m2_tu:
+**  ...
+**	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*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_tu (vuint16m2_t dest, uint16_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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_ta (uint32_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u32m4_tu:
+**  ...
+**	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*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_tu (vuint32m4_t dest, uint32_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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_ta (uint64_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u64m8_tu:
+**  ...
+**	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*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_tu (vuint64m8_t dest, uint64_t *base, vuint32m4_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u8m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m2,\s*ta,\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_ta (uint8_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u8m2_tu:
+**  ...
+**	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*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_tu (vuint8m2_t dest, uint8_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u16m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m4,\s*ta,\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_ta (uint16_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u16m4_tu:
+**  ...
+**	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*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_tu (vuint16m4_t dest, uint16_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u32m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m8,\s*ta,\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_ta (uint32_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei32_v_u32m8_tu:
+**  ...
+**	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*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_tu (vuint32m8_t dest, uint32_t *base, vuint32m8_t bindex, size_t vl)
+{
+  return vluxei32_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u8mf8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf8,\s*ta,\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_ta (uint8_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u8mf8_tu:
+**  ...
+**	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*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_tu (vuint8mf8_t dest, uint8_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u16mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf4,\s*ta,\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_ta (uint16_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u16mf4_tu:
+**  ...
+**	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*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_tu (vuint16mf4_t dest, uint16_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u32mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*mf2,\s*ta,\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_ta (uint32_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u32mf2_tu:
+**  ...
+**	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*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_tu (vuint32mf2_t dest, uint32_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u64m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m1,\s*ta,\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_ta (uint64_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u64m1_tu:
+**  ...
+**	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*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_tu (vuint64m1_t dest, uint64_t *base, vuint64m1_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u8mf4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf4,\s*ta,\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_ta (uint8_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u8mf4_tu:
+**  ...
+**	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*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_tu (vuint8mf4_t dest, uint8_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u16mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*mf2,\s*ta,\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_ta (uint16_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u16mf2_tu:
+**  ...
+**	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*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_tu (vuint16mf2_t dest, uint16_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u32m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m1,\s*ta,\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_ta (uint32_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u32m1_tu:
+**  ...
+**	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*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_tu (vuint32m1_t dest, uint32_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u64m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m2,\s*ta,\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_ta (uint64_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u64m2_tu:
+**  ...
+**	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*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_tu (vuint64m2_t dest, uint64_t *base, vuint64m2_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u8mf2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*mf2,\s*ta,\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_ta (uint8_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u8mf2_tu:
+**  ...
+**	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*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_tu (vuint8mf2_t dest, uint8_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u16m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m1,\s*ta,\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_ta (uint16_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u16m1_tu:
+**  ...
+**	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*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_tu (vuint16m1_t dest, uint16_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u32m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m2,\s*ta,\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_ta (uint32_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u32m2_tu:
+**  ...
+**	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*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_tu (vuint32m2_t dest, uint32_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u64m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m4,\s*ta,\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_ta (uint64_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u64m4_tu:
+**  ...
+**	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*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_tu (vuint64m4_t dest, uint64_t *base, vuint64m4_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u8m1_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e8,\s*m1,\s*ta,\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_ta (uint8_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u8m1_tu:
+**  ...
+**	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*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_tu (vuint8m1_t dest, uint8_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u16m2_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e16,\s*m2,\s*ta,\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_ta (uint16_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u16m2_tu:
+**  ...
+**	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*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_tu (vuint16m2_t dest, uint16_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u32m4_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e32,\s*m4,\s*ta,\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_ta (uint32_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u32m4_tu:
+**  ...
+**	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*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_tu (vuint32m4_t dest, uint32_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u64m8_ta:
+**  ...
+**	vsetvli\s+zero,\s*(?:ra|[sgtf]p|t[0-6]|s[0-9]|s10|s11|a[0-7]),\s*e64,\s*m8,\s*ta,\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_ta (uint64_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_ta (base, bindex, vl);
+}
+
+
+/*
+** test_vluxei64_v_u64m8_tu:
+**  ...
+**	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*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_tu (vuint64m8_t dest, uint64_t *base, vuint64m8_t bindex, size_t vl)
+{
+  return vluxei64_tu (dest, base, bindex, vl);
+}
+
+
+
-- 
2.36.1




  parent reply	other threads:[~2022-06-01  2:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01  2:28 [PATCH 00/34] RISC-V: Add RVV (RISC-V 'V' Extension) support juzhe.zhong
2022-06-01  2:28 ` [PATCH v4 02/34] RISC-V: Add vlex_2.c juzhe.zhong
2022-06-01  2:28 ` [PATCH v4 03/34] RISC-V: Add vlex_1.C juzhe.zhong
2022-06-01  2:28 ` [PATCH v4 04/34] RISC-V: Add mask load store testcases juzhe.zhong
2022-06-01  2:28 ` [PATCH v4 06/34] RISC-V: Add vlexff_2.c juzhe.zhong
2022-06-01  2:28 ` [PATCH v4 12/34] RISC-V: Add vlsex_2.c juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 17/34] RISC-V: Add vsex.c juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 19/34] RISC-V: Add vssex.c juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 21/34] RISC-V: Add vlexff_1.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 22/34] RISC-V: Add vloxeix_1.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 23/34] RISC-V: Add vloxeix_2.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 24/34] RISC-V: Add vloxeix_3.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 25/34] RISC-V: Add vloxeix_4.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 26/34] RISC-V: Add vlsex_1.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 27/34] RISC-V: Add vluxeix_1.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 28/34] RISC-V: Add vluxeix_2.C juzhe.zhong
2022-06-01  2:29 ` juzhe.zhong [this message]
2022-06-01  2:29 ` [PATCH v4 30/34] RISC-V: Add vluxeix_4.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 31/34] RISC-V: Add vsex.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 32/34] RISC-V: Add vsoxeix.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 33/34] RISC-V: Add vssex.C juzhe.zhong
2022-06-01  2:29 ` [PATCH v4 34/34] RISC-V: Add vsuxeix.C juzhe.zhong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220601022917.270325-30-juzhe.zhong@rivai.ai \
    --to=juzhe.zhong@rivai.ai \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).