sh.md (*movv4sf_i): Add general register cases to the constraints.

* config/sh/sh.md (*movv4sf_i): Add general register cases to
	the constraints.

From-SVN: r104242
This commit is contained in:
Kaz Kojima 2005-09-13 22:03:18 +00:00
parent af8e89081e
commit 1894379210
2 changed files with 7 additions and 2 deletions

View 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

View 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"