> 
> Hi Rask,
> 
> Basically the CPU has the 'SCALE_28_4' instruction which does the following:
>   output = (operand1 >> 28) | (operand2 << 4)

Isn't that a rotate?  if so you can use either rotate or rotatert instead.

Thanks,
Andrew Pinski

Reply via email to