]> git.ipfire.org Git - thirdparty/gcc.git/commit
LoongArch: Add tests for ASX vector comparison and selection instruction.
authorXiaolong Chen <chenxiaolong@loongson.cn>
Tue, 12 Sep 2023 08:11:04 +0000 (16:11 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Thu, 14 Sep 2023 00:42:59 +0000 (08:42 +0800)
commite2f9184e7b3f4d8cf12010f8aa771240a7c4131f
treed5bd9b1e1ca806b86ea8f52ba31a160c760a9df1
parent70784a0414877034cdc531b148dfb751239d8778
LoongArch: Add tests for ASX vector comparison and selection instruction.

gcc/testsuite/ChangeLog:

* gcc.target/loongarch/vector/lasx/lasx-xvseq.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvseqi.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsle-1.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsle-2.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvslei-1.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvslei-2.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvslt-1.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvslt-2.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvslti-1.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvslti-2.c: New test.
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvseq.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvseqi.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsle-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsle-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvslei-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvslei-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvslt-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvslt-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvslti-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvslti-2.c [new file with mode: 0644]