OSDN Git Service

* config/i386/i386.c (ix86_expand_vector_move): Use the mode
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Feb 2002 21:57:23 +0000 (21:57 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Feb 2002 21:57:23 +0000 (21:57 +0000)
commit36747d13adbc2d1f2329ef24ae39ce93a492cbfb
tree6d2a14cdcfe337cb01f96718208b12d5bcfbf6af
parent1012b320c60996375bc2a638b75c2e5a9ac8229c
    * config/i386/i386.c (ix86_expand_vector_move): Use the mode
        of the operand, rather than assuming TImode.
        (ix86_expand_binop_builtin): Cope with commutative patterns
        using nonimmediate_operand for both operands.
        (ix86_expand_timode_binop_builtin): Likewise.
        (ix86_expand_store_builtin): Validate operand 1.
        (ix86_expand_unop1_builtin): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49912 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c