s390.md ("*movdi_64"): Fix op_type attribute.

* config/s390/s390.md ("*movdi_64"): Fix op_type attribute.
	("*movdf_64"): Likewise.
	("*lshrdi3_64"): Likewise.

From-SVN: r58449
This commit is contained in:
Ulrich Weigand 2002-10-23 10:46:00 +00:00 committed by Ulrich Weigand
parent 0322255e2d
commit 513d7ed220
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2002-10-23 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md ("*movdi_64"): Fix op_type attribute.
("*movdf_64"): Likewise.
("*lshrdi3_64"): Likewise.
2002-10-21 Matthias Klose <doko@debian.org>
* Backport, without whitespace change:

View File

@ -957,7 +957,7 @@
ldr\\t%0,%1
ld\\t%0,%1
std\\t%1,%0"
[(set_attr "op_type" "RR,RXE,RXE,RR,RX,RX")
[(set_attr "op_type" "RRE,RXE,RXE,RR,RX,RX")
(set_attr "atype" "reg,mem,mem,reg,mem,mem")])
(define_insn "*movdi_31"
@ -1240,7 +1240,7 @@
lgr\\t%0,%1
lg\\t%0,%1
stg\\t%1,%0"
[(set_attr "op_type" "RR,RX,RX,RR,RXE,RXE")
[(set_attr "op_type" "RR,RX,RX,RRE,RXE,RXE")
(set_attr "atype" "reg,mem,mem,reg,mem,mem")])
(define_insn "*movdf_31"
@ -5472,7 +5472,7 @@
"@
srlg\\t%0,%1,%c2
srlg\\t%0,%1,0(%2)"
[(set_attr "op_type" "RS,RS")])
[(set_attr "op_type" "RSE,RSE")])
;
; lshrsi3 instruction pattern(s).