Searched defs:TCGContext (Results 1 – 1 of 1) sorted by relevance
403 typedef struct TCGContext TCGContext; typedef453 struct TCGContext { struct454 uint8_t *pool_cur, *pool_end;455 TCGPool *pool_first, *pool_current, *pool_first_large;456 int nb_labels;457 int nb_globals;458 int nb_temps;459 int nb_indirects;460 int nb_ops;461 TCGType addr_type; /* TCG_TYPE_I32 or TCG_TYPE_I64 */[all …]