mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split the second two from the...
authorGavin Romig-Koch <gavin@cygnus.com>
Tue, 23 Nov 1999 19:18:48 +0000 (19:18 +0000)
committerGavin Romig-Koch <gavin@gcc.gnu.org>
Tue, 23 Nov 1999 19:18:48 +0000 (19:18 +0000)
commit76ee804272089646a4c554ddf6be4471fb589b62
treee157941225513aa19f4d86f264dc0438739ccb7b
parent1b8079e9d5f922a0c6a076b708b151f8cb5eb7ed
mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split the second two from the first.

* config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
the second two from the first.
(CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
* config/mips/mips.md (movcc,reload_incc,reload_outcc,
conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
ISA_HAS_FP4.
* config/mips/mips.c (mips_move_1word,gen_conditional_branch,
override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
ISA_HAS_FP4.

From-SVN: r30643
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md