Add tcg_const_tl
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4053 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									dc99a3f2e8
								
							
						
					
					
						commit
						a98824ac42
					
				| 
						 | 
				
			
			@ -1358,6 +1358,7 @@ static inline void tcg_gen_qemu_st64(TCGv arg, TCGv addr, int mem_index)
 | 
			
		|||
#define tcg_gen_sar_tl tcg_gen_sar_i64
 | 
			
		||||
#define tcg_gen_sari_tl tcg_gen_sari_i64
 | 
			
		||||
#define tcg_gen_brcond_tl tcg_gen_brcond_i64
 | 
			
		||||
#define tcg_const_tl tcg_const_i64
 | 
			
		||||
#else
 | 
			
		||||
#define TCG_TYPE_TL TCG_TYPE_I32
 | 
			
		||||
#define tcg_gen_movi_tl tcg_gen_movi_i32
 | 
			
		||||
| 
						 | 
				
			
			@ -1390,4 +1391,5 @@ static inline void tcg_gen_qemu_st64(TCGv arg, TCGv addr, int mem_index)
 | 
			
		|||
#define tcg_gen_sar_tl tcg_gen_sar_i32
 | 
			
		||||
#define tcg_gen_sari_tl tcg_gen_sari_i32
 | 
			
		||||
#define tcg_gen_brcond_tl tcg_gen_brcond_i32
 | 
			
		||||
#define tcg_const_tl tcg_const_i32
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue