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

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c2686 HOST_WIDE_INT arg0, arg1, arg0s, arg1s;
3032 arg1s = arg1;
3033 if (arg1s & ((HOST_WIDE_INT) 1 << (width - 1)))
3034 arg1s |= ((HOST_WIDE_INT) (-1) << width);
3039 arg1s = arg1;
3047 val = arg0s + arg1s;
3051 val = arg0s - arg1s;
3055 val = arg0s * arg1s;
3059 if (arg1s == 0
3061 && arg1s
2679 HOST_WIDE_INT arg0, arg1, arg0s, arg1s; local
[all...]

Completed in 108 milliseconds