Searched refs:swapmove2x (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm/crypto/ |
D | bsaes-armv7.pl | 654 sub swapmove2x { subroutine 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); 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); [all …]
|