* config/bfin/bfin.md (<optab>di3): Now a define_expand which expands
commiteb0dea99491f8e87f0433e755d89028229057662
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 May 2007 11:00:00 +0000 (4 11:00 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 May 2007 11:00:00 +0000 (4 11:00 +0000)
tree5e90d244e8886c3b5560c49f27af20794970ee95
parent64447b3b385e5dcc7e9bfcedae00986e5016a7e8
* config/bfin/bfin.md (<optab>di3): Now a define_expand which expands
logical operations piecewise.
(<optab>di_zesidi_di, <optab>di_sesidi_di, negdi2, one_cmpldi2,
zero_extendsidi2, subdi_di_zesidi, subdi_zesidi_di, subdi_di_sesidi,
subdi_sesidi_di): Delete.
(add_with_carry): Produce carry in CC instead of a DREG to shorten
the generated sequence.  Allow three-reg add in constraints.  Rewrite
the rtl expression for carry to avoid zero_extend of a constant.
(sub_with_carry): New pattern.
(adddi3, subdi3): Change into define_expand.  For subtract, generate a
different sequence not involving jumps.
(notbi): Now a named pattern.

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