 b44b3449a0
			
		
	
	
		b44b3449a0
		
	
	
	
	
		
			
			This is an edge case for sure, but the logic that disallowed this case was faulty. Further, a few fixes scattered about can allow this to work. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
		
			
				
	
	
		
			14 lines
		
	
	
		
			340 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			340 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # This work is licensed under the terms of the GNU LGPL, version 2 or later.
 | |
| # See the COPYING.LIB file in the top-level directory.
 | |
| 
 | |
| %sub1 0:8
 | |
| %sub2 8:8
 | |
| %sub3 16:8
 | |
| %sub4 24:8
 | |
| 
 | |
| # Group with complete overlap of the two patterns
 | |
| {
 | |
|   top  00000000 00000000 00000000 00000000
 | |
|   sub4 ........ ........ ........ ........ %sub1 %sub2 %sub3 %sub4
 | |
| }
 |