Home
last modified time | relevance | path

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

/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1441 TCGArg b, bool b_const, TCGLabel *l)
1450 if (b_const && b == 0) {
1457 if (b_const && b == 0) {
1466 if (b_const && b == UINT32_MAX) {
1473 if (b_const && is_power_of_2(b)) {
1483 tcg_out_cmp(s, ext, c, a, b, b_const);
/qemu/tcg/
H A Doptimize.c1208 bool b_const = arg_is_const(op->args[4]) && arg_is_const(op->args[5]); in fold_addsub2() local
1210 if (a_const && b_const) { in fold_addsub2()
1256 if (!add && b_const) { in fold_addsub2()
/qemu/tcg/arm/
H A Dtcg-target.c.inc1195 TCGArg b, int b_const)
1198 tcg_out_dat_rIN(s, COND_AL, ARITH_CMP, ARITH_CMN, 0, a, b, b_const);
1203 if (b_const) {