Lines Matching refs:t0
173 my ($x0,$x1,$y0,$y1,$t0,$t1)=@_;
175 veor $t0, $y0, $y1
176 vand $t0, $t0, $x0
180 veor $x1, $t1, $t0
187 my ($x0,$x1,$y0,$y1,$t0)=@_;
189 veor $t0, $y0, $y1
190 vand $t0, $t0, $x0
195 veor $x0, $x0, $t0
201 my ($x0,$x1,$y0,$y1,$t0,
204 veor $t0, $y0, $y1
206 vand $t0, $t0, $x0
216 veor $x0, $x0, $t0
655 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_;
657 vshr.u64 $t0, $b0, #$n
659 veor $t0, $t0, $a0
661 vand $t0, $t0, $mask
663 veor $a0, $a0, $t0
664 vshl.u64 $t0, $t0, #$n
667 veor $b0, $b0, $t0
674 my ($t0,$t1,$t2,$t3)=@_[8..11];
676 vmov.i8 $t0,#0x55 @ compose .LBS0
679 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
680 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
682 vmov.i8 $t0,#0x0f @ compose .LBS2
687 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
688 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
904 @ &swapmove(@x[2,3],1,$t0,$t2,$t3);