Searched refs:TCG_MAX_TEMPS (Results 1 – 2 of 2) sorted by relevance
93 #define TCG_MAX_TEMPS 512 macro302 TCGTemp static_temps[TCG_MAX_TEMPS];
290 if (n > TCG_MAX_TEMPS) in tcg_temp_alloc()