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] Wrappers for 12.7 Vector Integer Comparison
- Loading branch information
Showing
9 changed files
with
7,140 additions
and
0 deletions.
There are no files selected for viewing
684 changes: 684 additions & 0 deletions
684
clang/include/clang/Basic/riscv_vector_xtheadv_wrappers.td
Large diffs are not rendered by default.
Oops, something went wrong.
1,287 changes: 1,287 additions & 0 deletions
1,287
...test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/wrappers/vmseq.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
...test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/wrappers/vmsge.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
...est/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/wrappers/vmsgeu.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
...test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/wrappers/vmsgt.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
...est/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/wrappers/vmsgtu.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
...test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/wrappers/vmslt.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
...est/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/wrappers/vmsltu.c
Large diffs are not rendered by default.
Oops, something went wrong.
1,287 changes: 1,287 additions & 0 deletions
1,287
...test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/wrappers/vmsne.c
Large diffs are not rendered by default.
Oops, something went wrong.