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

  /external/qemu/tcg/
tcg.c 514 ts->temp_allocated = 1;
525 ts->temp_allocated = 1;
531 ts->temp_allocated = 1;
542 ts->temp_allocated = 1;
586 assert(ts->temp_allocated != 0);
587 ts->temp_allocated = 0;
    [all...]
tcg.h 438 unsigned int temp_allocated:1; /* never used for code gen */ member in struct:TCGTemp

Completed in 49 milliseconds