Searched refs:NEONROUND (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 850 sub NEONROUND { subroutine 1001 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1); 1002 @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,1); 1003 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,1); 1004 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,1); 1005 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1); 1006 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1); 1096 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0); 1097 @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,0); 1098 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,0); [all …]
|
H A D | chacha-armv4.pl | 641 sub NEONROUND { subroutine 741 my @thread0=&NEONROUND($a0,$b0,$c0,$d0,$t0,0); 742 my @thread1=&NEONROUND($a1,$b1,$c1,$d1,$t1,0); 743 my @thread2=&NEONROUND($a2,$b2,$c2,$d2,$t2,0); 752 @thread0=&NEONROUND($a0,$b0,$c0,$d0,$t0,1); 753 @thread1=&NEONROUND($a1,$b1,$c1,$d1,$t1,1); 754 @thread2=&NEONROUND($a2,$b2,$c2,$d2,$t2,1);
|
Completed in 7 milliseconds