noun
right shift (bitwise, arithmetic)
Technical computing term for shifting bits to the right, either logically or arithmetically.
右シフト演算は、ビット列を右にずらす操作です。
A right shift operation is an operation that shifts a bit string to the right.
算術右シフトでは、符号ビットが保持されます。
In an arithmetic right shift, the sign bit is preserved.