Searched refs:fold_xx_to_i (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | optimize.c | 1160 static bool fold_xx_to_i(OptContext *ctx, TCGOp *op, uint64_t i) in fold_xx_to_i() function 1319 fold_xx_to_i(ctx, op, 0) || in fold_andc() 2060 fold_xx_to_i(ctx, op, -1) || in fold_orc() 2101 fold_xx_to_i(ctx, op, 0)) { in fold_remainder() 2573 if (fold_xx_to_i(ctx, op, 0) || in fold_sub_vec() 2727 fold_xx_to_i(ctx, op, 0) || in fold_xor()
|