s390.md ("*movdf_31"): Changed constraint from P to K.
2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.md ("*movdf_31"): Changed constraint from P to K. From-SVN: r103033
This commit is contained in:
parent
3c60bed51c
commit
4700982dd7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
|
||||
|
||||
* config/s390/s390.md ("*movdf_31"): Changed constraint from P to K.
|
||||
|
||||
2005-08-12 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config/arm/lib1funcs.asm: Error if __ARM_ARCH__ not set.
|
||||
|
|
|
@ -1396,7 +1396,7 @@
|
|||
|
||||
(define_insn "*movdf_31"
|
||||
[(set (match_operand:DF 0 "nonimmediate_operand" "=f,f,f,f,R,T,d,d,Q,S,d,o,Q")
|
||||
(match_operand:DF 1 "general_operand" "G,f,R,T,f,f,Q,S,d,d,dPm,d,Q"))]
|
||||
(match_operand:DF 1 "general_operand" "G,f,R,T,f,f,Q,S,d,d,dKm,d,Q"))]
|
||||
"!TARGET_64BIT"
|
||||
"@
|
||||
lzdr\t%0
|
||||
|
|
Loading…
Add table
Reference in a new issue