Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h130 #define TCG_MAX_TEMPS 512 macro
311 unsigned long l[BITS_TO_LONGS(TCG_MAX_TEMPS)];
434 TCGTemp temps[TCG_MAX_TEMPS]; /* globals first, temps after */
/qemu/tcg/
H A Dtcg.c1999 if (n >= TCG_MAX_TEMPS) { in tcg_temp_alloc()
2010 tcg_debug_assert(s->nb_globals < TCG_MAX_TEMPS); in tcg_global_alloc()
2129 int idx = find_first_bit(s->free_temps[type].l, TCG_MAX_TEMPS); in tcg_temp_new_internal()
2131 if (idx < TCG_MAX_TEMPS) { in tcg_temp_new_internal()