ShiftOp Type
Represents ARM32 shift operation types.
Union cases
| Union case | Description | 
            
                
              
              
                  Full Usage: 
                   
              ASR
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              LSL
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              LSR
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              ROR
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              RRX
                   | 
          
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsASR
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsLSL
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsLSR
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsROR
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsRRX
                  Returns: bool
                  
                   | 
          
            
  | 
        
            B2R2