]> git.ipfire.org Git - thirdparty/gcc.git/commit
LoongArch: Add tests for ASX vector xvsll/xvsrl instructions.
authorXiaolong Chen <chenxiaolong@loongson.cn>
Tue, 12 Sep 2023 07:44:49 +0000 (15:44 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Thu, 14 Sep 2023 00:39:59 +0000 (08:39 +0800)
commitfdf2eaf993825d8e2bcb55ffeab53dcbfc3483dd
tree2468be63293d9676daa5658c3db95434ce554efd
parent149cbe1eb74c6b2c19c9ad5eb544f57379c29e0d
LoongArch: Add tests for ASX vector xvsll/xvsrl instructions.

gcc/testsuite/ChangeLog:

* gcc.target/loongarch/vector/lasx/lasx-xvsll.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvslli.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsllwil-1.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsllwil-2.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsrl.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsrli.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsrln.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsrlni.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsrlr.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsrlri.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsrlrn.c: New test.
* gcc.target/loongarch/vector/lasx/lasx-xvsrlrni.c: New test.
12 files changed:
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsll.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvslli.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsllwil-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsllwil-2.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsrl.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsrli.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsrln.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsrlni.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsrlr.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsrlri.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsrlrn.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lasx/lasx-xvsrlrni.c [new file with mode: 0644]