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

  /external/qemu/tcg/
optimize.c 72 /* Reset all temporaries, given that there are NB_TEMPS of them. */
73 static void reset_all_temps(int nb_temps)
76 for (i = 0; i < nb_temps; i++) {
517 int i, nb_ops, op_index, nb_temps, nb_globals, nb_call_args; local
529 nb_temps = s->nb_temps;
531 reset_all_temps(nb_temps);
967 reset_all_temps(nb_temps);
1060 reset_all_temps(nb_temps);
    [all...]
tcg.h 454 int nb_temps; member in struct:TCGContext

Completed in 1519 milliseconds