Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h706 static inline void *tcg_malloc(int size) in tcg_malloc() function
/qemu/tcg/
H A Dtcg.c351 TCGRelocation *r = tcg_malloc(sizeof(TCGRelocation)); in tcg_out_reloc()
369 TCGLabel *l = tcg_malloc(sizeof(TCGLabel)); in gen_new_label()
653 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l)); in new_ldst_label()
677 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData) in new_pool_alloc()
3604 op = tcg_malloc(sizeof(TCGOp) + sizeof(TCGArg) * nargs); in tcg_op_alloc()
4001 prefs = tcg_malloc(sizeof(TCGRegSet) * nb_temps); in liveness_pass_1()
4199 ts->state_ptr = tcg_malloc(sizeof(TCGRegSet)); in liveness_pass_1()
6934 tcg_malloc(sizeof(uint64_t) * s->gen_tb->icount * INSN_START_WORDS); in tcg_gen_code()
H A Doptimize.c132 ti = tcg_malloc(sizeof(TempOptInfo)); in init_ts_info()
265 mc = tcg_malloc(sizeof(*mc)); in record_mem_copy()
H A Dtcg-op.c286 TCGLabelUse *u = tcg_malloc(sizeof(TCGLabelUse)); in add_as_label_use()
/qemu/target/hppa/
H A Dtranslate.c740 DisasDelayException *e = tcg_malloc(sizeof(DisasDelayException)); in delay_excp()