Searched defs:TCGContext (Results 1 – 1 of 1) sorted by relevance
269 typedef struct TCGContext TCGContext; typedef271 struct TCGContext { struct272 uint8_t *pool_cur, *pool_end;273 TCGPool *pool_first, *pool_current;274 TCGLabel *labels;275 int nb_labels;276 TCGTemp *temps; /* globals first, temps after */277 int nb_globals;278 int nb_temps;280 int first_free_temp[TCG_TYPE_COUNT * 2]; [all …]