Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Doptimize.c835 TCGOp *op2 = tcg_op_insert_before(ctx->tcg, op, and_opc, 3); in do_constant_folding_cond1()
928 TCGOp *op1 = tcg_op_insert_before(ctx->tcg, op, INDEX_op_and_i32, 3); in do_constant_folding_cond2()
929 TCGOp *op2 = tcg_op_insert_before(ctx->tcg, op, INDEX_op_and_i32, 3); in do_constant_folding_cond2()
1248 op2 = tcg_op_insert_before(ctx->tcg, op, 0, 2); in fold_addsub2()
1977 op2 = tcg_op_insert_before(ctx->tcg, op, 0, 2); in fold_multiply2()
2275 op2 = tcg_op_insert_before(ctx->tcg, op, shr_opc, 3); in fold_setcond_tst_pow2()
H A Dtcg.c3247 TCGOp *tcg_op_insert_before(TCGContext *s, TCGOp *old_op, in tcg_op_insert_before() function
4007 TCGOp *lop = tcg_op_insert_before(s, op, lopc, 3); in liveness_pass_2()
/openbmc/qemu/include/tcg/
H A Dtcg.h857 TCGOp *tcg_op_insert_before(TCGContext *s, TCGOp *op,