Re: [PATCH 1/7] s390: Constraints, predicates, and op letters for contiguous bitmasks

2012-11-06 Thread Andreas Krebbel
Hi, thanks for your patch. I've refreshed it to the latest revision and have added patterns for risbgn (risbg without clobbering CC) which has been added with zEC12. I've tested the patch on s390x with -march=z196. I think it is safe for EC12 as well. However I'll run some tests there later on.

[PATCH 1/7] s390: Constraints, predicates, and op letters for contiguous bitmasks

2012-08-09 Thread Richard Henderson
--- gcc/config/s390/constraints.md | 11 - gcc/config/s390/predicates.md |6 +++ gcc/config/s390/s390.c | 92 +++- gcc/config/s390/s390.md| 48 + 4 files changed, 90 insertions(+), 67 deletions(-) diff --git