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 102 TCG_TYPE_COUNT, /* number of different types */
280 int first_free_temp[TCG_TYPE_COUNT * 2];
tcg.c 278 for(i = 0; i < (TCG_TYPE_COUNT * 2); i++)
423 k += TCG_TYPE_COUNT;
505 k += TCG_TYPE_COUNT;
    [all...]

Completed in 32 milliseconds