From 8eb28953c0a9cb48d9e477f4656f97323cfa9b44 Mon Sep 17 00:00:00 2001 From: kkojima Date: Tue, 13 Sep 2005 22:03:18 +0000 Subject: [PATCH] * config/sh/sh.md (*movv4sf_i): Add general register cases to the constraints. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104242 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/sh/sh.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bde5734bac6..90007c4d4bf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-09-13 Kaz Kojima + + * config/sh/sh.md (*movv4sf_i): Add general register cases to + the constraints. + 2005-09-13 Andrew Pinski * config/rs6000/darwin.md (movdf_low_si): Mark the outgoing r constraint diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 4662b5327df..d0ce5963c83 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -6213,8 +6213,8 @@ label: }") (define_insn_and_split "*movv4sf_i" - [(set (match_operand:V4SF 0 "nonimmediate_operand" "=f,f,m") - (match_operand:V4SF 1 "general_operand" "fZ,m,fZ"))] + [(set (match_operand:V4SF 0 "general_movdst_operand" "=f,rf,r,m,mf") + (match_operand:V4SF 1 "general_operand" "fm,rfm?,F?,f,rfZ?"))] "TARGET_SHMEDIA_FPU" "#" "&& reload_completed" -- 2.11.0