Searched refs:NEONROUND (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 814 sub NEONROUND { subroutine 946 my @thread0=&NEONROUND($A0,$B0,$C0,$D0,$T0,0); 947 my @thread1=&NEONROUND($A1,$B1,$C1,$D1,$T1,0); 948 my @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,0); 949 my @thread3=&NEONROUND($A3,$B3,$C3,$D3,$T3,0); 950 my @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0); 951 my @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0); 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); [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);
|