Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-ldst.c.inc59 TCGLabelQemuLdst *l = tcg_malloc(sizeof(*l));
H A Dtcg-pool.c.inc36 TCGLabelPoolData *n = tcg_malloc(sizeof(TCGLabelPoolData)
H A Dtcg.c342 TCGRelocation *r = tcg_malloc(sizeof(TCGRelocation)); in tcg_out_reloc()
360 TCGLabel *l = tcg_malloc(sizeof(TCGLabel)); in gen_new_label()
3221 op = tcg_malloc(sizeof(TCGOp) + sizeof(TCGArg) * nargs); in tcg_op_alloc()
3605 prefs = tcg_malloc(sizeof(TCGRegSet) * nb_temps); in liveness_pass_1()
6188 tcg_malloc(sizeof(uint64_t) * s->gen_tb->icount * start_words); in tcg_gen_code()
H A Doptimize.c166 ti = tcg_malloc(sizeof(TempOptInfo)); in init_ts_info()
299 mc = tcg_malloc(sizeof(*mc)); in record_mem_copy()
H A Dtcg-op.c291 TCGLabelUse *u = tcg_malloc(sizeof(TCGLabelUse)); in add_as_label_use()
/openbmc/qemu/include/tcg/
H A Dtcg.h756 static inline void *tcg_malloc(int size) in tcg_malloc() function
/openbmc/qemu/target/hppa/
H A Dtranslate.c738 DisasDelayException *e = tcg_malloc(sizeof(DisasDelayException)); in delay_excp()