]> git.ipfire.org Git - thirdparty/gcc.git/commit
LoongArch: Add tests for SX vector vfmadd/vfnmadd/vld/vst instructions.
authorXiaolong Chen <chenxiaolong@loongson.cn>
Tue, 12 Sep 2023 07:05:09 +0000 (15:05 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Thu, 14 Sep 2023 00:39:58 +0000 (08:39 +0800)
commita34a87adafcf06e69e731a7d1b9ff9cfad0c5349
treecc1e1f5c9488f554333d041ba357ea191dc1e9ed
parent574c88e038410da8746e6efe9e6d6dc712af4359
LoongArch: Add tests for SX vector vfmadd/vfnmadd/vld/vst instructions.

gcc/testsuite/ChangeLog:

* gcc.target/loongarch/vector/lsx/lsx-vfmadd_d.c: New test.
* gcc.target/loongarch/vector/lsx/lsx-vfmadd_s.c: New test.
* gcc.target/loongarch/vector/lsx/lsx-vfnmadd_d.c: New test.
* gcc.target/loongarch/vector/lsx/lsx-vfnmadd_s.c: New test.
* gcc.target/loongarch/vector/lsx/lsx-vld.c: New test.
* gcc.target/loongarch/vector/lsx/lsx-vst.c: New test.
gcc/testsuite/gcc.target/loongarch/vector/lsx/lsx-vfmadd_d.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lsx/lsx-vfmadd_s.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lsx/lsx-vfnmadd_d.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lsx/lsx-vfnmadd_s.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lsx/lsx-vld.c [new file with mode: 0644]
gcc/testsuite/gcc.target/loongarch/vector/lsx/lsx-vst.c [new file with mode: 0644]