Lines Matching refs:rot
480 my ($i0,$i1,$i2,$i3,$rot,$rnd,@T)=@_;
483 if ($rot) {
485 &shld ($i0,$i1,$rot);
486 &shld ($i1,$i2,$rot);
487 &shld ($i2,$i3,$rot);
488 &shld ($i3,$idx,$rot);
500 my ($i0,$i1,$i2,$i3,$rot,$rnd,@T)=@_;
503 if ($rot) {
505 &shl ($i0,$rot);
507 &shr ($idx,32-$rot);
508 &shl ($i1,$rot);
511 &shl ($i2,$rot);
513 &shr ($idx,32-$rot);
515 &shr ($Tbl,32-$rot);
517 &shr ($idx,32-$rot);
519 &shl ($i3,$rot);