Lines Matching refs:tcg_ctx
248 __thread TCGContext *tcg_ctx;
368 TCGContext *s = tcg_ctx;
1271 * In user-mode we just point tcg_ctx to tcg_init_ctx. See the documentation
1285 tcg_ctx = &tcg_init_ctx;
1313 tcg_ctx = s;
1836 tcg_ctx = s;
1844 tcg_ctxs = &tcg_ctx;
1889 TCGContext *s = tcg_ctx;
2047 TCGContext *s = tcg_ctx;
2124 TCGContext *s = tcg_ctx;
2263 TCGContext *s = tcg_ctx;
2308 TCGContext *s = tcg_ctx;
2398 ptrdiff_t n = ts - tcg_ctx->temps;
2399 assert(n >= 0 && n < tcg_ctx->nb_temps);
2407 assert(o < sizeof(TCGTemp) * tcg_ctx->nb_temps);
2410 return (void *)tcg_ctx + (uintptr_t)v;
2635 if (tcg_ctx->plugin_insn && !(info->flags & TCG_CALL_NO_SIDE_EFFECTS)) {
2636 tcg_ctx->plugin_insn->calls_helpers = true;
2698 if (tcg_ctx->emit_before_op) {
2699 QTAILQ_INSERT_BEFORE(tcg_ctx->emit_before_op, op, link);
2701 QTAILQ_INSERT_TAIL(&tcg_ctx->ops, op, link);
3576 TCGContext *s = tcg_ctx;
3589 TCGContext *s = tcg_ctx;
3622 if (tcg_ctx->emit_before_op) {
3623 QTAILQ_INSERT_BEFORE(tcg_ctx->emit_before_op, op, link);
3625 QTAILQ_INSERT_TAIL(&tcg_ctx->ops, op, link);