Searched refs:reduction_alg9 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl47 # reduction_alg9, increase reduction aggregate factor to 4x. As for
452 sub reduction_alg9 { # 17/11 times faster than Intel version
523 &reduction_alg9 ($Xhi,$Xi);
536 &reduction_alg9 ($Xhi,$Xi);
541 &reduction_alg9 ($Xhi,$Xi);
579 $code.=<<___ if (0 || (&reduction_alg9($Xhi,$Xi)&&0));
817 &reduction_alg9($Xhi,$Xi);
935 &reduction_alg9 ($Xhi,$Xi);
946 &reduction_alg9 ($Xhi,$Xi);
449 sub reduction_alg9 { # 17/11 times faster than Intel version subroutine
H A Dghash-x86.pl125 # reduction_alg9. Resulting performance is 1.96 cycles per byte on
903 sub reduction_alg9 { # 17/11 times faster than Intel version
960 &reduction_alg9 ($Xhi,$Xi);
990 &reduction_alg9 ($Xhi,$Xi);
1075 &movdqa ($T2,$Xi); #&reduction_alg9($Xhi,$Xi); 1st phase
1130 &reduction_alg9 ($Xhi,$Xi);
1142 &reduction_alg9 ($Xhi,$Xi);
895 sub reduction_alg9 { # 17/11 times faster than Intel version subroutine

Completed in 64 milliseconds