bitwiseUnsignedShiftRight

val bitwiseUnsignedShiftRight: L2_BIT_LOGIC_OP

The L2Operation for shifting an Int rightward by the specified number of bit positions, treating it as unsigned. The second operand should be between 0 and 31 (otherwise only the bottom five bits will be used). The result can be negative if the first argument is negative and the shift is zero.