Searched refs:TCG_MAX_TEMPS (Results 1 – 2 of 2) sorted by relevance
130 #define TCG_MAX_TEMPS 512 macro311 unsigned long l[BITS_TO_LONGS(TCG_MAX_TEMPS)];434 TCGTemp temps[TCG_MAX_TEMPS]; /* globals first, temps after */
1999 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()