Lines Matching refs:t2
674 my ($t0,$t1,$t2,$t3)=@_[8..11];
679 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
680 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
684 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
685 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
687 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
688 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
900 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12];
902 &swapmove (@x[0,1],1,$bs0,$t2,$t3);
904 @ &swapmove(@x[2,3],1,$t0,$t2,$t3);
910 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
912 @ &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
918 &swapmove2x (@x[0,4,1,5],4,$bs2,$t2,$t3);
919 &swapmove2x (@x[2,6,3,7],4,$bs2,$t2,$t3);