Lines Matching refs:vs3
17 void test_vsoxei16_v_bf16mf4(__bf16 *rs1, vuint16mf4_t rs2, vbfloat16mf4_t vs3,
19 return __riscv_vsoxei16(rs1, rs2, vs3, vl);
28 void test_vsoxei16_v_bf16mf2(__bf16 *rs1, vuint16mf2_t rs2, vbfloat16mf2_t vs3,
30 return __riscv_vsoxei16(rs1, rs2, vs3, vl);
39 void test_vsoxei16_v_bf16m1(__bf16 *rs1, vuint16m1_t rs2, vbfloat16m1_t vs3,
41 return __riscv_vsoxei16(rs1, rs2, vs3, vl);
50 void test_vsoxei16_v_bf16m2(__bf16 *rs1, vuint16m2_t rs2, vbfloat16m2_t vs3,
52 return __riscv_vsoxei16(rs1, rs2, vs3, vl);
61 void test_vsoxei16_v_bf16m4(__bf16 *rs1, vuint16m4_t rs2, vbfloat16m4_t vs3,
63 return __riscv_vsoxei16(rs1, rs2, vs3, vl);
72 void test_vsoxei16_v_bf16m8(__bf16 *rs1, vuint16m8_t rs2, vbfloat16m8_t vs3,
74 return __riscv_vsoxei16(rs1, rs2, vs3, vl);
84 vbfloat16mf4_t vs3, size_t vl) {
85 return __riscv_vsoxei16(vm, rs1, rs2, vs3, vl);
95 vbfloat16mf2_t vs3, size_t vl) {
96 return __riscv_vsoxei16(vm, rs1, rs2, vs3, vl);
106 vbfloat16m1_t vs3, size_t vl) {
107 return __riscv_vsoxei16(vm, rs1, rs2, vs3, vl);
117 vbfloat16m2_t vs3, size_t vl) {
118 return __riscv_vsoxei16(vm, rs1, rs2, vs3, vl);
128 vbfloat16m4_t vs3, size_t vl) {
129 return __riscv_vsoxei16(vm, rs1, rs2, vs3, vl);
139 vbfloat16m8_t vs3, size_t vl) {
140 return __riscv_vsoxei16(vm, rs1, rs2, vs3, vl);