Home
last modified time | relevance | path

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

/openssl-master/crypto/chacha/asm/
A Dchacha-armv8.pl814 sub NEONROUND { subroutine
965 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,1);
966 @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,1);
967 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,1);
968 @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,1);
969 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
970 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
1060 @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0);
1061 @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,0);
1062 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,0);
[all …]
A Dchacha-armv4.pl641 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 10 milliseconds