Home | History | Annotate | Download | only in gas

Lines Matching refs:rightshift

47 static int rightshift = 0;
500 /* Re-init rightshift quantity, just in case. */
501 rightshift = operand->length;
729 rightshift -= field->val.leaf->length;
733 if (rightshift)
734 new_exp = make_right_shifted_expr (expP, rightshift, signed_p);