shl

The shl Statement

The shl statement lets you shift left an input value by the number of bits specified by the second input argument and store the resulting value in the output argument. The output (first) argument must be a variable but the second and third arguments can be a variable, a numeric constant, or a constant expression. The syntax of the shl statement is shown below.

 shl x, x, y  // x = x << y

Generated by  doxygen 1.6.2