]> git.ipfire.org Git - thirdparty/gcc.git/commit
predicates.md (vector_all_ones_operand): New.
authorEric Christopher <echristo@gcc.gnu.org>
Thu, 29 Jun 2006 20:42:54 +0000 (20:42 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Thu, 29 Jun 2006 20:42:54 +0000 (20:42 +0000)
commit5656a184e839836bcacf8f8ed4b94b565159c190
treebdbc0fc4139526168815d26977ec3edc0a3f6db5
parentc8d560fa808c83063ffc3696ad829d1f30ff57f2
predicates.md (vector_all_ones_operand): New.

2006-06-29  Eric Christopher  <echristo@apple.com>
            Evan Cheng  <evan.cheng@apple.com>

        * predicates.md (vector_all_ones_operand): New.
        (nonimmediate_or_sse_const_operand): Ditto.
        * config/i386/i386-protos.h (standard_sse_constant_opcode): Declare.
        * config/i386/i386.c (standard_sse_constant_opcode): Define.
        (standard_sse_mode_p): Ditto.
        (standard_sse_constant_p): Add case for -1 vector.
        (ix86_expand_vector_move): Try to use.
        * sse.md (*mov<mode>_internal): Use nonimmediate_or_sse_const_operand.
        Call standard_sse_constant_opcode.
        (*movv4sf_internal): Ditto.
        (*movv2df_internal): Ditto.

From-SVN: r115077
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c
gcc/config/i386/predicates.md
gcc/config/i386/sse.md