Home
last modified time | relevance | path

Searched refs:vl (Results 76 – 100 of 5311) sorted by relevance

12345678910>>...213

/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
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 …]
H A Dvmadc.c36 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf8_b64()
46 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf8_b64()
78 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf4_b32()
88 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf4_b32()
120 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf2_b16()
130 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf2_b16()
162 return vmadc(op1, op2, vl); in test_vmadc_vv_i8m1_b8()
172 return vmadc(op1, op2, vl); in test_vmadc_vx_i8m1_b8()
204 return vmadc(op1, op2, vl); in test_vmadc_vv_i8m2_b4()
214 return vmadc(op1, op2, vl); in test_vmadc_vx_i8m2_b4()
[all …]
H A Dvmsbc.c36 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
46 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
78 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
88 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
120 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf2_b16()
130 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf2_b16()
162 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
172 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
204 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
214 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/RISCV/rvv-intrinsics/
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-overloaded/
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 …]
H A Dvmsbc.c36 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
46 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
78 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
88 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
120 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf2_b16()
130 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf2_b16()
162 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
172 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
204 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
214 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
[all …]
/dports/devel/libvanessa_logger/vanessa_logger-0.0.10/libvanessa_logger/
H A Dvanessa_logger.c191 if (!vl) { in __vanessa_logger_create()
204 return (vl); in __vanessa_logger_create()
220 if (!vl) { in __vanessa_logger_destroy()
225 free(vl); in __vanessa_logger_destroy()
244 if (!vl) { in __vanessa_logger_reset()
444 if (!vl || vl->type == __vanessa_logger_none) { in __vanessa_logger_reopen()
469 openlog(vl->ident, LOG_PID | vl->option, *(vl->data.d_syslog)); in __vanessa_logger_reopen()
528 memset(vl->buffer, 0, vl->buffer_len); in __vanessa_logger_do_fmt()
634 if (vl == NULL || vl->ready == __vanessa_logger_false in __vanessa_logger_log()
770 if (!vl) { in vanessa_logger_openlog_syslog_byname()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmadc.c33 return vmadc_vv_i8mf8_b64(op1, op2, vl); in test_vmadc_vv_i8mf8_b64()
42 return vmadc_vx_i8mf8_b64(op1, op2, vl); in test_vmadc_vx_i8mf8_b64()
71 return vmadc_vv_i8mf4_b32(op1, op2, vl); in test_vmadc_vv_i8mf4_b32()
80 return vmadc_vx_i8mf4_b32(op1, op2, vl); in test_vmadc_vx_i8mf4_b32()
147 return vmadc_vv_i8m1_b8(op1, op2, vl); in test_vmadc_vv_i8m1_b8()
156 return vmadc_vx_i8m1_b8(op1, op2, vl); in test_vmadc_vx_i8m1_b8()
185 return vmadc_vv_i8m2_b4(op1, op2, vl); in test_vmadc_vv_i8m2_b4()
194 return vmadc_vx_i8m2_b4(op1, op2, vl); in test_vmadc_vx_i8m2_b4()
223 return vmadc_vv_i8m4_b2(op1, op2, vl); in test_vmadc_vv_i8m4_b2()
232 return vmadc_vx_i8m4_b2(op1, op2, vl); in test_vmadc_vx_i8m4_b2()
[all …]
H A Dvmsbc.c33 return vmsbc_vv_i8mf8_b64(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
42 return vmsbc_vx_i8mf8_b64(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
71 return vmsbc_vv_i8mf4_b32(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
80 return vmsbc_vx_i8mf4_b32(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
147 return vmsbc_vv_i8m1_b8(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
156 return vmsbc_vx_i8m1_b8(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
185 return vmsbc_vv_i8m2_b4(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
194 return vmsbc_vx_i8m2_b4(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
223 return vmsbc_vv_i8m4_b2(op1, op2, vl); in test_vmsbc_vv_i8m4_b2()
232 return vmsbc_vx_i8m4_b2(op1, op2, vl); in test_vmsbc_vx_i8m4_b2()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvmadc.c33 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf8_b64()
42 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf8_b64()
71 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf4_b32()
80 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf4_b32()
109 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf2_b16()
118 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf2_b16()
147 return vmadc(op1, op2, vl); in test_vmadc_vv_i8m1_b8()
156 return vmadc(op1, op2, vl); in test_vmadc_vx_i8m1_b8()
185 return vmadc(op1, op2, vl); in test_vmadc_vv_i8m2_b4()
194 return vmadc(op1, op2, vl); in test_vmadc_vx_i8m2_b4()
[all …]
H A Dvmsbc.c31 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
40 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
67 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
76 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
103 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf2_b16()
112 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf2_b16()
139 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
148 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
175 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
184 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmsbc.c36 return vmsbc_vv_i8mf8_b64(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
46 return vmsbc_vx_i8mf8_b64(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
78 return vmsbc_vv_i8mf4_b32(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
88 return vmsbc_vx_i8mf4_b32(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
162 return vmsbc_vv_i8m1_b8(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
172 return vmsbc_vx_i8m1_b8(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
204 return vmsbc_vv_i8m2_b4(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
214 return vmsbc_vx_i8m2_b4(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
246 return vmsbc_vv_i8m4_b2(op1, op2, vl); in test_vmsbc_vv_i8m4_b2()
256 return vmsbc_vx_i8m4_b2(op1, op2, vl); in test_vmsbc_vx_i8m4_b2()
[all …]
H A Dvmadc.c36 return vmadc_vv_i8mf8_b64(op1, op2, vl); in test_vmadc_vv_i8mf8_b64()
46 return vmadc_vx_i8mf8_b64(op1, op2, vl); in test_vmadc_vx_i8mf8_b64()
78 return vmadc_vv_i8mf4_b32(op1, op2, vl); in test_vmadc_vv_i8mf4_b32()
88 return vmadc_vx_i8mf4_b32(op1, op2, vl); in test_vmadc_vx_i8mf4_b32()
162 return vmadc_vv_i8m1_b8(op1, op2, vl); in test_vmadc_vv_i8m1_b8()
172 return vmadc_vx_i8m1_b8(op1, op2, vl); in test_vmadc_vx_i8m1_b8()
204 return vmadc_vv_i8m2_b4(op1, op2, vl); in test_vmadc_vv_i8m2_b4()
214 return vmadc_vx_i8m2_b4(op1, op2, vl); in test_vmadc_vx_i8m2_b4()
246 return vmadc_vv_i8m4_b2(op1, op2, vl); in test_vmadc_vv_i8m4_b2()
256 return vmadc_vx_i8m4_b2(op1, op2, vl); in test_vmadc_vx_i8m4_b2()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvmsbc.c36 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
46 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
78 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
88 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
120 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf2_b16()
130 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf2_b16()
162 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
172 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
204 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
214 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
[all …]
H A Dvmadc.c36 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf8_b64()
46 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf8_b64()
78 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf4_b32()
88 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf4_b32()
120 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf2_b16()
130 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf2_b16()
162 return vmadc(op1, op2, vl); in test_vmadc_vv_i8m1_b8()
172 return vmadc(op1, op2, vl); in test_vmadc_vx_i8m1_b8()
204 return vmadc(op1, op2, vl); in test_vmadc_vv_i8m2_b4()
214 return vmadc(op1, op2, vl); in test_vmadc_vx_i8m2_b4()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmadc.c36 return vmadc_vv_i8mf8_b64(op1, op2, vl); in test_vmadc_vv_i8mf8_b64()
46 return vmadc_vx_i8mf8_b64(op1, op2, vl); in test_vmadc_vx_i8mf8_b64()
78 return vmadc_vv_i8mf4_b32(op1, op2, vl); in test_vmadc_vv_i8mf4_b32()
88 return vmadc_vx_i8mf4_b32(op1, op2, vl); in test_vmadc_vx_i8mf4_b32()
162 return vmadc_vv_i8m1_b8(op1, op2, vl); in test_vmadc_vv_i8m1_b8()
172 return vmadc_vx_i8m1_b8(op1, op2, vl); in test_vmadc_vx_i8m1_b8()
204 return vmadc_vv_i8m2_b4(op1, op2, vl); in test_vmadc_vv_i8m2_b4()
214 return vmadc_vx_i8m2_b4(op1, op2, vl); in test_vmadc_vx_i8m2_b4()
246 return vmadc_vv_i8m4_b2(op1, op2, vl); in test_vmadc_vv_i8m4_b2()
256 return vmadc_vx_i8m4_b2(op1, op2, vl); in test_vmadc_vx_i8m4_b2()
[all …]
H A Dvmsbc.c36 return vmsbc_vv_i8mf8_b64(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
46 return vmsbc_vx_i8mf8_b64(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
78 return vmsbc_vv_i8mf4_b32(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
88 return vmsbc_vx_i8mf4_b32(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
162 return vmsbc_vv_i8m1_b8(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
172 return vmsbc_vx_i8m1_b8(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
204 return vmsbc_vv_i8m2_b4(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
214 return vmsbc_vx_i8m2_b4(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
246 return vmsbc_vv_i8m4_b2(op1, op2, vl); in test_vmsbc_vv_i8m4_b2()
256 return vmsbc_vx_i8m4_b2(op1, op2, vl); in test_vmsbc_vx_i8m4_b2()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvmadc.c36 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf8_b64()
46 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf8_b64()
78 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf4_b32()
88 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf4_b32()
120 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf2_b16()
130 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf2_b16()
162 return vmadc(op1, op2, vl); in test_vmadc_vv_i8m1_b8()
172 return vmadc(op1, op2, vl); in test_vmadc_vx_i8m1_b8()
204 return vmadc(op1, op2, vl); in test_vmadc_vv_i8m2_b4()
214 return vmadc(op1, op2, vl); in test_vmadc_vx_i8m2_b4()
[all …]
H A Dvmsbc.c36 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
46 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
78 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
88 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
120 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf2_b16()
130 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf2_b16()
162 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
172 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
204 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
214 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmadc.c36 return vmadc_vv_i8mf8_b64(op1, op2, vl); in test_vmadc_vv_i8mf8_b64()
46 return vmadc_vx_i8mf8_b64(op1, op2, vl); in test_vmadc_vx_i8mf8_b64()
78 return vmadc_vv_i8mf4_b32(op1, op2, vl); in test_vmadc_vv_i8mf4_b32()
88 return vmadc_vx_i8mf4_b32(op1, op2, vl); in test_vmadc_vx_i8mf4_b32()
162 return vmadc_vv_i8m1_b8(op1, op2, vl); in test_vmadc_vv_i8m1_b8()
172 return vmadc_vx_i8m1_b8(op1, op2, vl); in test_vmadc_vx_i8m1_b8()
204 return vmadc_vv_i8m2_b4(op1, op2, vl); in test_vmadc_vv_i8m2_b4()
214 return vmadc_vx_i8m2_b4(op1, op2, vl); in test_vmadc_vx_i8m2_b4()
246 return vmadc_vv_i8m4_b2(op1, op2, vl); in test_vmadc_vv_i8m4_b2()
256 return vmadc_vx_i8m4_b2(op1, op2, vl); in test_vmadc_vx_i8m4_b2()
[all …]
H A Dvmsbc.c36 return vmsbc_vv_i8mf8_b64(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
46 return vmsbc_vx_i8mf8_b64(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
78 return vmsbc_vv_i8mf4_b32(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
88 return vmsbc_vx_i8mf4_b32(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
162 return vmsbc_vv_i8m1_b8(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
172 return vmsbc_vx_i8m1_b8(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
204 return vmsbc_vv_i8m2_b4(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
214 return vmsbc_vx_i8m2_b4(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
246 return vmsbc_vv_i8m4_b2(op1, op2, vl); in test_vmsbc_vv_i8m4_b2()
256 return vmsbc_vx_i8m4_b2(op1, op2, vl); in test_vmsbc_vx_i8m4_b2()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/
H A Dvmadc.c36 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf8_b64()
46 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf8_b64()
78 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf4_b32()
88 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf4_b32()
120 return vmadc(op1, op2, vl); in test_vmadc_vv_i8mf2_b16()
130 return vmadc(op1, op2, vl); in test_vmadc_vx_i8mf2_b16()
162 return vmadc(op1, op2, vl); in test_vmadc_vv_i8m1_b8()
172 return vmadc(op1, op2, vl); in test_vmadc_vx_i8m1_b8()
204 return vmadc(op1, op2, vl); in test_vmadc_vv_i8m2_b4()
214 return vmadc(op1, op2, vl); in test_vmadc_vx_i8m2_b4()
[all …]
H A Dvmsbc.c36 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
46 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
78 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
88 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
120 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8mf2_b16()
130 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8mf2_b16()
162 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
172 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
204 return vmsbc(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
214 return vmsbc(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/RISCV/rvv-intrinsics/
H A Dvmsbc.c36 return vmsbc_vv_i8mf8_b64(op1, op2, vl); in test_vmsbc_vv_i8mf8_b64()
46 return vmsbc_vx_i8mf8_b64(op1, op2, vl); in test_vmsbc_vx_i8mf8_b64()
78 return vmsbc_vv_i8mf4_b32(op1, op2, vl); in test_vmsbc_vv_i8mf4_b32()
88 return vmsbc_vx_i8mf4_b32(op1, op2, vl); in test_vmsbc_vx_i8mf4_b32()
162 return vmsbc_vv_i8m1_b8(op1, op2, vl); in test_vmsbc_vv_i8m1_b8()
172 return vmsbc_vx_i8m1_b8(op1, op2, vl); in test_vmsbc_vx_i8m1_b8()
204 return vmsbc_vv_i8m2_b4(op1, op2, vl); in test_vmsbc_vv_i8m2_b4()
214 return vmsbc_vx_i8m2_b4(op1, op2, vl); in test_vmsbc_vx_i8m2_b4()
246 return vmsbc_vv_i8m4_b2(op1, op2, vl); in test_vmsbc_vv_i8m4_b2()
256 return vmsbc_vx_i8m4_b2(op1, op2, vl); in test_vmsbc_vx_i8m4_b2()
[all …]
H A Dvmadc.c36 return vmadc_vv_i8mf8_b64(op1, op2, vl); in test_vmadc_vv_i8mf8_b64()
46 return vmadc_vx_i8mf8_b64(op1, op2, vl); in test_vmadc_vx_i8mf8_b64()
78 return vmadc_vv_i8mf4_b32(op1, op2, vl); in test_vmadc_vv_i8mf4_b32()
88 return vmadc_vx_i8mf4_b32(op1, op2, vl); in test_vmadc_vx_i8mf4_b32()
162 return vmadc_vv_i8m1_b8(op1, op2, vl); in test_vmadc_vv_i8m1_b8()
172 return vmadc_vx_i8m1_b8(op1, op2, vl); in test_vmadc_vx_i8m1_b8()
204 return vmadc_vv_i8m2_b4(op1, op2, vl); in test_vmadc_vv_i8m2_b4()
214 return vmadc_vx_i8m2_b4(op1, op2, vl); in test_vmadc_vx_i8m2_b4()
246 return vmadc_vv_i8m4_b2(op1, op2, vl); in test_vmadc_vv_i8m4_b2()
256 return vmadc_vx_i8m4_b2(op1, op2, vl); in test_vmadc_vx_i8m4_b2()
[all …]

12345678910>>...213