Searched refs:tcg_ctx (Results 1 – 5 of 5) sorted by relevance
/external/qemu/ |
D | translate-all.c | 35 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/ |
D | tcg.h | 297 extern TCGContext tcg_ctx; 311 TCGContext *s = &tcg_ctx; in tcg_malloc() 317 return tcg_malloc_internal(&tcg_ctx, size); in tcg_malloc()
|
D | tcg.c | 140 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()
|
D | tcg-op.h | 336 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/ |
D | translate.c | 8926 tcg_dump_ops(&tcg_ctx, stderr); in gen_intermediate_code_internal()
|