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

  /external/qemu/tcg/
tcg.h 167 #define TCG_MAX_TEMPS 512
445 unsigned long l[BITS_TO_LONGS(TCG_MAX_TEMPS)];
479 TCGTemp temps[TCG_MAX_TEMPS]; /* globals first, temps after */
tcg.c 382 if (n > TCG_MAX_TEMPS)
508 idx = find_first_bit(s->free_temps[k].l, TCG_MAX_TEMPS);
509 if (idx < TCG_MAX_TEMPS) {
    [all...]
optimize.c 54 static struct tcg_temp_info temps[TCG_MAX_TEMPS];
    [all...]

Completed in 2273 milliseconds