like shift 25 3 times, in the example you gave above?
If that is the case then you need to use the right shift (>>) operator since you want to reduce the value.
But then 25 >> 3 does not equal 7 it should be 3, and I didn't get what you mean by "queue for Shift operator"