Operand Type
Represents an operand used in an S390 instruction.
Union cases
| Union case | Description | 
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              OpStore(Index, Base, Displacement)
                  Parameters: 
 Index
                    
                    Item2 : Base
                    
                    Item3 : Displacement
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              OpStoreLen(Length, Base, Displacement)
                  Parameters: 
 Length
                    
                    Item2 : Base
                    
                    Item3 : Displacement
                    
                     | 
          
            
  | 
        
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsOpImm
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsOpMask
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsOpRImm
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsOpReg
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsOpStore
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsOpStoreLen
                  Returns: bool
                  
                   | 
          
            
  | 
        
            B2R2