OSDN Git Service

PR target/12902
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Jan 2005 19:14:39 +0000 (19:14 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Jan 2005 19:14:39 +0000 (19:14 +0000)
commit9309c9945b3d9044b5f1942beb749290ee5a63f2
tree52d655caee77394c15ebc4f8c9f7c2a69550afe2
parente9dd0d8c3e6846c1d8a46c6e6393f54ad490b142
    PR target/12902
        * config/i386/i386.md (sse_movhps, sse_movlps): Remove.
        (sse_shufps): Change operand 3 to const_int_operand.
        (sse2_storelps): Fix typo in template.
        (sse_storehps, sse_loadhps, sse_storelps, sse_loadlps): New.
        * config/i386/i386.c (ix86_expand_vector_move_misalign): Use them.
        (ix86_expand_builtin): Likewise.

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