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 103 #define TCG_TYPE_COUNT 2 /* number of different types */
268 int first_free_temp[TCG_TYPE_COUNT * 2];
tcg.c 274 for(i = 0; i < (TCG_TYPE_COUNT * 2); i++)
419 k += TCG_TYPE_COUNT;
490 k += TCG_TYPE_COUNT;
    [all...]

Completed in 18 milliseconds