Home
last modified time | relevance | path

Searched refs:TEMP_VAL_DEAD (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg.h355 TEMP_VAL_DEAD, enumerator
/openbmc/qemu/tcg/
H A Dtcg.c2406 val = TEMP_VAL_DEAD; in tcg_reg_alloc_start()
4239 new_type = free_or_dead < 0 ? TEMP_VAL_MEM : TEMP_VAL_DEAD; in temp_free_or_dead()
4289 case TEMP_VAL_DEAD: in temp_sync()
4469 case TEMP_VAL_DEAD: in temp_load()
4528 tcg_debug_assert(ts->val_type == TEMP_VAL_DEAD); in tcg_reg_alloc_bb_end()