forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Clang][XTHeadVector] Implement wrappers for 14.1-14.3 `vf{w}add/vf{w…
…}sub/vfmul/vf{r}div/vfrsub`
- Loading branch information
Showing
9 changed files
with
3,858 additions
and
0 deletions.
There are no files selected for viewing
353 changes: 353 additions & 0 deletions
353
clang/include/clang/Basic/riscv_vector_xtheadv_wrappers.td
Large diffs are not rendered by default.
Oops, something went wrong.
488 changes: 488 additions & 0 deletions
488
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating/wrappers/vfadd.c
Large diffs are not rendered by default.
Oops, something went wrong.
489 changes: 489 additions & 0 deletions
489
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating/wrappers/vfdiv.c
Large diffs are not rendered by default.
Oops, something went wrong.
488 changes: 488 additions & 0 deletions
488
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating/wrappers/vfmul.c
Large diffs are not rendered by default.
Oops, something went wrong.
248 changes: 248 additions & 0 deletions
248
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating/wrappers/vfrdiv.c
Large diffs are not rendered by default.
Oops, something went wrong.
248 changes: 248 additions & 0 deletions
248
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating/wrappers/vfrsub.c
Large diffs are not rendered by default.
Oops, something went wrong.
488 changes: 488 additions & 0 deletions
488
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating/wrappers/vfsub.c
Large diffs are not rendered by default.
Oops, something went wrong.
528 changes: 528 additions & 0 deletions
528
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating/wrappers/vfwadd.c
Large diffs are not rendered by default.
Oops, something went wrong.
528 changes: 528 additions & 0 deletions
528
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating/wrappers/vfwsub.c
Large diffs are not rendered by default.
Oops, something went wrong.