diff options
author | Paul Brook <paul@codesourcery.com> | 2005-01-22 22:23:39 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2005-01-22 22:23:39 +0000 |
commit | b4b2332cf9a4c419552eff53487df67993106436 (patch) | |
tree | 73e106ffd3531b337422de45ffc26a73acc9aeef /gcc | |
parent | 6fa5b3907c5932477b6a16ed66bf980f1bbb53a1 (diff) | |
download | gcc-b4b2332cf9a4c419552eff53487df67993106436.zip gcc-b4b2332cf9a4c419552eff53487df67993106436.tar.gz gcc-b4b2332cf9a4c419552eff53487df67993106436.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/iwmmxt.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3206c93..46ad6d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/arm/iwmmxt.md b/gcc/config/arm/iwmmxt.md index 758847f..928ba37 100644 --- a/gcc/config/arm/iwmmxt.md +++ b/gcc/config/arm/iwmmxt.md @@ -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))" |