Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c1661 ts->temp_allocated = 1; in tcg_temp_new_internal()
1689 ts->temp_allocated = 1; in tcg_temp_new_internal()
1703 ts2->temp_allocated = 1; in tcg_temp_new_internal()
1780 tcg_debug_assert(t->temp_allocated != 0); in tcg_temp_new_vec_matching()
1796 tcg_debug_assert(ts->temp_allocated != 0); in tcg_temp_free_internal()
1797 ts->temp_allocated = 0; in tcg_temp_free_internal()
1856 ts->temp_allocated = 1; in tcg_constant_internal()
1861 ts2->temp_allocated = 1; in tcg_constant_internal()
1876 ts->temp_allocated = 1; in tcg_constant_internal()
1911 tcg_debug_assert(t->temp_allocated != 0); in tcg_constant_vec_matching()
/openbmc/qemu/include/tcg/
H A Dtcg.h388 unsigned int temp_allocated:1; member