Skip to content

Commit

Permalink
[Auto-gen] Update bfloat16 tests under ../auto-generated. (make git-c…
Browse files Browse the repository at this point in the history
…ommit-autogen-bf16-test)
  • Loading branch information
eopXD authored and 4vtomat committed Jun 4, 2024
1 parent d851bb5 commit 9d22b93
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 84 deletions.
48 changes: 24 additions & 24 deletions auto-generated/bfloat16/api-testing/vreinterpret.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,28 @@ vbfloat16m8_t test_vreinterpret_v_i16m8_bf16m8(vint16m8_t src) {
return __riscv_vreinterpret_v_i16m8_bf16m8(src);
}

vbfloat16mf4_t test_vreinterpret_v_ui16mf4_bf16mf4(vuint16mf4_t src) {
return __riscv_vreinterpret_v_ui16mf4_bf16mf4(src);
vbfloat16mf4_t test_vreinterpret_v_u16mf4_bf16mf4(vuint16mf4_t src) {
return __riscv_vreinterpret_v_u16mf4_bf16mf4(src);
}

vbfloat16mf2_t test_vreinterpret_v_ui16mf2_bf16mf2(vuint16mf2_t src) {
return __riscv_vreinterpret_v_ui16mf2_bf16mf2(src);
vbfloat16mf2_t test_vreinterpret_v_u16mf2_bf16mf2(vuint16mf2_t src) {
return __riscv_vreinterpret_v_u16mf2_bf16mf2(src);
}

vbfloat16m1_t test_vreinterpret_v_ui16m1_bf16m1(vuint16m1_t src) {
return __riscv_vreinterpret_v_ui16m1_bf16m1(src);
vbfloat16m1_t test_vreinterpret_v_u16m1_bf16m1(vuint16m1_t src) {
return __riscv_vreinterpret_v_u16m1_bf16m1(src);
}

vbfloat16m2_t test_vreinterpret_v_ui16m2_bf16m2(vuint16m2_t src) {
return __riscv_vreinterpret_v_ui16m2_bf16m2(src);
vbfloat16m2_t test_vreinterpret_v_u16m2_bf16m2(vuint16m2_t src) {
return __riscv_vreinterpret_v_u16m2_bf16m2(src);
}

vbfloat16m4_t test_vreinterpret_v_ui16m4_bf16m4(vuint16m4_t src) {
return __riscv_vreinterpret_v_ui16m4_bf16m4(src);
vbfloat16m4_t test_vreinterpret_v_u16m4_bf16m4(vuint16m4_t src) {
return __riscv_vreinterpret_v_u16m4_bf16m4(src);
}

vbfloat16m8_t test_vreinterpret_v_ui16m8_bf16m8(vuint16m8_t src) {
return __riscv_vreinterpret_v_ui16m8_bf16m8(src);
vbfloat16m8_t test_vreinterpret_v_u16m8_bf16m8(vuint16m8_t src) {
return __riscv_vreinterpret_v_u16m8_bf16m8(src);
}

vint16mf4_t test_vreinterpret_v_bf16mf4_i16mf4(vbfloat16mf4_t src) {
Expand All @@ -73,26 +73,26 @@ vint16m8_t test_vreinterpret_v_bf16m8_i16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_v_bf16m8_i16m8(src);
}

vuint16mf4_t test_vreinterpret_v_bf16mf4_ui16mf4(vbfloat16mf4_t src) {
return __riscv_vreinterpret_v_bf16mf4_ui16mf4(src);
vuint16mf4_t test_vreinterpret_v_bf16mf4_u16mf4(vbfloat16mf4_t src) {
return __riscv_vreinterpret_v_bf16mf4_u16mf4(src);
}

vuint16mf2_t test_vreinterpret_v_bf16mf2_ui16mf2(vbfloat16mf2_t src) {
return __riscv_vreinterpret_v_bf16mf2_ui16mf2(src);
vuint16mf2_t test_vreinterpret_v_bf16mf2_u16mf2(vbfloat16mf2_t src) {
return __riscv_vreinterpret_v_bf16mf2_u16mf2(src);
}

vuint16m1_t test_vreinterpret_v_bf16m1_ui16m1(vbfloat16m1_t src) {
return __riscv_vreinterpret_v_bf16m1_ui16m1(src);
vuint16m1_t test_vreinterpret_v_bf16m1_u16m1(vbfloat16m1_t src) {
return __riscv_vreinterpret_v_bf16m1_u16m1(src);
}

vuint16m2_t test_vreinterpret_v_bf16m2_ui16m2(vbfloat16m2_t src) {
return __riscv_vreinterpret_v_bf16m2_ui16m2(src);
vuint16m2_t test_vreinterpret_v_bf16m2_u16m2(vbfloat16m2_t src) {
return __riscv_vreinterpret_v_bf16m2_u16m2(src);
}

vuint16m4_t test_vreinterpret_v_bf16m4_ui16m4(vbfloat16m4_t src) {
return __riscv_vreinterpret_v_bf16m4_ui16m4(src);
vuint16m4_t test_vreinterpret_v_bf16m4_u16m4(vbfloat16m4_t src) {
return __riscv_vreinterpret_v_bf16m4_u16m4(src);
}

vuint16m8_t test_vreinterpret_v_bf16m8_ui16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_v_bf16m8_ui16m8(src);
vuint16m8_t test_vreinterpret_v_bf16m8_u16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_v_bf16m8_u16m8(src);
}
48 changes: 24 additions & 24 deletions auto-generated/bfloat16/llvm-api-tests/vreinterpret.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@ vbfloat16m8_t test_vreinterpret_v_i16m8_bf16m8(vint16m8_t src) {
return __riscv_vreinterpret_v_i16m8_bf16m8(src);
}

vbfloat16mf4_t test_vreinterpret_v_ui16mf4_bf16mf4(vuint16mf4_t src) {
return __riscv_vreinterpret_v_ui16mf4_bf16mf4(src);
vbfloat16mf4_t test_vreinterpret_v_u16mf4_bf16mf4(vuint16mf4_t src) {
return __riscv_vreinterpret_v_u16mf4_bf16mf4(src);
}

vbfloat16mf2_t test_vreinterpret_v_ui16mf2_bf16mf2(vuint16mf2_t src) {
return __riscv_vreinterpret_v_ui16mf2_bf16mf2(src);
vbfloat16mf2_t test_vreinterpret_v_u16mf2_bf16mf2(vuint16mf2_t src) {
return __riscv_vreinterpret_v_u16mf2_bf16mf2(src);
}

vbfloat16m1_t test_vreinterpret_v_ui16m1_bf16m1(vuint16m1_t src) {
return __riscv_vreinterpret_v_ui16m1_bf16m1(src);
vbfloat16m1_t test_vreinterpret_v_u16m1_bf16m1(vuint16m1_t src) {
return __riscv_vreinterpret_v_u16m1_bf16m1(src);
}

vbfloat16m2_t test_vreinterpret_v_ui16m2_bf16m2(vuint16m2_t src) {
return __riscv_vreinterpret_v_ui16m2_bf16m2(src);
vbfloat16m2_t test_vreinterpret_v_u16m2_bf16m2(vuint16m2_t src) {
return __riscv_vreinterpret_v_u16m2_bf16m2(src);
}

vbfloat16m4_t test_vreinterpret_v_ui16m4_bf16m4(vuint16m4_t src) {
return __riscv_vreinterpret_v_ui16m4_bf16m4(src);
vbfloat16m4_t test_vreinterpret_v_u16m4_bf16m4(vuint16m4_t src) {
return __riscv_vreinterpret_v_u16m4_bf16m4(src);
}

vbfloat16m8_t test_vreinterpret_v_ui16m8_bf16m8(vuint16m8_t src) {
return __riscv_vreinterpret_v_ui16m8_bf16m8(src);
vbfloat16m8_t test_vreinterpret_v_u16m8_bf16m8(vuint16m8_t src) {
return __riscv_vreinterpret_v_u16m8_bf16m8(src);
}

vint16mf4_t test_vreinterpret_v_bf16mf4_i16mf4(vbfloat16mf4_t src) {
Expand All @@ -78,26 +78,26 @@ vint16m8_t test_vreinterpret_v_bf16m8_i16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_v_bf16m8_i16m8(src);
}

vuint16mf4_t test_vreinterpret_v_bf16mf4_ui16mf4(vbfloat16mf4_t src) {
return __riscv_vreinterpret_v_bf16mf4_ui16mf4(src);
vuint16mf4_t test_vreinterpret_v_bf16mf4_u16mf4(vbfloat16mf4_t src) {
return __riscv_vreinterpret_v_bf16mf4_u16mf4(src);
}

vuint16mf2_t test_vreinterpret_v_bf16mf2_ui16mf2(vbfloat16mf2_t src) {
return __riscv_vreinterpret_v_bf16mf2_ui16mf2(src);
vuint16mf2_t test_vreinterpret_v_bf16mf2_u16mf2(vbfloat16mf2_t src) {
return __riscv_vreinterpret_v_bf16mf2_u16mf2(src);
}

vuint16m1_t test_vreinterpret_v_bf16m1_ui16m1(vbfloat16m1_t src) {
return __riscv_vreinterpret_v_bf16m1_ui16m1(src);
vuint16m1_t test_vreinterpret_v_bf16m1_u16m1(vbfloat16m1_t src) {
return __riscv_vreinterpret_v_bf16m1_u16m1(src);
}

vuint16m2_t test_vreinterpret_v_bf16m2_ui16m2(vbfloat16m2_t src) {
return __riscv_vreinterpret_v_bf16m2_ui16m2(src);
vuint16m2_t test_vreinterpret_v_bf16m2_u16m2(vbfloat16m2_t src) {
return __riscv_vreinterpret_v_bf16m2_u16m2(src);
}

vuint16m4_t test_vreinterpret_v_bf16m4_ui16m4(vbfloat16m4_t src) {
return __riscv_vreinterpret_v_bf16m4_ui16m4(src);
vuint16m4_t test_vreinterpret_v_bf16m4_u16m4(vbfloat16m4_t src) {
return __riscv_vreinterpret_v_bf16m4_u16m4(src);
}

vuint16m8_t test_vreinterpret_v_bf16m8_ui16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_v_bf16m8_ui16m8(src);
vuint16m8_t test_vreinterpret_v_bf16m8_u16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_v_bf16m8_u16m8(src);
}
36 changes: 18 additions & 18 deletions auto-generated/bfloat16/llvm-overloaded-tests/vreinterpret.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@ vbfloat16m8_t test_vreinterpret_v_i16m8_bf16m8(vint16m8_t src) {
return __riscv_vreinterpret_bf16m8(src);
}

vbfloat16mf4_t test_vreinterpret_v_ui16mf4_bf16mf4(vuint16mf4_t src) {
vbfloat16mf4_t test_vreinterpret_v_u16mf4_bf16mf4(vuint16mf4_t src) {
return __riscv_vreinterpret_bf16mf4(src);
}

vbfloat16mf2_t test_vreinterpret_v_ui16mf2_bf16mf2(vuint16mf2_t src) {
vbfloat16mf2_t test_vreinterpret_v_u16mf2_bf16mf2(vuint16mf2_t src) {
return __riscv_vreinterpret_bf16mf2(src);
}

vbfloat16m1_t test_vreinterpret_v_ui16m1_bf16m1(vuint16m1_t src) {
vbfloat16m1_t test_vreinterpret_v_u16m1_bf16m1(vuint16m1_t src) {
return __riscv_vreinterpret_bf16m1(src);
}

vbfloat16m2_t test_vreinterpret_v_ui16m2_bf16m2(vuint16m2_t src) {
vbfloat16m2_t test_vreinterpret_v_u16m2_bf16m2(vuint16m2_t src) {
return __riscv_vreinterpret_bf16m2(src);
}

vbfloat16m4_t test_vreinterpret_v_ui16m4_bf16m4(vuint16m4_t src) {
vbfloat16m4_t test_vreinterpret_v_u16m4_bf16m4(vuint16m4_t src) {
return __riscv_vreinterpret_bf16m4(src);
}

vbfloat16m8_t test_vreinterpret_v_ui16m8_bf16m8(vuint16m8_t src) {
vbfloat16m8_t test_vreinterpret_v_u16m8_bf16m8(vuint16m8_t src) {
return __riscv_vreinterpret_bf16m8(src);
}

Expand Down Expand Up @@ -78,26 +78,26 @@ vint16m8_t test_vreinterpret_v_bf16m8_i16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_i16m8(src);
}

vuint16mf4_t test_vreinterpret_v_bf16mf4_ui16mf4(vbfloat16mf4_t src) {
return __riscv_vreinterpret_ui16mf4(src);
vuint16mf4_t test_vreinterpret_v_bf16mf4_u16mf4(vbfloat16mf4_t src) {
return __riscv_vreinterpret_u16mf4(src);
}

vuint16mf2_t test_vreinterpret_v_bf16mf2_ui16mf2(vbfloat16mf2_t src) {
return __riscv_vreinterpret_ui16mf2(src);
vuint16mf2_t test_vreinterpret_v_bf16mf2_u16mf2(vbfloat16mf2_t src) {
return __riscv_vreinterpret_u16mf2(src);
}

vuint16m1_t test_vreinterpret_v_bf16m1_ui16m1(vbfloat16m1_t src) {
return __riscv_vreinterpret_ui16m1(src);
vuint16m1_t test_vreinterpret_v_bf16m1_u16m1(vbfloat16m1_t src) {
return __riscv_vreinterpret_u16m1(src);
}

vuint16m2_t test_vreinterpret_v_bf16m2_ui16m2(vbfloat16m2_t src) {
return __riscv_vreinterpret_ui16m2(src);
vuint16m2_t test_vreinterpret_v_bf16m2_u16m2(vbfloat16m2_t src) {
return __riscv_vreinterpret_u16m2(src);
}

vuint16m4_t test_vreinterpret_v_bf16m4_ui16m4(vbfloat16m4_t src) {
return __riscv_vreinterpret_ui16m4(src);
vuint16m4_t test_vreinterpret_v_bf16m4_u16m4(vbfloat16m4_t src) {
return __riscv_vreinterpret_u16m4(src);
}

vuint16m8_t test_vreinterpret_v_bf16m8_ui16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_ui16m8(src);
vuint16m8_t test_vreinterpret_v_bf16m8_u16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_u16m8(src);
}
36 changes: 18 additions & 18 deletions auto-generated/bfloat16/overloaded-api-testing/vreinterpret.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@ vbfloat16m8_t test_vreinterpret_v_i16m8_bf16m8(vint16m8_t src) {
return __riscv_vreinterpret_bf16m8(src);
}

vbfloat16mf4_t test_vreinterpret_v_ui16mf4_bf16mf4(vuint16mf4_t src) {
vbfloat16mf4_t test_vreinterpret_v_u16mf4_bf16mf4(vuint16mf4_t src) {
return __riscv_vreinterpret_bf16mf4(src);
}

vbfloat16mf2_t test_vreinterpret_v_ui16mf2_bf16mf2(vuint16mf2_t src) {
vbfloat16mf2_t test_vreinterpret_v_u16mf2_bf16mf2(vuint16mf2_t src) {
return __riscv_vreinterpret_bf16mf2(src);
}

vbfloat16m1_t test_vreinterpret_v_ui16m1_bf16m1(vuint16m1_t src) {
vbfloat16m1_t test_vreinterpret_v_u16m1_bf16m1(vuint16m1_t src) {
return __riscv_vreinterpret_bf16m1(src);
}

vbfloat16m2_t test_vreinterpret_v_ui16m2_bf16m2(vuint16m2_t src) {
vbfloat16m2_t test_vreinterpret_v_u16m2_bf16m2(vuint16m2_t src) {
return __riscv_vreinterpret_bf16m2(src);
}

vbfloat16m4_t test_vreinterpret_v_ui16m4_bf16m4(vuint16m4_t src) {
vbfloat16m4_t test_vreinterpret_v_u16m4_bf16m4(vuint16m4_t src) {
return __riscv_vreinterpret_bf16m4(src);
}

vbfloat16m8_t test_vreinterpret_v_ui16m8_bf16m8(vuint16m8_t src) {
vbfloat16m8_t test_vreinterpret_v_u16m8_bf16m8(vuint16m8_t src) {
return __riscv_vreinterpret_bf16m8(src);
}

Expand Down Expand Up @@ -73,26 +73,26 @@ vint16m8_t test_vreinterpret_v_bf16m8_i16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_i16m8(src);
}

vuint16mf4_t test_vreinterpret_v_bf16mf4_ui16mf4(vbfloat16mf4_t src) {
return __riscv_vreinterpret_ui16mf4(src);
vuint16mf4_t test_vreinterpret_v_bf16mf4_u16mf4(vbfloat16mf4_t src) {
return __riscv_vreinterpret_u16mf4(src);
}

vuint16mf2_t test_vreinterpret_v_bf16mf2_ui16mf2(vbfloat16mf2_t src) {
return __riscv_vreinterpret_ui16mf2(src);
vuint16mf2_t test_vreinterpret_v_bf16mf2_u16mf2(vbfloat16mf2_t src) {
return __riscv_vreinterpret_u16mf2(src);
}

vuint16m1_t test_vreinterpret_v_bf16m1_ui16m1(vbfloat16m1_t src) {
return __riscv_vreinterpret_ui16m1(src);
vuint16m1_t test_vreinterpret_v_bf16m1_u16m1(vbfloat16m1_t src) {
return __riscv_vreinterpret_u16m1(src);
}

vuint16m2_t test_vreinterpret_v_bf16m2_ui16m2(vbfloat16m2_t src) {
return __riscv_vreinterpret_ui16m2(src);
vuint16m2_t test_vreinterpret_v_bf16m2_u16m2(vbfloat16m2_t src) {
return __riscv_vreinterpret_u16m2(src);
}

vuint16m4_t test_vreinterpret_v_bf16m4_ui16m4(vbfloat16m4_t src) {
return __riscv_vreinterpret_ui16m4(src);
vuint16m4_t test_vreinterpret_v_bf16m4_u16m4(vbfloat16m4_t src) {
return __riscv_vreinterpret_u16m4(src);
}

vuint16m8_t test_vreinterpret_v_bf16m8_ui16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_ui16m8(src);
vuint16m8_t test_vreinterpret_v_bf16m8_u16m8(vbfloat16m8_t src) {
return __riscv_vreinterpret_u16m8(src);
}

0 comments on commit 9d22b93

Please sign in to comment.