Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.c1012 ts->val_type = TEMP_VAL_DEAD; in tcg_reg_alloc_start()
1730 case TEMP_VAL_DEAD: in dump_regs()
1874 ts->val_type = TEMP_VAL_DEAD; in temp_dead()
1899 case TEMP_VAL_DEAD: in temp_sync()
1966 assert(ts->val_type == TEMP_VAL_DEAD); in tcg_reg_alloc_bb_end()
Dtcg.h418 #define TEMP_VAL_DEAD 0 macro