Home
last modified time | relevance | path

Searched refs:vl (Results 51 – 75 of 5311) sorted by relevance

12345678910>>...213

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvid.c13 vuint8mf8_t test_vid_v_u8mf8(size_t vl) { return vid_v_u8mf8(vl); } in test_vid_v_u8mf8() argument
21 vuint8mf4_t test_vid_v_u8mf4(size_t vl) { return vid_v_u8mf4(vl); } in test_vid_v_u8mf4() argument
29 vuint8mf2_t test_vid_v_u8mf2(size_t vl) { return vid_v_u8mf2(vl); } in test_vid_v_u8mf2() argument
37 vuint8m1_t test_vid_v_u8m1(size_t vl) { return vid_v_u8m1(vl); } in test_vid_v_u8m1() argument
45 vuint8m2_t test_vid_v_u8m2(size_t vl) { return vid_v_u8m2(vl); } in test_vid_v_u8m2() argument
53 vuint8m4_t test_vid_v_u8m4(size_t vl) { return vid_v_u8m4(vl); } in test_vid_v_u8m4() argument
61 vuint8m8_t test_vid_v_u8m8(size_t vl) { return vid_v_u8m8(vl); } in test_vid_v_u8m8() argument
85 vuint16m1_t test_vid_v_u16m1(size_t vl) { return vid_v_u16m1(vl); } in test_vid_v_u16m1() argument
93 vuint16m2_t test_vid_v_u16m2(size_t vl) { return vid_v_u16m2(vl); } in test_vid_v_u16m2() argument
101 vuint16m4_t test_vid_v_u16m4(size_t vl) { return vid_v_u16m4(vl); } in test_vid_v_u16m4() argument
[all …]
H A Dvfwcvt.c15 return vfwcvt_f_x_v_f32mf2(src, vl); in test_vfwcvt_f_x_v_f32mf2()
25 return vfwcvt_f_x_v_f32m1(src, vl); in test_vfwcvt_f_x_v_f32m1()
35 return vfwcvt_f_x_v_f32m2(src, vl); in test_vfwcvt_f_x_v_f32m2()
45 return vfwcvt_f_x_v_f32m4(src, vl); in test_vfwcvt_f_x_v_f32m4()
55 return vfwcvt_f_x_v_f32m8(src, vl); in test_vfwcvt_f_x_v_f32m8()
75 return vfwcvt_f_xu_v_f32m1(src, vl); in test_vfwcvt_f_xu_v_f32m1()
85 return vfwcvt_f_xu_v_f32m2(src, vl); in test_vfwcvt_f_xu_v_f32m2()
95 return vfwcvt_f_xu_v_f32m4(src, vl); in test_vfwcvt_f_xu_v_f32m4()
115 return vfwcvt_x_f_v_i64m1(src, vl); in test_vfwcvt_x_f_v_i64m1()
135 return vfwcvt_x_f_v_i64m2(src, vl); in test_vfwcvt_x_f_v_i64m2()
[all …]
H A Dvmul.c14 return vmul_vv_i8mf8(op1, op2, vl); in test_vmul_vv_i8mf8()
24 return vmul_vx_i8mf8(op1, op2, vl); in test_vmul_vx_i8mf8()
34 return vmul_vv_i8mf4(op1, op2, vl); in test_vmul_vv_i8mf4()
44 return vmul_vx_i8mf4(op1, op2, vl); in test_vmul_vx_i8mf4()
54 return vmul_vv_i8mf2(op1, op2, vl); in test_vmul_vv_i8mf2()
64 return vmul_vx_i8mf2(op1, op2, vl); in test_vmul_vx_i8mf2()
74 return vmul_vv_i8m1(op1, op2, vl); in test_vmul_vv_i8m1()
84 return vmul_vx_i8m1(op1, op2, vl); in test_vmul_vx_i8m1()
94 return vmul_vv_i8m2(op1, op2, vl); in test_vmul_vv_i8m2()
104 return vmul_vx_i8m2(op1, op2, vl); in test_vmul_vx_i8m2()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvid.c13 vuint8mf8_t test_vid_v_u8mf8(size_t vl) { return vid_v_u8mf8(vl); } in test_vid_v_u8mf8() argument
21 vuint8mf4_t test_vid_v_u8mf4(size_t vl) { return vid_v_u8mf4(vl); } in test_vid_v_u8mf4() argument
29 vuint8mf2_t test_vid_v_u8mf2(size_t vl) { return vid_v_u8mf2(vl); } in test_vid_v_u8mf2() argument
37 vuint8m1_t test_vid_v_u8m1(size_t vl) { return vid_v_u8m1(vl); } in test_vid_v_u8m1() argument
45 vuint8m2_t test_vid_v_u8m2(size_t vl) { return vid_v_u8m2(vl); } in test_vid_v_u8m2() argument
53 vuint8m4_t test_vid_v_u8m4(size_t vl) { return vid_v_u8m4(vl); } in test_vid_v_u8m4() argument
61 vuint8m8_t test_vid_v_u8m8(size_t vl) { return vid_v_u8m8(vl); } in test_vid_v_u8m8() argument
85 vuint16m1_t test_vid_v_u16m1(size_t vl) { return vid_v_u16m1(vl); } in test_vid_v_u16m1() argument
93 vuint16m2_t test_vid_v_u16m2(size_t vl) { return vid_v_u16m2(vl); } in test_vid_v_u16m2() argument
101 vuint16m4_t test_vid_v_u16m4(size_t vl) { return vid_v_u16m4(vl); } in test_vid_v_u16m4() argument
[all …]
H A Dvfwcvt.c15 return vfwcvt_f_x_v_f32mf2(src, vl); in test_vfwcvt_f_x_v_f32mf2()
25 return vfwcvt_f_x_v_f32m1(src, vl); in test_vfwcvt_f_x_v_f32m1()
35 return vfwcvt_f_x_v_f32m2(src, vl); in test_vfwcvt_f_x_v_f32m2()
45 return vfwcvt_f_x_v_f32m4(src, vl); in test_vfwcvt_f_x_v_f32m4()
55 return vfwcvt_f_x_v_f32m8(src, vl); in test_vfwcvt_f_x_v_f32m8()
75 return vfwcvt_f_xu_v_f32m1(src, vl); in test_vfwcvt_f_xu_v_f32m1()
85 return vfwcvt_f_xu_v_f32m2(src, vl); in test_vfwcvt_f_xu_v_f32m2()
95 return vfwcvt_f_xu_v_f32m4(src, vl); in test_vfwcvt_f_xu_v_f32m4()
115 return vfwcvt_x_f_v_i64m1(src, vl); in test_vfwcvt_x_f_v_i64m1()
135 return vfwcvt_x_f_v_i64m2(src, vl); in test_vfwcvt_x_f_v_i64m2()
[all …]
H A Dvmul.c14 return vmul_vv_i8mf8(op1, op2, vl); in test_vmul_vv_i8mf8()
24 return vmul_vx_i8mf8(op1, op2, vl); in test_vmul_vx_i8mf8()
34 return vmul_vv_i8mf4(op1, op2, vl); in test_vmul_vv_i8mf4()
44 return vmul_vx_i8mf4(op1, op2, vl); in test_vmul_vx_i8mf4()
54 return vmul_vv_i8mf2(op1, op2, vl); in test_vmul_vv_i8mf2()
64 return vmul_vx_i8mf2(op1, op2, vl); in test_vmul_vx_i8mf2()
74 return vmul_vv_i8m1(op1, op2, vl); in test_vmul_vv_i8m1()
84 return vmul_vx_i8m1(op1, op2, vl); in test_vmul_vx_i8m1()
94 return vmul_vv_i8m2(op1, op2, vl); in test_vmul_vv_i8m2()
104 return vmul_vx_i8m2(op1, op2, vl); in test_vmul_vx_i8m2()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvid.c13 vuint8mf8_t test_vid_v_u8mf8(size_t vl) { return vid_v_u8mf8(vl); } in test_vid_v_u8mf8() argument
21 vuint8mf4_t test_vid_v_u8mf4(size_t vl) { return vid_v_u8mf4(vl); } in test_vid_v_u8mf4() argument
29 vuint8mf2_t test_vid_v_u8mf2(size_t vl) { return vid_v_u8mf2(vl); } in test_vid_v_u8mf2() argument
37 vuint8m1_t test_vid_v_u8m1(size_t vl) { return vid_v_u8m1(vl); } in test_vid_v_u8m1() argument
45 vuint8m2_t test_vid_v_u8m2(size_t vl) { return vid_v_u8m2(vl); } in test_vid_v_u8m2() argument
53 vuint8m4_t test_vid_v_u8m4(size_t vl) { return vid_v_u8m4(vl); } in test_vid_v_u8m4() argument
61 vuint8m8_t test_vid_v_u8m8(size_t vl) { return vid_v_u8m8(vl); } in test_vid_v_u8m8() argument
85 vuint16m1_t test_vid_v_u16m1(size_t vl) { return vid_v_u16m1(vl); } in test_vid_v_u16m1() argument
93 vuint16m2_t test_vid_v_u16m2(size_t vl) { return vid_v_u16m2(vl); } in test_vid_v_u16m2() argument
101 vuint16m4_t test_vid_v_u16m4(size_t vl) { return vid_v_u16m4(vl); } in test_vid_v_u16m4() argument
[all …]
H A Dvfwcvt.c15 return vfwcvt_f_x_v_f32mf2(src, vl); in test_vfwcvt_f_x_v_f32mf2()
25 return vfwcvt_f_x_v_f32m1(src, vl); in test_vfwcvt_f_x_v_f32m1()
35 return vfwcvt_f_x_v_f32m2(src, vl); in test_vfwcvt_f_x_v_f32m2()
45 return vfwcvt_f_x_v_f32m4(src, vl); in test_vfwcvt_f_x_v_f32m4()
55 return vfwcvt_f_x_v_f32m8(src, vl); in test_vfwcvt_f_x_v_f32m8()
75 return vfwcvt_f_xu_v_f32m1(src, vl); in test_vfwcvt_f_xu_v_f32m1()
85 return vfwcvt_f_xu_v_f32m2(src, vl); in test_vfwcvt_f_xu_v_f32m2()
95 return vfwcvt_f_xu_v_f32m4(src, vl); in test_vfwcvt_f_xu_v_f32m4()
115 return vfwcvt_x_f_v_i64m1(src, vl); in test_vfwcvt_x_f_v_i64m1()
135 return vfwcvt_x_f_v_i64m2(src, vl); in test_vfwcvt_x_f_v_i64m2()
[all …]
H A Dvmul.c14 return vmul_vv_i8mf8(op1, op2, vl); in test_vmul_vv_i8mf8()
24 return vmul_vx_i8mf8(op1, op2, vl); in test_vmul_vx_i8mf8()
34 return vmul_vv_i8mf4(op1, op2, vl); in test_vmul_vv_i8mf4()
44 return vmul_vx_i8mf4(op1, op2, vl); in test_vmul_vx_i8mf4()
54 return vmul_vv_i8mf2(op1, op2, vl); in test_vmul_vv_i8mf2()
64 return vmul_vx_i8mf2(op1, op2, vl); in test_vmul_vx_i8mf2()
74 return vmul_vv_i8m1(op1, op2, vl); in test_vmul_vv_i8m1()
84 return vmul_vx_i8m1(op1, op2, vl); in test_vmul_vx_i8m1()
94 return vmul_vv_i8m2(op1, op2, vl); in test_vmul_vv_i8m2()
104 return vmul_vx_i8m2(op1, op2, vl); in test_vmul_vx_i8m2()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvid.c13 vuint8mf8_t test_vid_v_u8mf8(size_t vl) { return vid_v_u8mf8(vl); } in test_vid_v_u8mf8() argument
21 vuint8mf4_t test_vid_v_u8mf4(size_t vl) { return vid_v_u8mf4(vl); } in test_vid_v_u8mf4() argument
29 vuint8mf2_t test_vid_v_u8mf2(size_t vl) { return vid_v_u8mf2(vl); } in test_vid_v_u8mf2() argument
37 vuint8m1_t test_vid_v_u8m1(size_t vl) { return vid_v_u8m1(vl); } in test_vid_v_u8m1() argument
45 vuint8m2_t test_vid_v_u8m2(size_t vl) { return vid_v_u8m2(vl); } in test_vid_v_u8m2() argument
53 vuint8m4_t test_vid_v_u8m4(size_t vl) { return vid_v_u8m4(vl); } in test_vid_v_u8m4() argument
61 vuint8m8_t test_vid_v_u8m8(size_t vl) { return vid_v_u8m8(vl); } in test_vid_v_u8m8() argument
85 vuint16m1_t test_vid_v_u16m1(size_t vl) { return vid_v_u16m1(vl); } in test_vid_v_u16m1() argument
93 vuint16m2_t test_vid_v_u16m2(size_t vl) { return vid_v_u16m2(vl); } in test_vid_v_u16m2() argument
101 vuint16m4_t test_vid_v_u16m4(size_t vl) { return vid_v_u16m4(vl); } in test_vid_v_u16m4() argument
[all …]
H A Dvfwcvt.c15 return vfwcvt_f_x_v_f32mf2(src, vl); in test_vfwcvt_f_x_v_f32mf2()
25 return vfwcvt_f_x_v_f32m1(src, vl); in test_vfwcvt_f_x_v_f32m1()
35 return vfwcvt_f_x_v_f32m2(src, vl); in test_vfwcvt_f_x_v_f32m2()
45 return vfwcvt_f_x_v_f32m4(src, vl); in test_vfwcvt_f_x_v_f32m4()
55 return vfwcvt_f_x_v_f32m8(src, vl); in test_vfwcvt_f_x_v_f32m8()
75 return vfwcvt_f_xu_v_f32m1(src, vl); in test_vfwcvt_f_xu_v_f32m1()
85 return vfwcvt_f_xu_v_f32m2(src, vl); in test_vfwcvt_f_xu_v_f32m2()
95 return vfwcvt_f_xu_v_f32m4(src, vl); in test_vfwcvt_f_xu_v_f32m4()
115 return vfwcvt_x_f_v_i64m1(src, vl); in test_vfwcvt_x_f_v_i64m1()
135 return vfwcvt_x_f_v_i64m2(src, vl); in test_vfwcvt_x_f_v_i64m2()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfncvt.c14 return vfncvt_x(src, vl); in test_vfncvt_x_f_w_i8mf8()
23 return vfncvt_rtz_x(src, vl); in test_vfncvt_rtz_x_f_w_i8mf8()
32 return vfncvt_x(src, vl); in test_vfncvt_x_f_w_i8mf4()
50 return vfncvt_x(src, vl); in test_vfncvt_x_f_w_i8mf2()
68 return vfncvt_x(src, vl); in test_vfncvt_x_f_w_i8m1()
86 return vfncvt_x(src, vl); in test_vfncvt_x_f_w_i8m2()
104 return vfncvt_x(src, vl); in test_vfncvt_x_f_w_i8m4()
122 return vfncvt_xu(src, vl); in test_vfncvt_xu_f_w_u8mf8()
140 return vfncvt_xu(src, vl); in test_vfncvt_xu_f_w_u8mf4()
230 return vfncvt_x(src, vl); in test_vfncvt_x_f_w_i16mf4()
[all …]
H A Dvfcvt.c14 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i16mf4()
23 return vfcvt_rtz_x(src, vl); in test_vfcvt_rtz_x_f_v_i16mf4()
32 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i16mf2()
50 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i16m1()
68 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i16m2()
86 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i16m4()
104 return vfcvt_x(src, vl); in test_vfcvt_x_f_v_i16m8()
122 return vfcvt_xu(src, vl); in test_vfcvt_xu_f_v_u16mf4()
230 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f16mf4()
239 return vfcvt_f(src, vl); in test_vfcvt_f_x_v_f16mf2()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvfncvt.c15 return vfncvt_x_f_w_i8mf8(src, vl); in test_vfncvt_x_f_w_i8mf8()
24 return vfncvt_rtz_x_f_w_i8mf8(src, vl); in test_vfncvt_rtz_x_f_w_i8mf8()
33 return vfncvt_x_f_w_i8mf4(src, vl); in test_vfncvt_x_f_w_i8mf4()
51 return vfncvt_x_f_w_i8mf2(src, vl); in test_vfncvt_x_f_w_i8mf2()
69 return vfncvt_x_f_w_i8m1(src, vl); in test_vfncvt_x_f_w_i8m1()
87 return vfncvt_x_f_w_i8m2(src, vl); in test_vfncvt_x_f_w_i8m2()
105 return vfncvt_x_f_w_i8m4(src, vl); in test_vfncvt_x_f_w_i8m4()
123 return vfncvt_xu_f_w_u8mf8(src, vl); in test_vfncvt_xu_f_w_u8mf8()
177 return vfncvt_xu_f_w_u8m1(src, vl); in test_vfncvt_xu_f_w_u8m1()
195 return vfncvt_xu_f_w_u8m2(src, vl); in test_vfncvt_xu_f_w_u8m2()
[all …]
H A Dvfcvt.c15 return vfcvt_x_f_v_i16mf4(src, vl); in test_vfcvt_x_f_v_i16mf4()
24 return vfcvt_rtz_x_f_v_i16mf4(src, vl); in test_vfcvt_rtz_x_f_v_i16mf4()
33 return vfcvt_x_f_v_i16mf2(src, vl); in test_vfcvt_x_f_v_i16mf2()
51 return vfcvt_x_f_v_i16m1(src, vl); in test_vfcvt_x_f_v_i16m1()
69 return vfcvt_x_f_v_i16m2(src, vl); in test_vfcvt_x_f_v_i16m2()
87 return vfcvt_x_f_v_i16m4(src, vl); in test_vfcvt_x_f_v_i16m4()
105 return vfcvt_x_f_v_i16m8(src, vl); in test_vfcvt_x_f_v_i16m8()
249 return vfcvt_f_x_v_f16m1(src, vl); in test_vfcvt_f_x_v_f16m1()
258 return vfcvt_f_x_v_f16m2(src, vl); in test_vfcvt_f_x_v_f16m2()
267 return vfcvt_f_x_v_f16m4(src, vl); in test_vfcvt_f_x_v_f16m4()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfwcvt.c15 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32mf2()
25 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m1()
35 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m2()
45 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m4()
55 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m8()
65 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32mf2()
75 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m1()
85 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m2()
95 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m4()
105 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m8()
[all …]
H A Dvmul.c14 return vmul(op1, op2, vl); in test_vmul_vv_i8mf8()
24 return vmul(op1, op2, vl); in test_vmul_vx_i8mf8()
34 return vmul(op1, op2, vl); in test_vmul_vv_i8mf4()
44 return vmul(op1, op2, vl); in test_vmul_vx_i8mf4()
54 return vmul(op1, op2, vl); in test_vmul_vv_i8mf2()
64 return vmul(op1, op2, vl); in test_vmul_vx_i8mf2()
74 return vmul(op1, op2, vl); in test_vmul_vv_i8m1()
84 return vmul(op1, op2, vl); in test_vmul_vx_i8m1()
94 return vmul(op1, op2, vl); in test_vmul_vv_i8m2()
104 return vmul(op1, op2, vl); in test_vmul_vx_i8m2()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvfwcvt.c15 return vfwcvt_f_x_v_f32mf2(src, vl); in test_vfwcvt_f_x_v_f32mf2()
25 return vfwcvt_f_x_v_f32m1(src, vl); in test_vfwcvt_f_x_v_f32m1()
35 return vfwcvt_f_x_v_f32m2(src, vl); in test_vfwcvt_f_x_v_f32m2()
45 return vfwcvt_f_x_v_f32m4(src, vl); in test_vfwcvt_f_x_v_f32m4()
55 return vfwcvt_f_x_v_f32m8(src, vl); in test_vfwcvt_f_x_v_f32m8()
75 return vfwcvt_f_xu_v_f32m1(src, vl); in test_vfwcvt_f_xu_v_f32m1()
85 return vfwcvt_f_xu_v_f32m2(src, vl); in test_vfwcvt_f_xu_v_f32m2()
95 return vfwcvt_f_xu_v_f32m4(src, vl); in test_vfwcvt_f_xu_v_f32m4()
115 return vfwcvt_x_f_v_i64m1(src, vl); in test_vfwcvt_x_f_v_i64m1()
135 return vfwcvt_x_f_v_i64m2(src, vl); in test_vfwcvt_x_f_v_i64m2()
[all …]
H A Dvmul.c14 return vmul_vv_i8mf8(op1, op2, vl); in test_vmul_vv_i8mf8()
24 return vmul_vx_i8mf8(op1, op2, vl); in test_vmul_vx_i8mf8()
34 return vmul_vv_i8mf4(op1, op2, vl); in test_vmul_vv_i8mf4()
44 return vmul_vx_i8mf4(op1, op2, vl); in test_vmul_vx_i8mf4()
54 return vmul_vv_i8mf2(op1, op2, vl); in test_vmul_vv_i8mf2()
64 return vmul_vx_i8mf2(op1, op2, vl); in test_vmul_vx_i8mf2()
74 return vmul_vv_i8m1(op1, op2, vl); in test_vmul_vv_i8m1()
84 return vmul_vx_i8m1(op1, op2, vl); in test_vmul_vx_i8m1()
94 return vmul_vv_i8m2(op1, op2, vl); in test_vmul_vv_i8m2()
104 return vmul_vx_i8m2(op1, op2, vl); in test_vmul_vx_i8m2()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfwcvt.c15 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32mf2()
25 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m1()
35 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m2()
45 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m4()
55 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m8()
65 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32mf2()
75 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m1()
85 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m2()
95 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m4()
105 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m8()
[all …]
H A Dvmul.c14 return vmul(op1, op2, vl); in test_vmul_vv_i8mf8()
24 return vmul(op1, op2, vl); in test_vmul_vx_i8mf8()
34 return vmul(op1, op2, vl); in test_vmul_vv_i8mf4()
44 return vmul(op1, op2, vl); in test_vmul_vx_i8mf4()
54 return vmul(op1, op2, vl); in test_vmul_vv_i8mf2()
64 return vmul(op1, op2, vl); in test_vmul_vx_i8mf2()
74 return vmul(op1, op2, vl); in test_vmul_vv_i8m1()
84 return vmul(op1, op2, vl); in test_vmul_vx_i8m1()
94 return vmul(op1, op2, vl); in test_vmul_vv_i8m2()
104 return vmul(op1, op2, vl); in test_vmul_vx_i8m2()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfwcvt.c15 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32mf2()
25 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m1()
35 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m2()
45 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m4()
55 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m8()
65 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32mf2()
75 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m1()
85 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m2()
95 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m4()
105 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m8()
[all …]
H A Dvmul.c14 return vmul(op1, op2, vl); in test_vmul_vv_i8mf8()
24 return vmul(op1, op2, vl); in test_vmul_vx_i8mf8()
34 return vmul(op1, op2, vl); in test_vmul_vv_i8mf4()
44 return vmul(op1, op2, vl); in test_vmul_vx_i8mf4()
54 return vmul(op1, op2, vl); in test_vmul_vv_i8mf2()
64 return vmul(op1, op2, vl); in test_vmul_vx_i8mf2()
74 return vmul(op1, op2, vl); in test_vmul_vv_i8m1()
84 return vmul(op1, op2, vl); in test_vmul_vx_i8m1()
94 return vmul(op1, op2, vl); in test_vmul_vv_i8m2()
104 return vmul(op1, op2, vl); in test_vmul_vx_i8m2()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfwcvt.c15 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32mf2()
25 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m1()
35 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m2()
45 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m4()
55 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m8()
65 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32mf2()
75 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m1()
85 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m2()
95 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m4()
105 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m8()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvfwcvt.c15 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32mf2()
25 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m1()
35 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m2()
45 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m4()
55 return vfwcvt_f(src, vl); in test_vfwcvt_f_x_v_f32m8()
65 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32mf2()
75 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m1()
85 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m2()
95 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m4()
105 return vfwcvt_f(src, vl); in test_vfwcvt_f_xu_v_f32m8()
[all …]

12345678910>>...213