OSDN Git Service

PR target/41019
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Aug 2009 10:31:09 +0000 (10:31 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Aug 2009 10:31:09 +0000 (10:31 +0000)
commit17e313b073e2af7095139a8ee2950892fc4997b2
tree9a7c526dfaa2ff8b3a0e7551ef2e56ef87703395
parent22c0462d89c7d7031a84d63df537c3f8beab8df9
PR target/41019
* config/i386/sse.md (SSEMODE124C8): New mode iterator.
(vcond<SSEMODEF2P:mode>): Assert that operation is supported by
ix86_expand_fp_vcond.
(vcond<SSEMODE124C8:mode>): Use SSEMODE124C8 instead of SSEMODE124.
Assert that operation is supported by ix86_expand_int_vcond.
(vcondu<SSEMODE124C8:mode>): Ditto.

testsuite/ChangeLog:

PR target/41019
* gcc.target/i386/pr41019.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150738 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/sse.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr41019.c [new file with mode: 0644]