Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Doptimize.c133 static inline bool arg_is_const(TCGArg arg) in arg_is_const() function
712 if (arg_is_const(x) && arg_is_const(y)) { in do_constant_folding_cond()
759 sum += arg_is_const(a1); in swap_commutative()
760 sum -= arg_is_const(a2); in swap_commutative()
775 sum += arg_is_const(p1[0]); in swap_commutative2()
776 sum += arg_is_const(p1[1]); in swap_commutative2()
777 sum -= arg_is_const(p2[0]); in swap_commutative2()
778 sum -= arg_is_const(p2[1]); in swap_commutative2()
867 if (arg_is_const(bl) && arg_is_const(bh)) { in do_constant_folding_cond2()
872 if (arg_is_const(al) && arg_is_const(ah)) { in do_constant_folding_cond2()
[all …]