]> git.ipfire.org Git - thirdparty/gcc.git/commit
LoongArch: Add tests for ASX vector subtraction instructions.
authorXiaolong Chen <chenxiaolong@loongson.cn>
Tue, 12 Sep 2023 07:21:25 +0000 (15:21 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Thu, 14 Sep 2023 00:39:58 +0000 (08:39 +0800)
commit46af9034bf8282877395403ce93b83455758baeb
tree607bbda59e096da09c83570d420130d73ff8191a
parent1e3590533a074ae3b12a8776f6e5b80abb890db8
LoongArch: Add tests for ASX vector subtraction instructions.

gcc/testsuite/ChangeLog:

* gcc.target/loongarch/vector/lasx/lasx-xvssub-1.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvssub-2.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsub.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsubi.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsubwev-1.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsubwev-2.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsubwod-1.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsubwod-2.c: New test.
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvssub-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvssub-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsub.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsubi.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsubwev-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsubwev-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsubwod-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsubwod-2.c [new file with mode: 0644]