Searched refs:temp_dead (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 4688 static inline void temp_dead(TCGContext *s, TCGTemp *ts) in temp_dead() function 5027 temp_dead(s, ots); in tcg_reg_alloc_do_movi() 5058 temp_dead(s, ts); in tcg_reg_alloc_mov() 5084 temp_dead(s, ts); in tcg_reg_alloc_mov() 5086 temp_dead(s, ots); in tcg_reg_alloc_mov() 5096 temp_dead(s, ts); in tcg_reg_alloc_mov() 5159 temp_dead(s, its); in tcg_reg_alloc_dup() 5234 temp_dead(s, its); in tcg_reg_alloc_dup() 5240 temp_dead(s, ots); in tcg_reg_alloc_dup() 5510 temp_dead(s, arg_temp(op->args[i])); in tcg_reg_alloc_op() [all …]
|