Home
last modified time | relevance | path

Searched refs:r2hi (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl73 $r0lo,$r0hi,$r1lo,$r1hi,$r2lo,$r2hi,
308 lfd $r2hi,8*9($ctx)
435 fmul $h3hi,$r2hi,$x1
461 fmadd $h2hi,$r2hi,$x0,$h2hi
H A Dpoly1305-sparcv9.pl453 $r0lo,$r0hi,$r1lo,$r1hi,$r2lo,$r2hi,
678 ldd [$ctx+8*9],$r2hi
818 fmuld $x1,$r2hi,$h3hi
848 fmaddd $x0,$r2hi,$h2hi,$h2hi
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c240 const double r2hi = st->r[5]; in poly1305_blocks() local
372 h2hi = r1hi * x1 + r0hi * x2 + s3hi * x3 + r2hi * x0; in poly1305_blocks()
373 h3hi = r2hi * x1 + r1hi * x2 + r0hi * x3 + r3hi * x0; in poly1305_blocks()