From b3c90666df0131202f02ad1e4b1101c3b9287029 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 24 Aug 2004 20:43:57 +0000 Subject: mips.h (ISA_HAS_INT_CONDMOVE): Delete. * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): Delete. * config/mips/mips.c (print_operand): Fold %B/%b handling into %T/%t, using the mode of the operand to decide between them. * config/mips/mips.md (MOVECC): New mode macro. (ccreg): New mode attribute. (*mov{si,di,sf,df}_on_{cc,si,di}): Name formerly unnamed patterns. Redefine using :GPR and :MOVECC. Use %T and %t for the condition. (mov[sd]icc): Redefine using :GPR. From-SVN: r86515 --- gcc/config/mips/mips.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/config/mips/mips.h') diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 51f8952..2b7928a 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -824,9 +824,6 @@ extern const struct mips_cpu_info *mips_tune_info; && !TARGET_MIPS5500 \ && !TARGET_MIPS16) -/* ISA has just the integer condition move instructions (movn,movz) */ -#define ISA_HAS_INT_CONDMOVE 0 - /* ISA has the mips4 FP condition code instructions: FP-compare to CC, branch on CC, and move (both FP and non-FP) on CC. */ #define ISA_HAS_8CC (ISA_MIPS4 \ -- cgit v1.1