Searched refs:swapmove2x (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libcrypto/aes/asm/ |
H A D | bsaes-x86_64.pl | 768 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); 957 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3); 959 #&swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3); 965 &swapmove2x (@x[0,4,1,5],4,$bs2,$t2,$t3); [all …]
|