Searched refs:swapmove2x (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl706 sub swapmove2x { subroutine
733 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
734 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
738 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
739 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
741 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
742 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
891 #&swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
893 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
895 #&swapmove2x(
[all...]

Completed in 35 milliseconds