HomeSort by relevance Sort by last modified time
    Searched refs:nb_temps (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.c 277 s->nb_temps = s->nb_globals;
433 idx = s->nb_temps;
436 tcg_temp_alloc(s, s->nb_temps + 2);
437 ts = &s->temps[s->nb_temps];
449 s->nb_temps += 2;
453 tcg_temp_alloc(s, s->nb_temps + 1);
454 ts = &s->temps[s->nb_temps];
460 s->nb_temps++;
499 assert(idx >= s->nb_globals && idx < s->nb_temps);
775 for(i = s->nb_globals; i < s->nb_temps; i++)
    [all...]
tcg.h 278 int nb_temps; member in struct:TCGContext

Completed in 38 milliseconds