Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Doptimize.c833 TCGOpcode and_opc = (ctx->type == TCG_TYPE_I32 in do_constant_folding_cond1() local
835 TCGOp *op2 = tcg_op_insert_before(ctx->tcg, op, and_opc, 3); in do_constant_folding_cond1()
1594 TCGOpcode and_opc; in fold_deposit() local
1606 and_opc = INDEX_op_and_i32; in fold_deposit()
1609 and_opc = INDEX_op_and_i64; in fold_deposit()
1619 op->opc = and_opc; in fold_deposit()
1630 op->opc = and_opc; in fold_deposit()
2211 TCGOpcode and_opc, sub_opc, xor_opc, neg_opc, shr_opc; in fold_setcond_tst_pow2() local
2233 and_opc = INDEX_op_and_i32; in fold_setcond_tst_pow2()
2244 and_opc = INDEX_op_and_i64; in fold_setcond_tst_pow2()
[all …]