ImmType Type
Represents an immediate value used in S390 instructions.
Union cases
| Union case | Description | 
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              ImmS16 int16
                  Parameters: 
 int16
                    
                     | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              ImmS32 int32
                  Parameters: 
 int32
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              ImmS8 int8
                  Parameters: 
 int8
                    
                     | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              ImmU16 uint16
                  Parameters: 
 uint16
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              ImmU32 uint32
                  Parameters: 
 uint32
                    
                     | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              ImmU8 uint8
                  Parameters: 
 uint8
                    
                     | 
          
            
  | 
        
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsImmS12
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsImmS16
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsImmS24
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsImmS32
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsImmS8
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsImmU12
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsImmU16
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsImmU32
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsImmU4
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsImmU8
                  Returns: bool
                  
                   | 
          
            
  | 
        
            B2R2