Home
last modified time | relevance | path

Searched refs:h2hi (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl71 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,$two32
214 fsub $h2lo,$h2lo,$h2hi
[all …]
H A Dpoly1305-sparcv9.pl451 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,$h2hi
797 faddd $h2hi,$c1hi,$h2hi
805 faddd $h2lo,$h2hi,$x2
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Dx25519-ppc64.pl507 $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,$t1
758 adde $h2hi,$h2hi,$t1
811 mulhdu $h2hi,$a2,$bi
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c232 double h0lo, h0hi, h1lo, h1hi, h2lo, h2hi, h3lo, h3hi; in poly1305_blocks() local
292 h2hi = 0; in poly1305_blocks()
331 h2hi += x3; in poly1305_blocks()
343 c2hi = (h2hi + TWO(52)*TWO96) - TWO(52)*TWO96; in poly1305_blocks()
355 x2 += (h2hi - c2hi) + c1hi; in poly1305_blocks()
372 h2hi = r1hi * x1 + r0hi * x2 + s3hi * x3 + r2hi * x0; in poly1305_blocks()
390 c2hi = (h2hi + TWO(52)*TWO96) - TWO(52)*TWO96; in poly1305_blocks()
402 x2 += (h2hi - c2hi) + c1hi; in poly1305_blocks()