Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c2394 TCGTempVal val = TEMP_VAL_MEM; in tcg_reg_alloc_start()
4236 new_type = TEMP_VAL_MEM; in temp_free_or_dead()
4239 new_type = free_or_dead < 0 ? TEMP_VAL_MEM : TEMP_VAL_DEAD; in temp_free_or_dead()
4286 case TEMP_VAL_MEM: in temp_sync()
4463 case TEMP_VAL_MEM: in temp_load()
4482 tcg_debug_assert(ts->val_type == TEMP_VAL_MEM || temp_readonly(ts)); in temp_save()
4628 if (ts->val_type == TEMP_VAL_MEM) { in tcg_reg_alloc_mov()
4678 set_temp_val_nonreg(s, ts, TEMP_VAL_MEM); in tcg_reg_alloc_mov()
4768 case TEMP_VAL_MEM: in tcg_reg_alloc_dup()
5471 ts->val_type = TEMP_VAL_MEM; in tcg_reg_alloc_call()
/openbmc/qemu/include/tcg/
H A Dtcg.h357 TEMP_VAL_MEM, enumerator