Home
last modified time | relevance | path

Searched refs:tcg_malloc (Results 1 – 25 of 75) sorted by relevance

123

/dports/emulators/qemu-utils/qemu-4.2.1/tcg/
H A Dtcg-ldst.inc.c73 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l)); in new_ldst_label()
H A Dtcg-pool.inc.c36 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData) in new_pool_alloc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/
H A Dtcg-ldst.inc.c73 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l)); in new_ldst_label()
H A Dtcg-pool.inc.c36 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData) in new_pool_alloc()
/dports/emulators/qemu42/qemu-4.2.1/tcg/
H A Dtcg-ldst.inc.c73 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l)); in new_ldst_label()
H A Dtcg-pool.inc.c36 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData) in new_pool_alloc()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/
H A Dtcg-ldst.inc.c73 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l)); in new_ldst_label()
H A Dtcg-pool.inc.c36 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData) in new_pool_alloc()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/
H A Dtcg-ldst.inc.c73 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l)); in new_ldst_label()
H A Dtcg-pool.inc.c36 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData) in new_pool_alloc()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.c217 r = tcg_malloc(s, sizeof(TCGRelocation)); in tcg_out_reloc()
405 s->labels = tcg_malloc(s, sizeof(TCGLabel) * TCG_MAX_LABELS); in tcg_func_start()
416 s->be = tcg_malloc(s, sizeof(TCGBackendData)); in tcg_func_start()
1532 s->op_dead_args = tcg_malloc(s, nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()
1533 s->op_sync_args = tcg_malloc(s, nb_ops * sizeof(uint8_t)); in tcg_liveness_analysis()
1535 dead_temps = tcg_malloc(s, s->nb_temps); in tcg_liveness_analysis()
1536 mem_temps = tcg_malloc(s, s->nb_temps); in tcg_liveness_analysis()
1800 s->op_dead_args = tcg_malloc(s, nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()
1802 s->op_sync_args = tcg_malloc(s, nb_ops * sizeof(uint8_t)); in tcg_liveness_analysis()
H A Dtcg.h819 static inline void *tcg_malloc(TCGContext *s, int size) in tcg_malloc() function
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.c217 r = tcg_malloc(s, sizeof(TCGRelocation)); in tcg_out_reloc()
405 s->labels = tcg_malloc(s, sizeof(TCGLabel) * TCG_MAX_LABELS); in tcg_func_start()
416 s->be = tcg_malloc(s, sizeof(TCGBackendData)); in tcg_func_start()
1532 s->op_dead_args = tcg_malloc(s, nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()
1533 s->op_sync_args = tcg_malloc(s, nb_ops * sizeof(uint8_t)); in tcg_liveness_analysis()
1535 dead_temps = tcg_malloc(s, s->nb_temps); in tcg_liveness_analysis()
1536 mem_temps = tcg_malloc(s, s->nb_temps); in tcg_liveness_analysis()
1800 s->op_dead_args = tcg_malloc(s, nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()
1802 s->op_sync_args = tcg_malloc(s, nb_ops * sizeof(uint8_t)); in tcg_liveness_analysis()
H A Dtcg.h819 static inline void *tcg_malloc(TCGContext *s, int size) in tcg_malloc() function
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/
H A Dtcg-ldst.c.inc73 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l));
H A Dtcg-pool.c.inc36 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData)
/dports/emulators/qemu/qemu-6.2.0/tcg/
H A Dtcg-ldst.c.inc73 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l));
H A Dtcg-pool.c.inc36 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData)
/dports/emulators/qemu60/qemu-6.0.0/tcg/
H A Dtcg-ldst.c.inc73 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l));
H A Dtcg-pool.c.inc36 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData)
/dports/emulators/qemu5/qemu-5.2.0/tcg/
H A Dtcg-ldst.c.inc73 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l));
H A Dtcg-pool.c.inc36 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData)
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/tcg/
H A Dtcg.c116 r = tcg_malloc(sizeof(TCGRelocation)); in tcg_out_reloc()
266 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS); in tcg_func_start()
1089 s->op_dead_iargs = tcg_malloc(nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()
1091 dead_temps = tcg_malloc(s->nb_temps); in tcg_liveness_analysis()
1232 s->op_dead_iargs = tcg_malloc(nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()
H A Dtcg.h315 static inline void *tcg_malloc(int size) in tcg_malloc() function
/dports/emulators/qemu/qemu-6.2.0/include/tcg/
H A Dtcg.h815 static inline void *tcg_malloc(int size) in tcg_malloc() function

123