Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h403 typedef struct TCGContext TCGContext; typedef
453 struct TCGContext { struct
454 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 …]