2005-07-07 Adrian Straetling <straetling@de.ibm.com>
commit805a133b6f279ab4e82b8749f0feaff0febe8b42
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2005 10:34:57 +0000 (7 10:34 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2005 10:34:57 +0000 (7 10:34 +0000)
treee301231c4747444ffc60804e49f5ac57ae82248a
parent4fa65e2f7e1f8c7d1c7a238cb93a5082b4aebd55
2005-07-07  Adrian Straetling  <straetling@de.ibm.com>

* config/s390/s390-protos.h (s390_expand_clrmem): Delete.
(s390_expand_setmem): New.
* config/s390/s390.c: Likewise.
(print_shift_count_operand): Truncate to 12 bits instead of 6.
Adapt comments.
* config/s390/s390.md: ("setmem<mode>"): Accept character as
general_operand.  Call new function "s390_expand_setmem".
("clrmem_long", "*clrmem_long"): Rewrite to ...
("setmem_long", "*setmem_long"): ... this.

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