Commit 18943792 by Kaz Kojima

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
parent af8e8908
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
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment