Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h442 typedef struct TCGContext TCGContext; typedef
448 struct TCGContext { struct
449 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 …]