Lines Matching refs:rot
481 my ($i0,$i1,$i2,$i3,$rot,$rnd,@T)=@_;
484 if ($rot) {
486 &shld ($i0,$i1,$rot);
487 &shld ($i1,$i2,$rot);
488 &shld ($i2,$i3,$rot);
489 &shld ($i3,$idx,$rot);
501 my ($i0,$i1,$i2,$i3,$rot,$rnd,@T)=@_;
504 if ($rot) {
506 &shl ($i0,$rot);
508 &shr ($idx,32-$rot);
509 &shl ($i1,$rot);
512 &shl ($i2,$rot);
514 &shr ($idx,32-$rot);
516 &shr ($Tbl,32-$rot);
518 &shr ($idx,32-$rot);
520 &shl ($i3,$rot);