Skip to content

Commit

Permalink
[Auto-gen] Update tests under ../auto-generated. (make git-commit-aut…
Browse files Browse the repository at this point in the history
…ogen-test)
  • Loading branch information
eopXD committed Nov 4, 2023
1 parent 9bfb5e2 commit ca52c9d
Show file tree
Hide file tree
Showing 1,024 changed files with 10,574 additions and 10,832 deletions.
27 changes: 12 additions & 15 deletions auto-generated/api-testing/vle16.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ typedef _Float16 float16_t;
typedef float float32_t;
typedef double float64_t;

vfloat16mf4_t test_vle16_v_f16mf4(const float16_t *rs1, size_t vl) {
vfloat16mf4_t test_vle16_v_f16mf4(const _Float16 *rs1, size_t vl) {
return __riscv_vle16_v_f16mf4(rs1, vl);
}

vfloat16mf2_t test_vle16_v_f16mf2(const float16_t *rs1, size_t vl) {
vfloat16mf2_t test_vle16_v_f16mf2(const _Float16 *rs1, size_t vl) {
return __riscv_vle16_v_f16mf2(rs1, vl);
}

vfloat16m1_t test_vle16_v_f16m1(const float16_t *rs1, size_t vl) {
vfloat16m1_t test_vle16_v_f16m1(const _Float16 *rs1, size_t vl) {
return __riscv_vle16_v_f16m1(rs1, vl);
}

vfloat16m2_t test_vle16_v_f16m2(const float16_t *rs1, size_t vl) {
vfloat16m2_t test_vle16_v_f16m2(const _Float16 *rs1, size_t vl) {
return __riscv_vle16_v_f16m2(rs1, vl);
}

vfloat16m4_t test_vle16_v_f16m4(const float16_t *rs1, size_t vl) {
vfloat16m4_t test_vle16_v_f16m4(const _Float16 *rs1, size_t vl) {
return __riscv_vle16_v_f16m4(rs1, vl);
}

vfloat16m8_t test_vle16_v_f16m8(const float16_t *rs1, size_t vl) {
vfloat16m8_t test_vle16_v_f16m8(const _Float16 *rs1, size_t vl) {
return __riscv_vle16_v_f16m8(rs1, vl);
}

Expand Down Expand Up @@ -77,33 +77,30 @@ vuint16m8_t test_vle16_v_u16m8(const uint16_t *rs1, size_t vl) {
return __riscv_vle16_v_u16m8(rs1, vl);
}

vfloat16mf4_t test_vle16_v_f16mf4_m(vbool64_t vm, const float16_t *rs1,
vfloat16mf4_t test_vle16_v_f16mf4_m(vbool64_t vm, const _Float16 *rs1,
size_t vl) {
return __riscv_vle16_v_f16mf4_m(vm, rs1, vl);
}

vfloat16mf2_t test_vle16_v_f16mf2_m(vbool32_t vm, const float16_t *rs1,
vfloat16mf2_t test_vle16_v_f16mf2_m(vbool32_t vm, const _Float16 *rs1,
size_t vl) {
return __riscv_vle16_v_f16mf2_m(vm, rs1, vl);
}

vfloat16m1_t test_vle16_v_f16m1_m(vbool16_t vm, const float16_t *rs1,
vfloat16m1_t test_vle16_v_f16m1_m(vbool16_t vm, const _Float16 *rs1,
size_t vl) {
return __riscv_vle16_v_f16m1_m(vm, rs1, vl);
}

vfloat16m2_t test_vle16_v_f16m2_m(vbool8_t vm, const float16_t *rs1,
size_t vl) {
vfloat16m2_t test_vle16_v_f16m2_m(vbool8_t vm, const _Float16 *rs1, size_t vl) {
return __riscv_vle16_v_f16m2_m(vm, rs1, vl);
}

vfloat16m4_t test_vle16_v_f16m4_m(vbool4_t vm, const float16_t *rs1,
size_t vl) {
vfloat16m4_t test_vle16_v_f16m4_m(vbool4_t vm, const _Float16 *rs1, size_t vl) {
return __riscv_vle16_v_f16m4_m(vm, rs1, vl);
}

vfloat16m8_t test_vle16_v_f16m8_m(vbool2_t vm, const float16_t *rs1,
size_t vl) {
vfloat16m8_t test_vle16_v_f16m8_m(vbool2_t vm, const _Float16 *rs1, size_t vl) {
return __riscv_vle16_v_f16m8_m(vm, rs1, vl);
}

Expand Down
24 changes: 12 additions & 12 deletions auto-generated/api-testing/vle16ff.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@ typedef _Float16 float16_t;
typedef float float32_t;
typedef double float64_t;

vfloat16mf4_t test_vle16ff_v_f16mf4(const float16_t *rs1, size_t *new_vl,
vfloat16mf4_t test_vle16ff_v_f16mf4(const _Float16 *rs1, size_t *new_vl,
size_t vl) {
return __riscv_vle16ff_v_f16mf4(rs1, new_vl, vl);
}

vfloat16mf2_t test_vle16ff_v_f16mf2(const float16_t *rs1, size_t *new_vl,
vfloat16mf2_t test_vle16ff_v_f16mf2(const _Float16 *rs1, size_t *new_vl,
size_t vl) {
return __riscv_vle16ff_v_f16mf2(rs1, new_vl, vl);
}

vfloat16m1_t test_vle16ff_v_f16m1(const float16_t *rs1, size_t *new_vl,
vfloat16m1_t test_vle16ff_v_f16m1(const _Float16 *rs1, size_t *new_vl,
size_t vl) {
return __riscv_vle16ff_v_f16m1(rs1, new_vl, vl);
}

vfloat16m2_t test_vle16ff_v_f16m2(const float16_t *rs1, size_t *new_vl,
vfloat16m2_t test_vle16ff_v_f16m2(const _Float16 *rs1, size_t *new_vl,
size_t vl) {
return __riscv_vle16ff_v_f16m2(rs1, new_vl, vl);
}

vfloat16m4_t test_vle16ff_v_f16m4(const float16_t *rs1, size_t *new_vl,
vfloat16m4_t test_vle16ff_v_f16m4(const _Float16 *rs1, size_t *new_vl,
size_t vl) {
return __riscv_vle16ff_v_f16m4(rs1, new_vl, vl);
}

vfloat16m8_t test_vle16ff_v_f16m8(const float16_t *rs1, size_t *new_vl,
vfloat16m8_t test_vle16ff_v_f16m8(const _Float16 *rs1, size_t *new_vl,
size_t vl) {
return __riscv_vle16ff_v_f16m8(rs1, new_vl, vl);
}
Expand Down Expand Up @@ -91,32 +91,32 @@ vuint16m8_t test_vle16ff_v_u16m8(const uint16_t *rs1, size_t *new_vl,
return __riscv_vle16ff_v_u16m8(rs1, new_vl, vl);
}

vfloat16mf4_t test_vle16ff_v_f16mf4_m(vbool64_t vm, const float16_t *rs1,
vfloat16mf4_t test_vle16ff_v_f16mf4_m(vbool64_t vm, const _Float16 *rs1,
size_t *new_vl, size_t vl) {
return __riscv_vle16ff_v_f16mf4_m(vm, rs1, new_vl, vl);
}

vfloat16mf2_t test_vle16ff_v_f16mf2_m(vbool32_t vm, const float16_t *rs1,
vfloat16mf2_t test_vle16ff_v_f16mf2_m(vbool32_t vm, const _Float16 *rs1,
size_t *new_vl, size_t vl) {
return __riscv_vle16ff_v_f16mf2_m(vm, rs1, new_vl, vl);
}

vfloat16m1_t test_vle16ff_v_f16m1_m(vbool16_t vm, const float16_t *rs1,
vfloat16m1_t test_vle16ff_v_f16m1_m(vbool16_t vm, const _Float16 *rs1,
size_t *new_vl, size_t vl) {
return __riscv_vle16ff_v_f16m1_m(vm, rs1, new_vl, vl);
}

vfloat16m2_t test_vle16ff_v_f16m2_m(vbool8_t vm, const float16_t *rs1,
vfloat16m2_t test_vle16ff_v_f16m2_m(vbool8_t vm, const _Float16 *rs1,
size_t *new_vl, size_t vl) {
return __riscv_vle16ff_v_f16m2_m(vm, rs1, new_vl, vl);
}

vfloat16m4_t test_vle16ff_v_f16m4_m(vbool4_t vm, const float16_t *rs1,
vfloat16m4_t test_vle16ff_v_f16m4_m(vbool4_t vm, const _Float16 *rs1,
size_t *new_vl, size_t vl) {
return __riscv_vle16ff_v_f16m4_m(vm, rs1, new_vl, vl);
}

vfloat16m8_t test_vle16ff_v_f16m8_m(vbool2_t vm, const float16_t *rs1,
vfloat16m8_t test_vle16ff_v_f16m8_m(vbool2_t vm, const _Float16 *rs1,
size_t *new_vl, size_t vl) {
return __riscv_vle16ff_v_f16m8_m(vm, rs1, new_vl, vl);
}
Expand Down
24 changes: 12 additions & 12 deletions auto-generated/api-testing/vloxei16.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@ typedef _Float16 float16_t;
typedef float float32_t;
typedef double float64_t;

vfloat16mf4_t test_vloxei16_v_f16mf4(const float16_t *rs1, vuint16mf4_t rs2,
vfloat16mf4_t test_vloxei16_v_f16mf4(const _Float16 *rs1, vuint16mf4_t rs2,
size_t vl) {
return __riscv_vloxei16_v_f16mf4(rs1, rs2, vl);
}

vfloat16mf2_t test_vloxei16_v_f16mf2(const float16_t *rs1, vuint16mf2_t rs2,
vfloat16mf2_t test_vloxei16_v_f16mf2(const _Float16 *rs1, vuint16mf2_t rs2,
size_t vl) {
return __riscv_vloxei16_v_f16mf2(rs1, rs2, vl);
}

vfloat16m1_t test_vloxei16_v_f16m1(const float16_t *rs1, vuint16m1_t rs2,
vfloat16m1_t test_vloxei16_v_f16m1(const _Float16 *rs1, vuint16m1_t rs2,
size_t vl) {
return __riscv_vloxei16_v_f16m1(rs1, rs2, vl);
}

vfloat16m2_t test_vloxei16_v_f16m2(const float16_t *rs1, vuint16m2_t rs2,
vfloat16m2_t test_vloxei16_v_f16m2(const _Float16 *rs1, vuint16m2_t rs2,
size_t vl) {
return __riscv_vloxei16_v_f16m2(rs1, rs2, vl);
}

vfloat16m4_t test_vloxei16_v_f16m4(const float16_t *rs1, vuint16m4_t rs2,
vfloat16m4_t test_vloxei16_v_f16m4(const _Float16 *rs1, vuint16m4_t rs2,
size_t vl) {
return __riscv_vloxei16_v_f16m4(rs1, rs2, vl);
}

vfloat16m8_t test_vloxei16_v_f16m8(const float16_t *rs1, vuint16m8_t rs2,
vfloat16m8_t test_vloxei16_v_f16m8(const _Float16 *rs1, vuint16m8_t rs2,
size_t vl) {
return __riscv_vloxei16_v_f16m8(rs1, rs2, vl);
}
Expand Down Expand Up @@ -287,32 +287,32 @@ vuint64m8_t test_vloxei16_v_u64m8(const uint64_t *rs1, vuint16m2_t rs2,
return __riscv_vloxei16_v_u64m8(rs1, rs2, vl);
}

vfloat16mf4_t test_vloxei16_v_f16mf4_m(vbool64_t vm, const float16_t *rs1,
vfloat16mf4_t test_vloxei16_v_f16mf4_m(vbool64_t vm, const _Float16 *rs1,
vuint16mf4_t rs2, size_t vl) {
return __riscv_vloxei16_v_f16mf4_m(vm, rs1, rs2, vl);
}

vfloat16mf2_t test_vloxei16_v_f16mf2_m(vbool32_t vm, const float16_t *rs1,
vfloat16mf2_t test_vloxei16_v_f16mf2_m(vbool32_t vm, const _Float16 *rs1,
vuint16mf2_t rs2, size_t vl) {
return __riscv_vloxei16_v_f16mf2_m(vm, rs1, rs2, vl);
}

vfloat16m1_t test_vloxei16_v_f16m1_m(vbool16_t vm, const float16_t *rs1,
vfloat16m1_t test_vloxei16_v_f16m1_m(vbool16_t vm, const _Float16 *rs1,
vuint16m1_t rs2, size_t vl) {
return __riscv_vloxei16_v_f16m1_m(vm, rs1, rs2, vl);
}

vfloat16m2_t test_vloxei16_v_f16m2_m(vbool8_t vm, const float16_t *rs1,
vfloat16m2_t test_vloxei16_v_f16m2_m(vbool8_t vm, const _Float16 *rs1,
vuint16m2_t rs2, size_t vl) {
return __riscv_vloxei16_v_f16m2_m(vm, rs1, rs2, vl);
}

vfloat16m4_t test_vloxei16_v_f16m4_m(vbool4_t vm, const float16_t *rs1,
vfloat16m4_t test_vloxei16_v_f16m4_m(vbool4_t vm, const _Float16 *rs1,
vuint16m4_t rs2, size_t vl) {
return __riscv_vloxei16_v_f16m4_m(vm, rs1, rs2, vl);
}

vfloat16m8_t test_vloxei16_v_f16m8_m(vbool2_t vm, const float16_t *rs1,
vfloat16m8_t test_vloxei16_v_f16m8_m(vbool2_t vm, const _Float16 *rs1,
vuint16m8_t rs2, size_t vl) {
return __riscv_vloxei16_v_f16m8_m(vm, rs1, rs2, vl);
}
Expand Down
20 changes: 10 additions & 10 deletions auto-generated/api-testing/vloxei32.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ typedef _Float16 float16_t;
typedef float float32_t;
typedef double float64_t;

vfloat16mf4_t test_vloxei32_v_f16mf4(const float16_t *rs1, vuint32mf2_t rs2,
vfloat16mf4_t test_vloxei32_v_f16mf4(const _Float16 *rs1, vuint32mf2_t rs2,
size_t vl) {
return __riscv_vloxei32_v_f16mf4(rs1, rs2, vl);
}

vfloat16mf2_t test_vloxei32_v_f16mf2(const float16_t *rs1, vuint32m1_t rs2,
vfloat16mf2_t test_vloxei32_v_f16mf2(const _Float16 *rs1, vuint32m1_t rs2,
size_t vl) {
return __riscv_vloxei32_v_f16mf2(rs1, rs2, vl);
}

vfloat16m1_t test_vloxei32_v_f16m1(const float16_t *rs1, vuint32m2_t rs2,
vfloat16m1_t test_vloxei32_v_f16m1(const _Float16 *rs1, vuint32m2_t rs2,
size_t vl) {
return __riscv_vloxei32_v_f16m1(rs1, rs2, vl);
}

vfloat16m2_t test_vloxei32_v_f16m2(const float16_t *rs1, vuint32m4_t rs2,
vfloat16m2_t test_vloxei32_v_f16m2(const _Float16 *rs1, vuint32m4_t rs2,
size_t vl) {
return __riscv_vloxei32_v_f16m2(rs1, rs2, vl);
}

vfloat16m4_t test_vloxei32_v_f16m4(const float16_t *rs1, vuint32m8_t rs2,
vfloat16m4_t test_vloxei32_v_f16m4(const _Float16 *rs1, vuint32m8_t rs2,
size_t vl) {
return __riscv_vloxei32_v_f16m4(rs1, rs2, vl);
}
Expand Down Expand Up @@ -263,27 +263,27 @@ vuint64m8_t test_vloxei32_v_u64m8(const uint64_t *rs1, vuint32m4_t rs2,
return __riscv_vloxei32_v_u64m8(rs1, rs2, vl);
}

vfloat16mf4_t test_vloxei32_v_f16mf4_m(vbool64_t vm, const float16_t *rs1,
vfloat16mf4_t test_vloxei32_v_f16mf4_m(vbool64_t vm, const _Float16 *rs1,
vuint32mf2_t rs2, size_t vl) {
return __riscv_vloxei32_v_f16mf4_m(vm, rs1, rs2, vl);
}

vfloat16mf2_t test_vloxei32_v_f16mf2_m(vbool32_t vm, const float16_t *rs1,
vfloat16mf2_t test_vloxei32_v_f16mf2_m(vbool32_t vm, const _Float16 *rs1,
vuint32m1_t rs2, size_t vl) {
return __riscv_vloxei32_v_f16mf2_m(vm, rs1, rs2, vl);
}

vfloat16m1_t test_vloxei32_v_f16m1_m(vbool16_t vm, const float16_t *rs1,
vfloat16m1_t test_vloxei32_v_f16m1_m(vbool16_t vm, const _Float16 *rs1,
vuint32m2_t rs2, size_t vl) {
return __riscv_vloxei32_v_f16m1_m(vm, rs1, rs2, vl);
}

vfloat16m2_t test_vloxei32_v_f16m2_m(vbool8_t vm, const float16_t *rs1,
vfloat16m2_t test_vloxei32_v_f16m2_m(vbool8_t vm, const _Float16 *rs1,
vuint32m4_t rs2, size_t vl) {
return __riscv_vloxei32_v_f16m2_m(vm, rs1, rs2, vl);
}

vfloat16m4_t test_vloxei32_v_f16m4_m(vbool4_t vm, const float16_t *rs1,
vfloat16m4_t test_vloxei32_v_f16m4_m(vbool4_t vm, const _Float16 *rs1,
vuint32m8_t rs2, size_t vl) {
return __riscv_vloxei32_v_f16m4_m(vm, rs1, rs2, vl);
}
Expand Down
16 changes: 8 additions & 8 deletions auto-generated/api-testing/vloxei64.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ typedef _Float16 float16_t;
typedef float float32_t;
typedef double float64_t;

vfloat16mf4_t test_vloxei64_v_f16mf4(const float16_t *rs1, vuint64m1_t rs2,
vfloat16mf4_t test_vloxei64_v_f16mf4(const _Float16 *rs1, vuint64m1_t rs2,
size_t vl) {
return __riscv_vloxei64_v_f16mf4(rs1, rs2, vl);
}

vfloat16mf2_t test_vloxei64_v_f16mf2(const float16_t *rs1, vuint64m2_t rs2,
vfloat16mf2_t test_vloxei64_v_f16mf2(const _Float16 *rs1, vuint64m2_t rs2,
size_t vl) {
return __riscv_vloxei64_v_f16mf2(rs1, rs2, vl);
}

vfloat16m1_t test_vloxei64_v_f16m1(const float16_t *rs1, vuint64m4_t rs2,
vfloat16m1_t test_vloxei64_v_f16m1(const _Float16 *rs1, vuint64m4_t rs2,
size_t vl) {
return __riscv_vloxei64_v_f16m1(rs1, rs2, vl);
}

vfloat16m2_t test_vloxei64_v_f16m2(const float16_t *rs1, vuint64m8_t rs2,
vfloat16m2_t test_vloxei64_v_f16m2(const _Float16 *rs1, vuint64m8_t rs2,
size_t vl) {
return __riscv_vloxei64_v_f16m2(rs1, rs2, vl);
}
Expand Down Expand Up @@ -224,22 +224,22 @@ vuint64m8_t test_vloxei64_v_u64m8(const uint64_t *rs1, vuint64m8_t rs2,
return __riscv_vloxei64_v_u64m8(rs1, rs2, vl);
}

vfloat16mf4_t test_vloxei64_v_f16mf4_m(vbool64_t vm, const float16_t *rs1,
vfloat16mf4_t test_vloxei64_v_f16mf4_m(vbool64_t vm, const _Float16 *rs1,
vuint64m1_t rs2, size_t vl) {
return __riscv_vloxei64_v_f16mf4_m(vm, rs1, rs2, vl);
}

vfloat16mf2_t test_vloxei64_v_f16mf2_m(vbool32_t vm, const float16_t *rs1,
vfloat16mf2_t test_vloxei64_v_f16mf2_m(vbool32_t vm, const _Float16 *rs1,
vuint64m2_t rs2, size_t vl) {
return __riscv_vloxei64_v_f16mf2_m(vm, rs1, rs2, vl);
}

vfloat16m1_t test_vloxei64_v_f16m1_m(vbool16_t vm, const float16_t *rs1,
vfloat16m1_t test_vloxei64_v_f16m1_m(vbool16_t vm, const _Float16 *rs1,
vuint64m4_t rs2, size_t vl) {
return __riscv_vloxei64_v_f16m1_m(vm, rs1, rs2, vl);
}

vfloat16m2_t test_vloxei64_v_f16m2_m(vbool8_t vm, const float16_t *rs1,
vfloat16m2_t test_vloxei64_v_f16m2_m(vbool8_t vm, const _Float16 *rs1,
vuint64m8_t rs2, size_t vl) {
return __riscv_vloxei64_v_f16m2_m(vm, rs1, rs2, vl);
}
Expand Down
Loading

0 comments on commit ca52c9d

Please sign in to comment.