re PR target/18230 (SPARC VIS instructions are not generated by GCC)
authorJames A. Morrison <phython@gcc.gnu.org>
Wed, 10 Nov 2004 10:14:36 +0000 (10:14 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 10 Nov 2004 10:14:36 +0000 (10:14 +0000)
commit8393a290d26dfaa9d5ff3e7981a3b8a984645cc2
tree3f9d114444f1f6db74753f67485278c5a2da45a1
parentdda49b66a42edfaec8b1e8a88ab17902725cc2a2
re PR target/18230 (SPARC VIS instructions are not generated by GCC)

PR target/18230
(addsi3, subsi3): Set "fptype" attribute.
(addv2si, addv4hi, addv2hi, subv2si, subv4hi, subv2hi): New
patterns.

From-SVN: r90391
12 files changed:
gcc/ChangeLog
gcc/config/sparc/sparc.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/sparc/fpadd16.c [new file with mode: 0644]
gcc/testsuite/gcc.target/sparc/fpadd16s.c [new file with mode: 0644]
gcc/testsuite/gcc.target/sparc/fpadd32.c [new file with mode: 0644]
gcc/testsuite/gcc.target/sparc/fpadd32s.c [new file with mode: 0644]
gcc/testsuite/gcc.target/sparc/fpsub16.c [new file with mode: 0644]
gcc/testsuite/gcc.target/sparc/fpsub16s.c [new file with mode: 0644]
gcc/testsuite/gcc.target/sparc/fpsub32.c [new file with mode: 0644]
gcc/testsuite/gcc.target/sparc/fpsub32s.c [new file with mode: 0644]
gcc/testsuite/gcc.target/sparc/sparc.exp [new file with mode: 0644]