Home
last modified time | relevance | path

Searched refs:vl (Results 1 – 25 of 4415) sorted by relevance

12345678910>>...177

/dports/misc/ncnn/ncnn-20211208/src/layer/riscv/
H A Dconvolution_7x7_pack1ton.h18 const word_type vl = vsetvl_e32m1(packn); in conv7x7s2_pack1ton_rvv() local
36 vfloat32m1_t _bias0 = bias ? vle32_v_f32m1(bias + p * packn, vl) : vfmv_v_f_f32m1(0.f, vl); in conv7x7s2_pack1ton_rvv()
62 vfloat32m1_t _sum0 = vle32_v_f32m1(outptr0, vl); in conv7x7s2_pack1ton_rvv()
71 vfloat32m1_t _k00 = vle32_v_f32m1(kptr, vl); in conv7x7s2_pack1ton_rvv()
138 vfloat32m1_t _k10 = vle32_v_f32m1(kptr, vl); in conv7x7s2_pack1ton_rvv()
205 vfloat32m1_t _k20 = vle32_v_f32m1(kptr, vl); in conv7x7s2_pack1ton_rvv()
540 vse32_v_f32m1(outptr0, _sum0, vl); in conv7x7s2_pack1ton_rvv()
541 vse32_v_f32m1(outptr0 + packn, _sum1, vl); in conv7x7s2_pack1ton_rvv()
839 vse32_v_f32m1(outptr0, _sum0, vl); in conv7x7s2_pack1ton_rvv()
840 vse32_v_f32m1(outptr0 + packn, _sum1, vl); in conv7x7s2_pack1ton_rvv()
[all …]
H A Dconvolution_7x7_pack1ton_fp16s.h18 const word_type vl = vsetvl_e16m1(packn); in conv7x7s2_pack1ton_fp16sa_rvv() local
36 vfloat16m1_t _bias0 = bias ? vle16_v_f16m1(bias + p * packn, vl) : vfmv_v_f_f16m1(0.f, vl); in conv7x7s2_pack1ton_fp16sa_rvv()
62 vfloat16m1_t _sum0 = vle16_v_f16m1(outptr0, vl); in conv7x7s2_pack1ton_fp16sa_rvv()
71 vfloat16m1_t _k00 = vle16_v_f16m1(kptr, vl); in conv7x7s2_pack1ton_fp16sa_rvv()
138 vfloat16m1_t _k10 = vle16_v_f16m1(kptr, vl); in conv7x7s2_pack1ton_fp16sa_rvv()
205 vfloat16m1_t _k20 = vle16_v_f16m1(kptr, vl); in conv7x7s2_pack1ton_fp16sa_rvv()
540 vse16_v_f16m1(outptr0, _sum0, vl); in conv7x7s2_pack1ton_fp16sa_rvv()
541 vse16_v_f16m1(outptr0 + packn, _sum1, vl); in conv7x7s2_pack1ton_fp16sa_rvv()
839 vse16_v_f16m1(outptr0, _sum0, vl); in conv7x7s2_pack1ton_fp16sa_rvv()
840 vse16_v_f16m1(outptr0 + packn, _sum1, vl); in conv7x7s2_pack1ton_fp16sa_rvv()
[all …]
H A Dconvolution_3x3_pack1ton.h18 const word_type vl = vsetvl_e32m1(packn); in conv3x3s1_pack1ton_rvv() local
32 vfloat32m1_t _bias0 = bias ? vle32_v_f32m1(bias + p * packn, vl) : vfmv_v_f_f32m1(0.f, vl); in conv3x3s1_pack1ton_rvv()
48 vfloat32m1_t _k00 = vle32_v_f32m1(k0, vl); in conv3x3s1_pack1ton_rvv()
148 vse32_v_f32m1(outptr0, _sum0, vl); in conv3x3s1_pack1ton_rvv()
209 vse32_v_f32m1(outptr0, _sum0, vl); in conv3x3s1_pack1ton_rvv()
246 vse32_v_f32m1(outptr0, _sum0, vl); in conv3x3s1_pack1ton_rvv()
271 vse32_v_f32m1(outptr0, _sum0, vl); in conv3x3s1_pack1ton_rvv()
293 const word_type vl = vsetvl_e32m1(packn); in conv3x3s2_pack1ton_rvv() local
310 vfloat32m1_t _bias0 = bias ? vle32_v_f32m1(bias + p * packn, vl) : vfmv_v_f_f32m1(0.f, vl); in conv3x3s2_pack1ton_rvv()
326 vfloat32m1_t _k00 = vle32_v_f32m1(k0, vl); in conv3x3s2_pack1ton_rvv()
[all …]
H A Dconvolution_3x3_pack1ton_fp16s.h18 const word_type vl = vsetvl_e16m1(packn); in conv3x3s1_pack1ton_fp16sa_rvv() local
32 vfloat16m1_t _bias0 = bias ? vle16_v_f16m1(bias + p * packn, vl) : vfmv_v_f_f16m1(0.f, vl); in conv3x3s1_pack1ton_fp16sa_rvv()
48 vfloat16m1_t _k00 = vle16_v_f16m1(k0, vl); in conv3x3s1_pack1ton_fp16sa_rvv()
148 vse16_v_f16m1(outptr0, _sum0, vl); in conv3x3s1_pack1ton_fp16sa_rvv()
209 vse16_v_f16m1(outptr0, _sum0, vl); in conv3x3s1_pack1ton_fp16sa_rvv()
246 vse16_v_f16m1(outptr0, _sum0, vl); in conv3x3s1_pack1ton_fp16sa_rvv()
271 vse16_v_f16m1(outptr0, _sum0, vl); in conv3x3s1_pack1ton_fp16sa_rvv()
293 const word_type vl = vsetvl_e16m1(packn); in conv3x3s2_pack1ton_fp16sa_rvv() local
310 vfloat16m1_t _bias0 = bias ? vle16_v_f16m1(bias + p * packn, vl) : vfmv_v_f_f16m1(0.f, vl); in conv3x3s2_pack1ton_fp16sa_rvv()
326 vfloat16m1_t _k00 = vle16_v_f16m1(k0, vl); in conv3x3s2_pack1ton_fp16sa_rvv()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmv.c15 return vmv_v_v_i8mf8(src, vl); in test_vmv_v_v_i8mf8()
25 return vmv_v_x_i8mf8(src, vl); in test_vmv_v_x_i8mf8()
35 return vmv_v_v_i8mf4(src, vl); in test_vmv_v_v_i8mf4()
45 return vmv_v_x_i8mf4(src, vl); in test_vmv_v_x_i8mf4()
55 return vmv_v_v_i8mf2(src, vl); in test_vmv_v_v_i8mf2()
65 return vmv_v_x_i8mf2(src, vl); in test_vmv_v_x_i8mf2()
75 return vmv_v_v_i8m1(src, vl); in test_vmv_v_v_i8m1()
85 return vmv_v_x_i8m1(src, vl); in test_vmv_v_x_i8m1()
95 return vmv_v_v_i8m2(src, vl); in test_vmv_v_v_i8m2()
105 return vmv_v_x_i8m2(src, vl); in test_vmv_v_x_i8m2()
[all …]
H A Dvle.c16 return vle8_v_i8mf8(base, vl); in test_vle8_v_i8mf8()
26 return vle8_v_i8mf4(base, vl); in test_vle8_v_i8mf4()
36 return vle8_v_i8mf2(base, vl); in test_vle8_v_i8mf2()
46 return vle8_v_i8m1(base, vl); in test_vle8_v_i8m1()
56 return vle8_v_i8m2(base, vl); in test_vle8_v_i8m2()
66 return vle8_v_i8m4(base, vl); in test_vle8_v_i8m4()
76 return vle8_v_i8m8(base, vl); in test_vle8_v_i8m8()
266 return vle8_v_u8m1(base, vl); in test_vle8_v_u8m1()
276 return vle8_v_u8m2(base, vl); in test_vle8_v_u8m2()
286 return vle8_v_u8m4(base, vl); in test_vle8_v_u8m4()
[all …]
H A Dvfcvt.c15 return vfcvt_x_f_v_i32mf2(src, vl); in test_vfcvt_x_f_v_i32mf2()
35 return vfcvt_x_f_v_i32m1(src, vl); in test_vfcvt_x_f_v_i32m1()
55 return vfcvt_x_f_v_i32m2(src, vl); in test_vfcvt_x_f_v_i32m2()
75 return vfcvt_x_f_v_i32m4(src, vl); in test_vfcvt_x_f_v_i32m4()
95 return vfcvt_x_f_v_i32m8(src, vl); in test_vfcvt_x_f_v_i32m8()
135 return vfcvt_xu_f_v_u32m1(src, vl); in test_vfcvt_xu_f_v_u32m1()
155 return vfcvt_xu_f_v_u32m2(src, vl); in test_vfcvt_xu_f_v_u32m2()
225 return vfcvt_f_x_v_f32m1(src, vl); in test_vfcvt_f_x_v_f32m1()
235 return vfcvt_f_x_v_f32m2(src, vl); in test_vfcvt_f_x_v_f32m2()
245 return vfcvt_f_x_v_f32m4(src, vl); in test_vfcvt_f_x_v_f32m4()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmv.c15 return vmv_v_v_i8mf8(src, vl); in test_vmv_v_v_i8mf8()
25 return vmv_v_x_i8mf8(src, vl); in test_vmv_v_x_i8mf8()
35 return vmv_v_v_i8mf4(src, vl); in test_vmv_v_v_i8mf4()
45 return vmv_v_x_i8mf4(src, vl); in test_vmv_v_x_i8mf4()
55 return vmv_v_v_i8mf2(src, vl); in test_vmv_v_v_i8mf2()
65 return vmv_v_x_i8mf2(src, vl); in test_vmv_v_x_i8mf2()
75 return vmv_v_v_i8m1(src, vl); in test_vmv_v_v_i8m1()
85 return vmv_v_x_i8m1(src, vl); in test_vmv_v_x_i8m1()
95 return vmv_v_v_i8m2(src, vl); in test_vmv_v_v_i8m2()
105 return vmv_v_x_i8m2(src, vl); in test_vmv_v_x_i8m2()
[all …]
H A Dvle.c16 return vle8_v_i8mf8(base, vl); in test_vle8_v_i8mf8()
26 return vle8_v_i8mf4(base, vl); in test_vle8_v_i8mf4()
36 return vle8_v_i8mf2(base, vl); in test_vle8_v_i8mf2()
46 return vle8_v_i8m1(base, vl); in test_vle8_v_i8m1()
56 return vle8_v_i8m2(base, vl); in test_vle8_v_i8m2()
66 return vle8_v_i8m4(base, vl); in test_vle8_v_i8m4()
76 return vle8_v_i8m8(base, vl); in test_vle8_v_i8m8()
266 return vle8_v_u8m1(base, vl); in test_vle8_v_u8m1()
276 return vle8_v_u8m2(base, vl); in test_vle8_v_u8m2()
286 return vle8_v_u8m4(base, vl); in test_vle8_v_u8m4()
[all …]
H A Dvfcvt.c15 return vfcvt_x_f_v_i32mf2(src, vl); in test_vfcvt_x_f_v_i32mf2()
35 return vfcvt_x_f_v_i32m1(src, vl); in test_vfcvt_x_f_v_i32m1()
55 return vfcvt_x_f_v_i32m2(src, vl); in test_vfcvt_x_f_v_i32m2()
75 return vfcvt_x_f_v_i32m4(src, vl); in test_vfcvt_x_f_v_i32m4()
95 return vfcvt_x_f_v_i32m8(src, vl); in test_vfcvt_x_f_v_i32m8()
135 return vfcvt_xu_f_v_u32m1(src, vl); in test_vfcvt_xu_f_v_u32m1()
155 return vfcvt_xu_f_v_u32m2(src, vl); in test_vfcvt_xu_f_v_u32m2()
225 return vfcvt_f_x_v_f32m1(src, vl); in test_vfcvt_f_x_v_f32m1()
235 return vfcvt_f_x_v_f32m2(src, vl); in test_vfcvt_f_x_v_f32m2()
245 return vfcvt_f_x_v_f32m4(src, vl); in test_vfcvt_f_x_v_f32m4()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmv.c15 return vmv_v_v_i8mf8(src, vl); in test_vmv_v_v_i8mf8()
25 return vmv_v_x_i8mf8(src, vl); in test_vmv_v_x_i8mf8()
35 return vmv_v_v_i8mf4(src, vl); in test_vmv_v_v_i8mf4()
45 return vmv_v_x_i8mf4(src, vl); in test_vmv_v_x_i8mf4()
55 return vmv_v_v_i8mf2(src, vl); in test_vmv_v_v_i8mf2()
65 return vmv_v_x_i8mf2(src, vl); in test_vmv_v_x_i8mf2()
75 return vmv_v_v_i8m1(src, vl); in test_vmv_v_v_i8m1()
85 return vmv_v_x_i8m1(src, vl); in test_vmv_v_x_i8m1()
95 return vmv_v_v_i8m2(src, vl); in test_vmv_v_v_i8m2()
105 return vmv_v_x_i8m2(src, vl); in test_vmv_v_x_i8m2()
[all …]
H A Dvle.c16 return vle8_v_i8mf8(base, vl); in test_vle8_v_i8mf8()
26 return vle8_v_i8mf4(base, vl); in test_vle8_v_i8mf4()
36 return vle8_v_i8mf2(base, vl); in test_vle8_v_i8mf2()
46 return vle8_v_i8m1(base, vl); in test_vle8_v_i8m1()
56 return vle8_v_i8m2(base, vl); in test_vle8_v_i8m2()
66 return vle8_v_i8m4(base, vl); in test_vle8_v_i8m4()
76 return vle8_v_i8m8(base, vl); in test_vle8_v_i8m8()
266 return vle8_v_u8m1(base, vl); in test_vle8_v_u8m1()
276 return vle8_v_u8m2(base, vl); in test_vle8_v_u8m2()
286 return vle8_v_u8m4(base, vl); in test_vle8_v_u8m4()
[all …]
H A Dvfcvt.c15 return vfcvt_x_f_v_i32mf2(src, vl); in test_vfcvt_x_f_v_i32mf2()
35 return vfcvt_x_f_v_i32m1(src, vl); in test_vfcvt_x_f_v_i32m1()
55 return vfcvt_x_f_v_i32m2(src, vl); in test_vfcvt_x_f_v_i32m2()
75 return vfcvt_x_f_v_i32m4(src, vl); in test_vfcvt_x_f_v_i32m4()
95 return vfcvt_x_f_v_i32m8(src, vl); in test_vfcvt_x_f_v_i32m8()
135 return vfcvt_xu_f_v_u32m1(src, vl); in test_vfcvt_xu_f_v_u32m1()
155 return vfcvt_xu_f_v_u32m2(src, vl); in test_vfcvt_xu_f_v_u32m2()
225 return vfcvt_f_x_v_f32m1(src, vl); in test_vfcvt_f_x_v_f32m1()
235 return vfcvt_f_x_v_f32m2(src, vl); in test_vfcvt_f_x_v_f32m2()
245 return vfcvt_f_x_v_f32m4(src, vl); in test_vfcvt_f_x_v_f32m4()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmv.c15 return vmv_v_v_i8mf8(src, vl); in test_vmv_v_v_i8mf8()
25 return vmv_v_x_i8mf8(src, vl); in test_vmv_v_x_i8mf8()
35 return vmv_v_v_i8mf4(src, vl); in test_vmv_v_v_i8mf4()
45 return vmv_v_x_i8mf4(src, vl); in test_vmv_v_x_i8mf4()
55 return vmv_v_v_i8mf2(src, vl); in test_vmv_v_v_i8mf2()
65 return vmv_v_x_i8mf2(src, vl); in test_vmv_v_x_i8mf2()
75 return vmv_v_v_i8m1(src, vl); in test_vmv_v_v_i8m1()
85 return vmv_v_x_i8m1(src, vl); in test_vmv_v_x_i8m1()
95 return vmv_v_v_i8m2(src, vl); in test_vmv_v_v_i8m2()
105 return vmv_v_x_i8m2(src, vl); in test_vmv_v_x_i8m2()
[all …]
H A Dvle.c16 return vle8_v_i8mf8(base, vl); in test_vle8_v_i8mf8()
26 return vle8_v_i8mf4(base, vl); in test_vle8_v_i8mf4()
36 return vle8_v_i8mf2(base, vl); in test_vle8_v_i8mf2()
46 return vle8_v_i8m1(base, vl); in test_vle8_v_i8m1()
56 return vle8_v_i8m2(base, vl); in test_vle8_v_i8m2()
66 return vle8_v_i8m4(base, vl); in test_vle8_v_i8m4()
76 return vle8_v_i8m8(base, vl); in test_vle8_v_i8m8()
266 return vle8_v_u8m1(base, vl); in test_vle8_v_u8m1()
276 return vle8_v_u8m2(base, vl); in test_vle8_v_u8m2()
286 return vle8_v_u8m4(base, vl); in test_vle8_v_u8m4()
[all …]
H A Dvfcvt.c15 return vfcvt_x_f_v_i32mf2(src, vl); in test_vfcvt_x_f_v_i32mf2()
35 return vfcvt_x_f_v_i32m1(src, vl); in test_vfcvt_x_f_v_i32m1()
55 return vfcvt_x_f_v_i32m2(src, vl); in test_vfcvt_x_f_v_i32m2()
75 return vfcvt_x_f_v_i32m4(src, vl); in test_vfcvt_x_f_v_i32m4()
95 return vfcvt_x_f_v_i32m8(src, vl); in test_vfcvt_x_f_v_i32m8()
135 return vfcvt_xu_f_v_u32m1(src, vl); in test_vfcvt_xu_f_v_u32m1()
155 return vfcvt_xu_f_v_u32m2(src, vl); in test_vfcvt_xu_f_v_u32m2()
225 return vfcvt_f_x_v_f32m1(src, vl); in test_vfcvt_f_x_v_f32m1()
235 return vfcvt_f_x_v_f32m2(src, vl); in test_vfcvt_f_x_v_f32m2()
245 return vfcvt_f_x_v_f32m4(src, vl); in test_vfcvt_f_x_v_f32m4()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmv.c15 return vmv_v_v_i8mf8(src, vl); in test_vmv_v_v_i8mf8()
25 return vmv_v_x_i8mf8(src, vl); in test_vmv_v_x_i8mf8()
35 return vmv_v_v_i8mf4(src, vl); in test_vmv_v_v_i8mf4()
45 return vmv_v_x_i8mf4(src, vl); in test_vmv_v_x_i8mf4()
55 return vmv_v_v_i8mf2(src, vl); in test_vmv_v_v_i8mf2()
65 return vmv_v_x_i8mf2(src, vl); in test_vmv_v_x_i8mf2()
75 return vmv_v_v_i8m1(src, vl); in test_vmv_v_v_i8m1()
85 return vmv_v_x_i8m1(src, vl); in test_vmv_v_x_i8m1()
95 return vmv_v_v_i8m2(src, vl); in test_vmv_v_v_i8m2()
105 return vmv_v_x_i8m2(src, vl); in test_vmv_v_x_i8m2()
[all …]
H A Dvle.c16 return vle8_v_i8mf8(base, vl); in test_vle8_v_i8mf8()
26 return vle8_v_i8mf4(base, vl); in test_vle8_v_i8mf4()
36 return vle8_v_i8mf2(base, vl); in test_vle8_v_i8mf2()
46 return vle8_v_i8m1(base, vl); in test_vle8_v_i8m1()
56 return vle8_v_i8m2(base, vl); in test_vle8_v_i8m2()
66 return vle8_v_i8m4(base, vl); in test_vle8_v_i8m4()
76 return vle8_v_i8m8(base, vl); in test_vle8_v_i8m8()
266 return vle8_v_u8m1(base, vl); in test_vle8_v_u8m1()
276 return vle8_v_u8m2(base, vl); in test_vle8_v_u8m2()
286 return vle8_v_u8m4(base, vl); in test_vle8_v_u8m4()
[all …]
H A Dvfcvt.c15 return vfcvt_x_f_v_i32mf2(src, vl); in test_vfcvt_x_f_v_i32mf2()
35 return vfcvt_x_f_v_i32m1(src, vl); in test_vfcvt_x_f_v_i32m1()
55 return vfcvt_x_f_v_i32m2(src, vl); in test_vfcvt_x_f_v_i32m2()
75 return vfcvt_x_f_v_i32m4(src, vl); in test_vfcvt_x_f_v_i32m4()
95 return vfcvt_x_f_v_i32m8(src, vl); in test_vfcvt_x_f_v_i32m8()
135 return vfcvt_xu_f_v_u32m1(src, vl); in test_vfcvt_xu_f_v_u32m1()
155 return vfcvt_xu_f_v_u32m2(src, vl); in test_vfcvt_xu_f_v_u32m2()
225 return vfcvt_f_x_v_f32m1(src, vl); in test_vfcvt_f_x_v_f32m1()
235 return vfcvt_f_x_v_f32m2(src, vl); in test_vfcvt_f_x_v_f32m2()
245 return vfcvt_f_x_v_f32m4(src, vl); in test_vfcvt_f_x_v_f32m4()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmv.c15 return vmv_v_v_i8mf8(src, vl); in test_vmv_v_v_i8mf8()
24 return vmv_v_x_i8mf8(src, vl); in test_vmv_v_x_i8mf8()
33 return vmv_v_v_i8mf4(src, vl); in test_vmv_v_v_i8mf4()
42 return vmv_v_x_i8mf4(src, vl); in test_vmv_v_x_i8mf4()
51 return vmv_v_v_i8mf2(src, vl); in test_vmv_v_v_i8mf2()
60 return vmv_v_x_i8mf2(src, vl); in test_vmv_v_x_i8mf2()
69 return vmv_v_v_i8m1(src, vl); in test_vmv_v_v_i8m1()
78 return vmv_v_x_i8m1(src, vl); in test_vmv_v_x_i8m1()
87 return vmv_v_v_i8m2(src, vl); in test_vmv_v_v_i8m2()
96 return vmv_v_x_i8m2(src, vl); in test_vmv_v_x_i8m2()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfcvt.c15 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32mf2()
25 return vfcvt_rtz_x(src, vl); in test_vfcvt_rtz_x_f_v_i32mf2()
35 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m1()
55 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m2()
75 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m4()
95 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m8()
115 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u32mf2()
135 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u32m1()
215 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f32mf2()
225 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f32m1()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfcvt.c15 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32mf2()
25 return vfcvt_rtz_x(src, vl); in test_vfcvt_rtz_x_f_v_i32mf2()
35 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m1()
55 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m2()
75 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m4()
95 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m8()
115 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u32mf2()
135 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u32m1()
215 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f32mf2()
225 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f32m1()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfcvt.c15 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32mf2()
25 return vfcvt_rtz_x(src, vl); in test_vfcvt_rtz_x_f_v_i32mf2()
35 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m1()
55 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m2()
75 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m4()
95 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m8()
115 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u32mf2()
135 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u32m1()
215 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f32mf2()
225 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f32m1()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfcvt.c15 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32mf2()
25 return vfcvt_rtz_x(src, vl); in test_vfcvt_rtz_x_f_v_i32mf2()
35 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m1()
55 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m2()
75 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m4()
95 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m8()
115 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u32mf2()
135 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u32m1()
215 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f32mf2()
225 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f32m1()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfcvt.c15 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32mf2()
25 return vfcvt_rtz_x(src, vl); in test_vfcvt_rtz_x_f_v_i32mf2()
35 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m1()
55 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m2()
75 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m4()
95 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i32m8()
115 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u32mf2()
135 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u32m1()
215 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f32mf2()
225 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f32m1()
[all …]

12345678910>>...177