mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 12:07:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			293 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			293 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/* The break instruction syntax, which is currently just what was in the BNF,
 | 
						|
 * is bad.  It really needs 2 arguments -- pop count (19:16, how many
 | 
						|
 * loops to break out of), and the IP count (15:0).  For now, this argument
 | 
						|
 * should cover 1 loop, and jumping 2 instructions.
 | 
						|
 */
 | 
						|
break 65538;
 |