Home
last modified time | relevance | path

Searched defs:TCGContext (Results 1 – 1 of 1) sorted by relevance

/external/qemu/tcg/
Dtcg.h269 typedef struct TCGContext TCGContext; typedef
271 struct TCGContext { struct
272 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 …]