Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h293 unsigned int temp_allocated:1; member
/qemu/tcg/
H A Dtcg.c2136 ts->temp_allocated = 1; in tcg_temp_new_internal()
2164 ts->temp_allocated = 1; in tcg_temp_new_internal()
2178 ts2->temp_allocated = 1; in tcg_temp_new_internal()
2255 tcg_debug_assert(t->temp_allocated != 0); in tcg_temp_new_vec_matching()
2271 tcg_debug_assert(ts->temp_allocated != 0); in tcg_temp_free_internal()
2272 ts->temp_allocated = 0; in tcg_temp_free_internal()
2331 ts->temp_allocated = 1; in tcg_constant_internal()
2336 ts2->temp_allocated = 1; in tcg_constant_internal()
2351 ts->temp_allocated = 1; in tcg_constant_internal()
2391 tcg_debug_assert(t->temp_allocated != 0); in tcg_constant_vec_matching()