rs6000.md (P): Use TARGET_*BIT rather than comparing Pmode.
authorGeoffrey Keating <geoffk@apple.com>
Thu, 5 May 2005 05:09:12 +0000 (05:09 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 5 May 2005 05:09:12 +0000 (05:09 +0000)
commit0354e5d8b61664785e30c27c44138f3d1cbe83a3
tree33869c10adee17e9989f041961b68e6da75c7aba
parent1df5d87d8cdd5df3e993b226d950f08c330cb908
rs6000.md (P): Use TARGET_*BIT rather than comparing Pmode.

* config/rs6000/rs6000.md (P): Use TARGET_*BIT rather than
comparing Pmode.
(SDI): New.
(cmp): Delete.
(wd): New.
(add<mode>3, add<mode>3_internal1, add<mode>3_internal2,
add<mode>3_internal3, one_cmpl<mode>2, sub<mode>3, neg<mode>2,
clz<mode>2, ctz<mode>2, ffs<mode>2): New.
(addsi3, addsi3_internal1, addsi3_internal2, addsi3_internal3,
(one_cmplsi2, subsi3, negsi2, clzsi2, ctzsi2, ffssi2): Remove.
(adddi3, adddi3_internal1, adddi3_internal2, adddi3_internal3,
(one_cmpldi2, subdi3, negdi2, clzdi2, ctzdi2, ffsdi2): Remove.
(sync_compare_and_swap<mode>): Use <wd> rather than <cmp>.

From-SVN: r99262
gcc/ChangeLog
gcc/config/rs6000/rs6000.md