HomeSort by relevance Sort by last modified time
    Searched full:tcg_ctx (Results 1 - 5 of 5) sorted by null

  /external/qemu/
translate-all.c 35 TCGContext tcg_ctx; variable
86 tcg_context_init(&tcg_ctx);
87 tcg_set_frame(&tcg_ctx, TCG_AREG0, offsetof(CPUState, temp_buf),
99 TCGContext *s = &tcg_ctx;
175 TCGContext *s = &tcg_ctx;
  /external/qemu/tcg/
tcg.h 297 extern TCGContext tcg_ctx;
311 TCGContext *s = &tcg_ctx;
317 return tcg_malloc_internal(&tcg_ctx, size);
tcg.c 150 TCGContext *s = &tcg_ctx;
288 TCGContext *s = &tcg_ctx;
331 TCGContext *s = &tcg_ctx;
408 TCGContext *s = &tcg_ctx;
475 TCGContext *s = &tcg_ctx;
534 TCGContext *s = &tcg_ctx;
    [all...]
tcg-op.h 336 tcg_gen_callN(&tcg_ctx, fn, flags, sizemask, ret,
350 tcg_gen_callN(&tcg_ctx, fn, 0, 7, GET_TCGV_I64(ret), 2, args);
    [all...]
  /external/qemu/target-arm/
translate.c     [all...]

Completed in 99 milliseconds