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.h530 GHashTable *const_table[TCG_TYPE_COUNT]; member
/openbmc/qemu/tcg/
H A Dtcg.c1496 if (s->const_table[i]) { in tcg_func_start()
1497 g_hash_table_remove_all(s->const_table[i]); in tcg_func_start()
1834 GHashTable *h = s->const_table[type]; in tcg_constant_internal()
1839 s->const_table[type] = h; in tcg_constant_internal()