Home | History | Annotate | Download | only in gas

Lines Matching refs:sign

93   if ((a->sign != '-' && a->sign != '+')
94 || (b->sign != '-' && b->sign != '+'))
97 product->sign = 0;
100 product->sign = (a->sign == b->sign) ? '+' : '-';
131 /* Watch out for sign extension! Without the casts, on
133 int, which gets sign-extended to convert to the