Home
last modified time | relevance | path

Searched refs:r0hi (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)
423 ldd [$key + 0], $r0hi ! round[0]
444 fxor $r0hi, %f0, %f0 ! ivec^=round[0]
500 fxor $r0hi, $in0, $in0 ! inp^=round[0]
622 fxor $r0hi, $in0, $in0 ! inp^=round[0]
658 fxor $in0, $r0hi, %f0 ! inp^round[0]
755 fxor $in0, $r0hi, %f0 ! inp^round[0]
864 my ($ctr0,$ctr1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift)
895 ldd [$key + 0], $r0hi ! round[0]
919 fxor $ctr0, $r0hi, %f0 ! counter^round[0]
[all …]
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c236 const double r0hi = st->r[1]; in poly1305_blocks() local
370 h0hi = s3hi * x1 + s2hi * x2 + s1hi * x3 + r0hi * x0; in poly1305_blocks()
371 h1hi = r0hi * x1 + s3hi * x2 + s2hi * x3 + r1hi * x0; in poly1305_blocks()
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()
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl73 $r0lo,$r0hi,$r1lo,$r1hi,$r2lo,$r2hi,
304 lfd $r0hi,8*5($ctx)
433 fmul $h1hi,$r0hi,$x1
444 fmadd $h3hi,$r0hi,$x3,$h3hi
449 fmadd $h2hi,$r0hi,$x2,$h2hi
457 fmadd $h0hi,$r0hi,$x0,$h0hi
H A Dpoly1305-sparcv9.pl453 $r0lo,$r0hi,$r1lo,$r1hi,$r2lo,$r2hi,
674 ldd [$ctx+8*5],$r0hi
816 fmuld $x1,$r0hi,$h1hi
827 fmaddd $x3,$r0hi,$h3hi,$h3hi
832 fmaddd $x2,$r0hi,$h2hi,$h2hi
844 fmaddd $x0,$r0hi,$h0hi,$h0hi