forked from eden-emu/eden
		
	emitter: Get rid of CanDoOpWith
This was removed in Dolphin as there were no particular uses for it. I'm sure the same will apply to citra.
This commit is contained in:
		
							parent
							
								
									fad503ce71
								
							
						
					
					
						commit
						eaf4973993
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		|  | @ -190,13 +190,6 @@ struct OpArg | ||||||
|         return IsSimpleReg() && GetSimpleReg() == reg; |         return IsSimpleReg() && GetSimpleReg() == reg; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     bool CanDoOpWith(const OpArg &other) const |  | ||||||
|     { |  | ||||||
|         if (IsSimpleReg()) return true; |  | ||||||
|         if (!IsSimpleReg() && !other.IsSimpleReg() && !other.IsImm()) return false; |  | ||||||
|         return true; |  | ||||||
|     } |  | ||||||
| 
 |  | ||||||
|     int GetImmBits() const |     int GetImmBits() const | ||||||
|     { |     { | ||||||
|         switch (scale) |         switch (scale) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lioncash
						Lioncash