ns32k.md (movdi): Use "l" instead of "f" to match all registers capable of holding...
commit8056c5f22194f598f64b465121aa5906cf61fef9
authorIan Dall <ian@sibyl.beware.dropbear.id.au>
Fri, 20 Dec 2002 18:14:18 +0000 (20 18:14 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 20 Dec 2002 18:14:18 +0000 (20 10:14 -0800)
tree35ec80dc8efc1b3ffc3d4f4014b5bf6d44e18edd
parent4639c5c62cad530089ae4f00e971f2205977766a
ns32k.md (movdi): Use "l" instead of "f" to match all registers capable of holding a double float.

        * config/ns32k/ns32k.md (movdi): Use "l" instead of "f" to match
        all registers capable of holding a double float.
        (*rcond): change name of "reverse branch" insns to
        something more meaningful.
        (*rbgt, *rblt, *rbge, *rble): Reverse branches to handle IEEE
        comparisons properly.
        (*ffs): Change operand 0 from write to read-modify-write.
        (*ffsssi2): Drop constraints from define_expand.

        * config/ns32k/ns32k.h (STORE_RATIO, STORE_BY_PIECES): Avoid using
        MOVE_RATIO as default for store operations.

        * config/ns32k/ns32k.h (enum reg_class, REG_CLASS_NAMES): Add
        LONG_REGS class.
        (CANNOT_CHANGE_MODE_CLASS): Can't subreg LONG_REGS.
        (GO_IF_LEGITIMATE_ADDRESS): Remove spurious abort().
        * config/ns32k/ns32k.c (regclass_map): Add LONG_REGS class.

        * config/ns32k/STATUS: New File
        * config/ns32k/NOTES: New file.

From-SVN: r60370
gcc/ChangeLog
gcc/config/ns32k/NOTES [new file with mode: 0644]
gcc/config/ns32k/STATUS [new file with mode: 0644]
gcc/config/ns32k/ns32k.c
gcc/config/ns32k/ns32k.h
gcc/config/ns32k/ns32k.md