]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sh.md (*movv4sf_i): Add general register cases to the constraints.
authorKaz Kojima <kkojima@gcc.gnu.org>
Tue, 13 Sep 2005 22:03:18 +0000 (22:03 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Tue, 13 Sep 2005 22:03:18 +0000 (22:03 +0000)
* config/sh/sh.md (*movv4sf_i): Add general register cases to
the constraints.

From-SVN: r104242

gcc/ChangeLog
gcc/config/sh/sh.md

index bde5734bac6541038a70b78ed654a7f366922001..90007c4d4bf07ca5d0cc5af8cc85fbdfca30e281 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-13  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * config/sh/sh.md (*movv4sf_i): Add general register cases to
+       the constraints.
+
 2005-09-13  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * config/rs6000/darwin.md (movdf_low_si): Mark the outgoing r constraint
index 4662b5327df754ca4a79abfdc1213e8dac41a567..d0ce5963c8370145dc014195f7e009967f7b816c 100644 (file)
@@ -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"