12 lines
		
	
	
		
			415 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			415 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: help.markup help.syntax kernel math ;
							 | 
						||
| 
								 | 
							
								IN: compiler.cfg.value-numbering.rewrite
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								HELP: vreg-immediate-arithmetic?
							 | 
						||
| 
								 | 
							
								{ $values { "vreg" "vreg" } { "?" boolean } }
							 | 
						||
| 
								 | 
							
								{ $description "Checks if the 'vreg' is an immediate value in " { $link fixnum } " range." } ;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ARTICLE: "compiler.cfg.value-numbering.rewrite" "Value numbering utilities"
							 | 
						||
| 
								 | 
							
								"Value numbering utilities" ;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ABOUT: "compiler.cfg.value-numbering.rewrite"
							 |