Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h432 GHashTable *const_table[TCG_TYPE_COUNT]; member
/openbmc/qemu/tcg/
H A Dtcg.c1975 if (s->const_table[i]) { in tcg_func_start()
1976 g_hash_table_remove_all(s->const_table[i]); in tcg_func_start()
2310 GHashTable *h = s->const_table[type]; in tcg_constant_internal()
2315 s->const_table[type] = h; in tcg_constant_internal()