Searched defs:TCGContext (Results 1 – 1 of 1) sorted by relevance
442 typedef struct TCGContext TCGContext; typedef448 struct TCGContext { struct449 uint8_t *pool_cur, *pool_end;450 TCGPool *pool_first, *pool_current, *pool_first_large;451 TCGLabel *labels;452 int nb_labels;453 int nb_globals;454 int nb_temps;457 uint8_t *code_buf;458 uintptr_t *tb_next;[all …]