Index: predicates.md

RCS file: /cvs/gcc/gcc/gcc/config/m68k/predicates.md,v retrieving revision 1.1 diff -u -p -r1.1 predicates.md — predicates.md 5 Apr 2005 01:59:58 -0000 1.1 +++ predicates.md 12 Apr 2005 10:33:49 -0000 @@ -194,3 +194,12 @@ { return MEM_P (op) && GET_CODE (XEXP (op, 0)) == PRE_DEC; }) + +;; fpu_operand + +(define_predicate “fpu_operand” + (match_code “const_double”) +{ + return ( TARGET_CFV4E ? 0 : general_operand (op, mode) ); + +})