Searched refs:tcg_op_insert_after (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 859 TCGOp *tcg_op_insert_after(TCGContext *s, TCGOp *op,
|
/openbmc/qemu/tcg/ |
H A D | optimize.c | 2287 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 D | tcg.c | 3255 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()
|