* config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
From-SVN: r64542
This commit is contained in:
parent
45183e0380
commit
fe03d631df
@ -1,3 +1,7 @@
|
||||
2003-03-18 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
|
||||
|
||||
Tue Mar 18 19:22:57 CET 2003 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
|
||||
|
@ -913,7 +913,8 @@
|
||||
#
|
||||
#
|
||||
mvc\\t%O0(16,%R0),%1"
|
||||
[(set_attr "op_type" "RSE,RSE,NN,NN,SS")])
|
||||
[(set_attr "op_type" "RSE,RSE,NN,NN,SS")
|
||||
(set_attr "type" "lm,stm,*,*,cs")])
|
||||
|
||||
(define_split
|
||||
[(set (match_operand:TI 0 "nonimmediate_operand" "")
|
||||
@ -1225,7 +1226,8 @@
|
||||
lh\\t%0,%1
|
||||
sth\\t%1,%0
|
||||
mvc\\t%O0(2,%R0),%1"
|
||||
[(set_attr "op_type" "RR,RI,RX,RX,SS")])
|
||||
[(set_attr "op_type" "RR,RI,RX,RX,SS")
|
||||
(set_attr "type" "lr,*,*,store,cs")])
|
||||
|
||||
(define_peephole2
|
||||
[(set (match_operand:HI 0 "register_operand" "")
|
||||
@ -1266,7 +1268,8 @@
|
||||
stc\\t%1,%0
|
||||
mvi\\t%0,%b1
|
||||
mvc\\t%O0(1,%R0),%1"
|
||||
[(set_attr "op_type" "RR,RI,RX,RX,SI,SS")])
|
||||
[(set_attr "op_type" "RR,RI,RX,RX,SI,SS")
|
||||
(set_attr "type" "lr,*,*,store,store,cs")])
|
||||
|
||||
(define_peephole2
|
||||
[(set (match_operand:QI 0 "nonimmediate_operand" "")
|
||||
|
Loading…
Reference in New Issue
Block a user