Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl394 my ($iv0,$iv1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift)
424 ldd [$key + 8], $r0lo
445 fxor $r0lo, %f2, %f2
501 fxor $r0lo, $in1, $in1
623 fxor $r0lo, $in1, $in1
659 fxor $in1, $r0lo, %f2
756 fxor $in1, $r0lo, %f2
864 my ($ctr0,$ctr1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift)
896 ldd [$key + 8], $r0lo
920 fxor $ctr1, $r0lo, %f2
[all …]
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c235 const double r0lo = st->r[0]; in poly1305_blocks() local
365 h0lo = s3lo * x1 + s2lo * x2 + s1lo * x3 + r0lo * x0; in poly1305_blocks()
366 h1lo = r0lo * x1 + s3lo * x2 + s2lo * x3 + r1lo * x0; in poly1305_blocks()
367 h2lo = r1lo * x1 + r0lo * x2 + s3lo * x3 + r2lo * x0; in poly1305_blocks()
368 h3lo = r2lo * x1 + r1lo * x2 + r0lo * x3 + r3lo * x0; in poly1305_blocks()
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl73 $r0lo,$r0hi,$r1lo,$r1hi,$r2lo,$r2hi,
303 lfd $r0lo,8*4($ctx) # load key
432 fmul $h1lo,$r0lo,$x1
443 fmadd $h3lo,$r0lo,$x3,$h3lo
448 fmadd $h2lo,$r0lo,$x2,$h2lo
455 fmadd $h0lo,$r0lo,$x0,$h0lo
H A Dpoly1305-sparcv9.pl453 $r0lo,$r0hi,$r1lo,$r1hi,$r2lo,$r2hi,
673 ldd [$ctx+8*4],$r0lo ! load key
815 fmuld $x1,$r0lo,$h1lo
826 fmaddd $x3,$r0lo,$h3lo,$h3lo
831 fmaddd $x2,$r0lo,$h2lo,$h2lo
842 fmaddd $x0,$r0lo,$h0lo,$h0lo