Searched refs:do_constant_folding (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | optimize.c | 602 static uint64_t do_constant_folding(TCGOpcode op, TCGType type, in do_constant_folding() function 1017 t = do_constant_folding(op->opc, ctx->type, t, 0); in fold_const1() 1029 t1 = do_constant_folding(op->opc, ctx->type, t1, t2); in fold_const2() 1458 t = do_constant_folding(op->opc, ctx->type, t, op->args[2]); in fold_bswap() 1551 t = do_constant_folding(op->opc, ctx->type, t, 0); in fold_count_zeros() 2501 ctx->z_mask = do_constant_folding(op->opc, ctx->type, z_mask, sh); in fold_shift() 2503 s_mask = do_constant_folding(op->opc, ctx->type, s_mask, sh); in fold_shift()
|