Searched refs:emit_before_op (Results 1 – 5 of 5) sorted by relevance
303 tcg_ctx->emit_before_op = op; in plugin_gen_inject()345 tcg_ctx->emit_before_op = NULL; in plugin_gen_inject()364 tcg_ctx->emit_before_op = op; in plugin_gen_inject()372 tcg_ctx->emit_before_op = NULL; in plugin_gen_inject()
216 tcg_ctx->emit_before_op = first_insn_start; in translator_loop()219 tcg_ctx->emit_before_op = db->insn_start; in translator_loop()221 tcg_ctx->emit_before_op = NULL; in translator_loop()
443 TCGOp *emit_before_op; member
1337 tcg_ctx->emit_before_op = QTAILQ_NEXT(ctx->base.insn_start, link); in riscv_tr_translate_insn()1342 tcg_ctx->emit_before_op = NULL; in riscv_tr_translate_insn()
1989 s->emit_before_op = NULL; in tcg_func_start()2698 if (tcg_ctx->emit_before_op) { in tcg_gen_callN()2699 QTAILQ_INSERT_BEFORE(tcg_ctx->emit_before_op, op, link); in tcg_gen_callN()3622 if (tcg_ctx->emit_before_op) { in tcg_emit_op()3623 QTAILQ_INSERT_BEFORE(tcg_ctx->emit_before_op, op, link); in tcg_emit_op()