arm.md: Use "Uy" constraint for wcgr load/stores.

2005-01-22  Paul Brook  <paul@codesourcery.com>

	* config/arm/arm.md: Use "Uy" constraint for wcgr load/stores.

[[Split portion of a mixed commit.]]

From-SVN: r94080.2
This commit is contained in:
Paul Brook 2005-01-22 22:23:39 +00:00 committed by Paul Brook
parent 6fa5b3907c
commit b4b2332cf9
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-01-22 Paul Brook <paul@codesourcery.com>
* config/arm/arm.md: Use "Uy" constraint for wcgr load/stores.
2005-01-21 Mark Dettinger <dettinge@de.ibm.com>
* config/s390/s390.c (struct processor_costs): New fields

View File

@ -92,8 +92,8 @@
)
(define_insn "*iwmmxt_movsi_insn"
[(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r, m,z,r,?z,m,z")
(match_operand:SI 1 "general_operand" "rI,K,mi,r,r,z,m,z,z"))]
[(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r, m,z,r,?z,Uy,z")
(match_operand:SI 1 "general_operand" "rI,K,mi,r,r,z,Uy,z,z"))]
"TARGET_REALLY_IWMMXT
&& ( register_operand (operands[0], SImode)
|| register_operand (operands[1], SImode))"