Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/aes/asm/
Dbsaes-armv7.pl666 sub swapmove2x { subroutine
691 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
692 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
696 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
697 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
699 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
700 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
930 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
932 @ &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
938 &swapmove2x (@x[0,4,1,5],4,$bs2,$t2,$t3);
[all …]
Dbsaes-x86_64.pl764 sub swapmove2x { subroutine
791 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
792 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
796 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
797 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
799 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
800 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
951 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
953 #&swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
959 &swapmove2x (@x[0,4,1,5],4,$bs2,$t2,$t3);
[all …]