OSDN Git Service

* i386.c (ix86_logical_operator): New function.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Mar 1998 12:43:42 +0000 (12:43 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Mar 1998 12:43:42 +0000 (12:43 +0000)
commit61bc40499584351421c179b4b442b18a2097e943
tree31dcee181d8f939ebc4a43b36beded033d5802ca
parentf729da53c1c65293fd51e89ecb5188128478164a
    * i386.c (ix86_logical_operator): New function.
        (split_di): Ensure that when a MEM is split, the resulting MEMs have
        SImode.
        * i386.md (anddi3, xordi3, iordi3): New patterns. Add a define_split
        to implement them.

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