new file mode 100644
@@ -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);
+}
+
+
+
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