Home
last modified time | relevance | path

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

/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl671 sub swapmove2x { subroutine
696 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
697 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
701 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
702 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
704 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
705 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
937 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
939 @ &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
945 &swapmove2x (@x[0,4,1,5],4,$bs2,$t2,$t3);
[all …]
H A Dbsaes-x86_64.pl773 sub swapmove2x { subroutine
800 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
801 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
805 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
806 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
808 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
809 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
964 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
966 #&swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
972 &swapmove2x (@x[0,4,1,5],4,$bs2,$t2,$t3);
[all …]

Completed in 10 milliseconds