HomeSort by: relevance | last modified time | path
    Searched refs:h2hi (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/
poly1305-ppcfp.pl 71 my ($h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi,
164 fmul $h2hi,$h2lo,$five_two130 # s2
171 stfd $h2hi,8*13($ctx)
172 fadd $h2hi,$h2lo,$two64
178 fsub $h2hi,$h2hi,$two64
187 fsub $h2lo,$h2lo,$h2hi
192 stfd $h2hi,8*9($ctx) # r2hi
206 fadd $h2hi,$h2lo,$two32
210 fsub $h2hi,$h2hi,$two3
    [all...]
poly1305-sparcv9.pl 451 my ($h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi,
549 faddd $h2lo,$two64,$h2hi
556 fsubd $h2hi,$two64,$h2hi
564 fsubd $h2lo,$h2hi,$h2lo
565 std $h2hi,[$ctx+8*9] ! r2hi
745 faddd $y3,$h2hi,$h2hi
772 faddd $two96,$h2hi,$c2hi
788 fsubd $h2hi,$c2hi,$h2h
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
poly1305-ppcfp.pl 71 my ($h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi,
164 fmul $h2hi,$h2lo,$five_two130 # s2
171 stfd $h2hi,8*13($ctx)
172 fadd $h2hi,$h2lo,$two64
178 fsub $h2hi,$h2hi,$two64
187 fsub $h2lo,$h2lo,$h2hi
192 stfd $h2hi,8*9($ctx) # r2hi
206 fadd $h2hi,$h2lo,$two32
210 fsub $h2hi,$h2hi,$two3
    [all...]
poly1305-sparcv9.pl 451 my ($h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi,
549 faddd $h2lo,$two64,$h2hi
556 fsubd $h2hi,$two64,$h2hi
564 fsubd $h2lo,$h2hi,$h2lo
565 std $h2hi,[$ctx+8*9] ! r2hi
745 faddd $y3,$h2hi,$h2hi
772 faddd $two96,$h2hi,$c2hi
788 fsubd $h2hi,$c2hi,$h2h
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
poly1305-ppcfp.pl 67 my ($h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi,
160 fmul $h2hi,$h2lo,$five_two130 # s2
167 stfd $h2hi,8*13($ctx)
168 fadd $h2hi,$h2lo,$two64
174 fsub $h2hi,$h2hi,$two64
183 fsub $h2lo,$h2lo,$h2hi
188 stfd $h2hi,8*9($ctx) # r2hi
202 fadd $h2hi,$h2lo,$two32
206 fsub $h2hi,$h2hi,$two3
    [all...]
poly1305-sparcv9.pl 449 my ($h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi,
547 faddd $h2lo,$two64,$h2hi
554 fsubd $h2hi,$two64,$h2hi
562 fsubd $h2lo,$h2hi,$h2lo
563 std $h2hi,[$ctx+8*9] ! r2hi
743 faddd $y3,$h2hi,$h2hi
770 faddd $two96,$h2hi,$c2hi
786 fsubd $h2hi,$c2hi,$h2h
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 227 double h0lo, h0hi, h1lo, h1hi, h2lo, h2hi, h3lo, h3hi; local
287 h2hi = 0;
321 * one can as well accumulate to h0lo-h1lo-h1hi-h2hi...
326 h2hi += x3;
338 c2hi = (h2hi + TWO(52) * TWO96) - TWO(52) * TWO96;
350 x2 += (h2hi - c2hi) + c1hi;
367 h2hi = r1hi * x1 + r0hi * x2 + s3hi * x3 + r2hi * x0;
385 c2hi = (h2hi + TWO(52) * TWO96) - TWO(52) * TWO96;
397 x2 += (h2hi - c2hi) + c1hi;
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305_ieee754.c 232 double h0lo, h0hi, h1lo, h1hi, h2lo, h2hi, h3lo, h3hi; local
292 h2hi = 0;
326 * one can as well accumulate to h0lo-h1lo-h1hi-h2hi...
331 h2hi += x3;
343 c2hi = (h2hi + TWO(52)*TWO96) - TWO(52)*TWO96;
355 x2 += (h2hi - c2hi) + c1hi;
372 h2hi = r1hi * x1 + r0hi * x2 + s3hi * x3 + r2hi * x0;
390 c2hi = (h2hi + TWO(52)*TWO96) - TWO(52)*TWO96;
402 x2 += (h2hi - c2hi) + c1hi;
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_ieee754.c 232 double h0lo, h0hi, h1lo, h1hi, h2lo, h2hi, h3lo, h3hi; local
292 h2hi = 0;
326 * one can as well accumulate to h0lo-h1lo-h1hi-h2hi...
331 h2hi += x3;
343 c2hi = (h2hi + TWO(52)*TWO96) - TWO(52)*TWO96;
355 x2 += (h2hi - c2hi) + c1hi;
372 h2hi = r1hi * x1 + r0hi * x2 + s3hi * x3 + r2hi * x0;
390 c2hi = (h2hi + TWO(52)*TWO96) - TWO(52)*TWO96;
402 x2 += (h2hi - c2hi) + c1hi;
  /src/crypto/external/apache2/openssl/dist/crypto/ec/asm/
x25519-ppc64.pl 507 $h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi,$h4lo,$h4hi) =
551 mulhdu $h2hi,$a2,$bi
580 adde $h2hi,$h2hi,$t1
604 adde $h2hi,$h2hi,$t1
622 insrdi $t0,$h2hi,51,0 # h2>>51
714 mulhdu $h2hi,$a2,$bi
733 adde $h2hi,$h2hi,$t
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/asm/
x25519-ppc64.pl 507 $h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi,$h4lo,$h4hi) =
551 mulhdu $h2hi,$a2,$bi
580 adde $h2hi,$h2hi,$t1
604 adde $h2hi,$h2hi,$t1
622 insrdi $t0,$h2hi,51,0 # h2>>51
714 mulhdu $h2hi,$a2,$bi
733 adde $h2hi,$h2hi,$t
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
x25519-ppc64.pl 504 $h0lo,$h0hi,$h1lo,$h1hi,$h2lo,$h2hi,$h3lo,$h3hi,$h4lo,$h4hi) =
548 mulhdu $h2hi,$a2,$bi
577 adde $h2hi,$h2hi,$t1
601 adde $h2hi,$h2hi,$t1
619 insrdi $t0,$h2hi,51,0 # h2>>51
711 mulhdu $h2hi,$a2,$bi
730 adde $h2hi,$h2hi,$t
    [all...]

Completed in 30 milliseconds