Home
last modified time | relevance | path

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

/external/qemu/
Dtranslate-all.c35 TCGContext tcg_ctx; variable
70 tcg_context_init(&tcg_ctx); in cpu_gen_init()
71 tcg_set_frame(&tcg_ctx, TCG_AREG0, offsetof(CPUState, temp_buf), in cpu_gen_init()
83 TCGContext *s = &tcg_ctx; in cpu_gen_code()
146 TCGContext *s = &tcg_ctx; in cpu_restore_state()
/external/qemu/tcg/
Dtcg.h297 extern TCGContext tcg_ctx;
311 TCGContext *s = &tcg_ctx; in tcg_malloc()
317 return tcg_malloc_internal(&tcg_ctx, size); in tcg_malloc()
Dtcg.c140 TCGContext *s = &tcg_ctx; in gen_new_label()
278 TCGContext *s = &tcg_ctx; in tcg_global_reg_new_internal()
321 TCGContext *s = &tcg_ctx; in tcg_global_mem_new_internal()
398 TCGContext *s = &tcg_ctx; in tcg_temp_new_internal()
465 TCGContext *s = &tcg_ctx; in tcg_temp_free_internal()
524 TCGContext *s = &tcg_ctx; in tcg_register_helper()
2048 TCGContext *s = &tcg_ctx; in tcg_dump_info()
Dtcg-op.h336 tcg_gen_callN(&tcg_ctx, fn, flags, sizemask, ret, in tcg_gen_helperN()
350 tcg_gen_callN(&tcg_ctx, fn, 0, 7, GET_TCGV_I64(ret), 2, args); in tcg_gen_helper64()
/external/qemu/target-arm/
Dtranslate.c8926 tcg_dump_ops(&tcg_ctx, stderr); in gen_intermediate_code_internal()