Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h234 #define TCG_MAX_TEMPS 512 macro
406 unsigned long l[BITS_TO_LONGS(TCG_MAX_TEMPS)];
532 TCGTemp temps[TCG_MAX_TEMPS]; /* globals first, temps after */
/openbmc/qemu/tcg/
H A Dtcg.c1524 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()