HomeSort by relevance Sort by last modified time
    Searched refs:swapmove2x (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/aes/asm/
bsaes-armv7.pl 666 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);
928 #&swapmove2x(@x[4,5,6,7],1,$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)
    [all...]
bsaes-x86_64.pl 762 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(@x[4,6,5,7],2,$t1,$t2,$t3)
    [all...]

Completed in 82 milliseconds