* config/s390/s390.c (load_multiple_operation): Allow both SImode
commit9eabd191a7a44d1c06f624df5e7b9c2addc08b28
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Oct 2003 17:30:34 +0000 (24 17:30 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Oct 2003 17:30:34 +0000 (24 17:30 +0000)
tree33a47265c731a0af537f80ca725c3cd3c758837e
parent3a47b66be0bd7d293c8337e74aecdb95abe4fcb8
* config/s390/s390.c (load_multiple_operation): Allow both SImode
and DImode if word_mode is DImode.
(store_multiple_operation): Likewise.
* config/s390/s390.md ("load_multiple", "store_multiple"): Likewise.
("*load_multiple_di"): Allow only if word_mode == DImode.
("movqi"): Use LLGC whenever TARGET_ZARCH.
("fix_truncdfsi2"): Fix incorrect temporary size.
("fix_truncsfsi2"): Likewise.
("*bras_r", "*brasl_r", "*basr_r"): Remove predicate and constraint
string for function return value operand.
("*bras_tls", "*brasl_tls", "*basr_tls"): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72901 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/s390/s390.c
gcc/config/s390/s390.md