]> gcc.gnu.org Git - gcc.git/commit
(movdf+1): Use new 'T' and 'U' constraints to determine when an ldd or std will have...
authorJeff Law <law@gcc.gnu.org>
Wed, 22 Jul 1992 20:04:55 +0000 (14:04 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 22 Jul 1992 20:04:55 +0000 (14:04 -0600)
commite8d6096cebf3cb47d430503ac2e445a74d7edad6
treec8eab4ef195180e1eda69d2e49d4e0c80df4e587
parent7c56249dfc5c2b07aa44deab2baadbc3a1ce3894
(movdf+1): Use new 'T' and 'U' constraints to determine when an ldd or std will have a length of 1...

(movdf+1): Use new 'T' and 'U' constraints to
determine when an ldd or std will have a length of 1, and
therefore is eligible for use in some delay slots.
(uncond_branch): New attribute used for unconditional branches.
All unconditional branch patterns changed to use this attribute.
(define_delays and delay slot attributes): Do not allow
uncond_branch instructions in delay slots.  Do not allow fpload or
fpstore operations in a conditional branch delay slot.  Allow
fpload and fpstore in call, unconditional branch, and annuled
conditional branch delay slots.

From-SVN: r1663
gcc/config/sparc/sparc.md
This page took 0.059479 seconds and 5 git commands to generate.