Searched refs:TCG_MAX_TEMPS (Results 1 – 2 of 2) sorted by relevance
234 #define TCG_MAX_TEMPS 512 macro406 unsigned long l[BITS_TO_LONGS(TCG_MAX_TEMPS)];532 TCGTemp temps[TCG_MAX_TEMPS]; /* globals first, temps after */
1524 if (n >= TCG_MAX_TEMPS) { in tcg_temp_alloc()1535 tcg_debug_assert(s->nb_globals < TCG_MAX_TEMPS); in tcg_global_alloc()1654 int idx = find_first_bit(s->free_temps[type].l, TCG_MAX_TEMPS); in tcg_temp_new_internal()1656 if (idx < TCG_MAX_TEMPS) { in tcg_temp_new_internal()