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

/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl654 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);
908 #&swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
910 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
912 @ &swapmove2x(
[all...]
H A Dbsaes-x86_64.pl762 sub swapmove2x { subroutine
789 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
790 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
794 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
795 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
797 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
798 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
947 #&swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
949 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
951 #&swapmove2x(
[all...]

Completed in 56 milliseconds