Home
last modified time | relevance | path

Searched refs:tcg_op_insert_after (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg.h859 TCGOp *tcg_op_insert_after(TCGContext *s, TCGOp *op,
/openbmc/qemu/tcg/
H A Doptimize.c2287 op2 = tcg_op_insert_after(ctx->tcg, op, sub_opc, 3); in fold_setcond_tst_pow2()
2292 op2 = tcg_op_insert_after(ctx->tcg, op, xor_opc, 3); in fold_setcond_tst_pow2()
2297 op2 = tcg_op_insert_after(ctx->tcg, op, neg_opc, 2); in fold_setcond_tst_pow2()
H A Dtcg.c3255 TCGOp *tcg_op_insert_after(TCGContext *s, TCGOp *old_op, in tcg_op_insert_after() function
4070 TCGOp *sop = tcg_op_insert_after(s, op, sopc, 3); in liveness_pass_2()
4106 TCGOp *sop = tcg_op_insert_after(s, op, sopc, 3); in liveness_pass_2()