2064.md ("z_int", "z_agen"): Ensure the condition matches no insns already matched...
authorUlrich Weigand <uweigand@de.ibm.com>
Sat, 6 Nov 2004 19:57:41 +0000 (19:57 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Sat, 6 Nov 2004 19:57:41 +0000 (19:57 +0000)
commit29a74354b004a576e785946c752a16c26d5e7281
tree4f831f5fa5c96b2383994ecb79b41ccb31af2dbf
parenta8f48325ac79f3237e0cb79613b8db3057cb0bba
2064.md ("z_int", "z_agen"): Ensure the condition matches no insns already matched by other reservations.

* config/s390/2064.md ("z_int", "z_agen"): Ensure the condition
matches no insns already matched by other reservations.
* config/s390/2084.md ("x_int", "x_agen"): Ensure the condition
matches no insns already matched by other reservations.
("x_ss"): Remove, replace by ...
("x_cs"): ... this new reservation.  Check type instead of op_type.
Update bypasses to use x_cs instead of x_ss.
("x_nn"): Remove, replace by ...
("x_other"): ... this new reservation.  Check type instead of op_type.
Add x_other and x_branch to bypasses.
("x_vs"): New reservation.
* config/s390/s390.md (attribute "type"): Default according to op_type.
("*execute"): Set type to "cs".

From-SVN: r90190
gcc/ChangeLog
gcc/config/s390/2064.md
gcc/config/s390/2084.md
gcc/config/s390/s390.md