Searched refs:arg1s (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dsimplify-rtx.c2689 HOST_WIDE_INT arg0, arg1, arg0s, arg1s;
3035 arg1s = arg1;
3036 if (arg1s & ((HOST_WIDE_INT) 1 << (width - 1)))
3037 arg1s |= ((HOST_WIDE_INT) (-1) << width);
3042 arg1s = arg1;
3050 val = arg0s + arg1s;
3054 val = arg0s - arg1s;
3058 val = arg0s * arg1s;
3062 if (arg1s == 0
3064 && arg1s
2682 HOST_WIDE_INT arg0, arg1, arg0s, arg1s; local
[all...]

Completed in 136 milliseconds