Searched defs:TCGContext (Results 1 – 1 of 1) sorted by relevance
308 typedef struct TCGContext TCGContext; typedef359 struct TCGContext { struct360 uint8_t *pool_cur, *pool_end;361 TCGPool *pool_first, *pool_current, *pool_first_large;362 int nb_labels;363 int nb_globals;364 int nb_temps;365 int nb_indirects;366 int nb_ops;367 TCGType addr_type; /* TCG_TYPE_I32 or TCG_TYPE_I64 */[all …]