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

/freebsd-10-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl768 sub swapmove2x { subroutine
795 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
796 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
800 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
801 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
803 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
804 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
953 #&swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
955 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
957 #&swapmove2x(
[all...]

Completed in 20 milliseconds