Searched refs:emit_before_op (Results 1 – 4 of 4) sorted by relevance
298 tcg_ctx->emit_before_op = op; in plugin_gen_inject()340 tcg_ctx->emit_before_op = NULL; in plugin_gen_inject()359 tcg_ctx->emit_before_op = op; in plugin_gen_inject()367 tcg_ctx->emit_before_op = NULL; in plugin_gen_inject()
210 tcg_ctx->emit_before_op = first_insn_start; in translator_loop()213 tcg_ctx->emit_before_op = db->insn_start; in translator_loop()215 tcg_ctx->emit_before_op = NULL; in translator_loop()
558 TCGOp *emit_before_op; member
1512 s->emit_before_op = NULL; in tcg_func_start()2323 if (tcg_ctx->emit_before_op) { in tcg_gen_callN()2324 QTAILQ_INSERT_BEFORE(tcg_ctx->emit_before_op, op, link); in tcg_gen_callN()3240 if (tcg_ctx->emit_before_op) { in tcg_emit_op()3241 QTAILQ_INSERT_BEFORE(tcg_ctx->emit_before_op, op, link); in tcg_emit_op()