Searched refs:temp_dead (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/ |
D | tcg.c | 1862 static inline void temp_dead(TCGContext *s, int temp) in temp_dead() function 1918 temp_dead(s, temp); in temp_save() 1968 temp_dead(s, i); in tcg_reg_alloc_bb_end() 2003 temp_dead(s, args[0]); in tcg_reg_alloc_movi() 2049 temp_dead(s, args[1]); in tcg_reg_alloc_mov() 2051 temp_dead(s, args[0]); in tcg_reg_alloc_mov() 2069 temp_dead(s, args[1]); in tcg_reg_alloc_mov() 2174 temp_dead(s, args[i]); in tcg_reg_alloc_op() 2245 temp_dead(s, args[i]); in tcg_reg_alloc_op() 2385 temp_dead(s, args[i]); in tcg_reg_alloc_call() [all …]
|