OSDN Git Service

* config/i386/i386.c (ix86_split_ashldi): Special case op1 as one
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Sep 2004 18:00:49 +0000 (18:00 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Sep 2004 18:00:49 +0000 (18:00 +0000)
commitfb3f9da5498278c2c9c08789998f467a68bda159
tree47f88fcf83667c18889732010296a8f09cd360c2
parent0ab2f146a7e7365b8305a48edb84f38d73074281
    * config/i386/i386.c (ix86_split_ashldi): Special case op1 as one
        or minus one.
        (ix86_split_ashrdi, ix86_split_lshrdi): Clean up conditions for
        post-reload, and scratch NULL.
        * config/i386/i386.md (testqi_1): Use FLAGS_REG name.
        (x86_shift_adj_2): Use ix86_expand_clear.
        (ashldi3): Remove CMOVE expansion difference.
        (ashldi3_1): Remove.
        (*ashldi3_1): Rename from *ashldi3_2.  Use reg_or_pm1_operand and
        add constraints for immediates.  New peephole for split-with-temp.
        Run splitter after peep2 pass.
        (ashrdi3, ashrdi3_1, ashrdi3_2): Similarly.
        (lshrdi3, lshrdi3_1, lshrdi3_2): Similarly.
        (setcc_2): Rename with *.
        * config/i386/predicates.md (reg_or_pm1_operand): New.
        (ashldi_input_operand): New.

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