From: Michael Hayes Date: Tue, 9 Feb 1999 18:50:19 +0000 (+0000) Subject: c4x.md (*movhf_noclobber, [...]): Use m constraint instead of QT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95d62815b5c001319c1e1f0b8746342e65dec86a;p=gcc.git c4x.md (*movhf_noclobber, [...]): Use m constraint instead of QT. * config/c4x/c4x.md (*movhf_noclobber, *movhi_noclobber): Use m constraint instead of QT. From-SVN: r25113 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6ead2b27f4d..152b2bc13af 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 10 15:46:10 1999 Michael Hayes + + * config/c4x/c4x.md (*movhf_noclobber, *movhi_noclobber): Use + m constraint instead of QT. + 1999-02-09 Brendan Kehoe * cpplib.c (special_symbol): Move IP to be declared in function diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index d49b4116cce..32908f83800 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -4859,10 +4859,9 @@ "ldfu\\t%1,%0" [(set_attr "type" "unary")]) -; The predicates could be tightened to disallow constants (define_insn "*movhf_noclobber" [(set (match_operand:HF 0 "src_operand" "=h,m") - (match_operand:HF 1 "src_operand" "HQT>,h"))] + (match_operand:HF 1 "src_operand" "Hm,h"))] "reg_operand (operands[0], HFmode) ^ reg_operand (operands[1], HFmode)" "#" [(set_attr "type" "multi,multi")]) @@ -5392,7 +5391,7 @@ ; votes for FP_REGS so we use dr as the constraints. (define_insn "*movhi_noclobber" [(set (match_operand:HI 0 "src_operand" "=dr,m") - (match_operand:HI 1 "src_operand" "drIQT>,r"))] + (match_operand:HI 1 "src_operand" "drIm,r"))] "reg_operand (operands[0], HImode) || reg_operand (operands[1], HImode)" "#"