mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-14 12:55:06 +08:00
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:
parent
6fa5b3907c
commit
b4b2332cf9
@ -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
|
||||
|
@ -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))"
|
||||
|
Loading…
Reference in New Issue
Block a user