Lines Matching refs:t1
173 my ($x0,$x1,$y0,$y1,$t0,$t1)=@_;
178 vand $t1, $x1, $y0
180 veor $x1, $t1, $t0
181 veor $x0, $x0, $t1
202 $x2,$x3,$y2,$y3,$t1)=@_;
205 veor $t1, $y2, $y3
207 vand $t1, $t1, $x2
217 veor $x3, $x3, $t1
655 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_;
658 vshr.u64 $t1, $b1, #$n
660 veor $t1, $t1, $a1
662 vand $t1, $t1, $mask
665 veor $a1, $a1, $t1
666 vshl.u64 $t1, $t1, #$n
668 veor $b1, $b1, $t1
674 my ($t0,$t1,$t2,$t3)=@_[8..11];
677 vmov.i8 $t1,#0x33 @ compose .LBS1
684 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
685 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
912 @ &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);