<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><DIV>>> +    shl         r4,        6<BR>><BR>>I think this should be r4d (general coding suggestion: use 32-bit<BR>>unless 64-bit/native-size is necessary, e.g. pointers).<BR></DIV>
<DIV>use r4d will generate a extra prefix byte 41H, there no doc show the difference about execute time (cycle), so we select short instruction</DIV>
<DIV> </DIV></div>