That it makes the operator SHL in the A51??
That it makes the operator SHL in the A51?? Call it what you will but it is not an instruction and it will not do anything at run-time. SHL is equivalent a macro in C that takes two constants known at compile time and shifts one left by the other. - Mark