Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c2398 val = TEMP_VAL_CONST; in tcg_reg_alloc_start()
4242 new_type = TEMP_VAL_CONST; in temp_free_or_dead()
4268 case TEMP_VAL_CONST: in temp_sync()
4437 case TEMP_VAL_CONST: in temp_load()
4532 tcg_debug_assert(ts->val_type == TEMP_VAL_CONST); in tcg_reg_alloc_bb_end()
4581 set_temp_val_nonreg(s, ots, TEMP_VAL_CONST); in tcg_reg_alloc_do_movi()
4614 if (ts->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_mov()
4714 if (its->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_dup()
4867 if (ts->val_type == TEMP_VAL_CONST in tcg_reg_alloc_op()
5240 if (itsl->val_type == TEMP_VAL_CONST && itsh->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_dup2()
/openbmc/qemu/include/tcg/
H A Dtcg.h358 TEMP_VAL_CONST, enumerator