Home
last modified time | relevance | path

Searched refs:emit_before_op (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dplugin-gen.c297 tcg_ctx->emit_before_op = op; in plugin_gen_inject()
339 tcg_ctx->emit_before_op = NULL; in plugin_gen_inject()
358 tcg_ctx->emit_before_op = op; in plugin_gen_inject()
366 tcg_ctx->emit_before_op = NULL; in plugin_gen_inject()
H A Dtranslator.c209 tcg_ctx->emit_before_op = first_insn_start; in translator_loop()
212 tcg_ctx->emit_before_op = db->insn_start; in translator_loop()
214 tcg_ctx->emit_before_op = NULL; in translator_loop()
/openbmc/qemu/target/riscv/
H A Dtranslate.c1296 tcg_ctx->emit_before_op = QTAILQ_NEXT(ctx->base.insn_start, link); in riscv_tr_translate_insn()
1301 tcg_ctx->emit_before_op = NULL; in riscv_tr_translate_insn()
/openbmc/qemu/include/tcg/
H A Dtcg.h541 TCGOp *emit_before_op; member
/openbmc/qemu/tcg/
H A Dtcg.c1511 s->emit_before_op = NULL; in tcg_func_start()
2322 if (tcg_ctx->emit_before_op) { in tcg_gen_callN()
2323 QTAILQ_INSERT_BEFORE(tcg_ctx->emit_before_op, op, link); in tcg_gen_callN()
3239 if (tcg_ctx->emit_before_op) { in tcg_emit_op()
3240 QTAILQ_INSERT_BEFORE(tcg_ctx->emit_before_op, op, link); in tcg_emit_op()