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

  /external/qemu/tcg/
tcg.h 176 TCG_TYPE_COUNT, /* number of different types */
480 TCGTempSet free_temps[TCG_TYPE_COUNT * 2];
tcg.c 507 k = type + (temp_local ? TCG_TYPE_COUNT : 0);
589 k = ts->type + (ts->temp_local ? TCG_TYPE_COUNT : 0);
    [all...]

Completed in 341 milliseconds