Home
last modified time | relevance | path

Searched refs:m0 (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/bn/asm/
H A Dia64-mont.pl514 (p17) xma.hu nhi[7]=ni6,mj[1],nhi[6] // np[6]*m0
534 (p17) xma.hu nhi[8]=ni7,mj[1],nhi[7] // np[7]*m0
554 (p16) xma.hu nhi[0]=ni0,mj[0],alo[0] // np[0]*m0
574 (p16) xma.hu nhi[1]=ni1,mj[0],nhi[0] // np[1]*m0
594 (p16) xma.hu nhi[2]=ni2,mj[0],nhi[1] // np[2]*m0
614 (p16) xma.hu nhi[3]=ni3,mj[0],nhi[2] // np[3]*m0
632 (p16) xma.hu nhi[4]=ni4,mj[0],nhi[3] // np[4]*m0
652 (p16) xma.hu nhi[5]=ni5,mj[0],nhi[4] // np[5]*m0
676 (p17) xma.hu nhi[7]=ni6,mj[1],nhi[6] // np[6]*m0
693 (p17) xma.hu nhi[8]=ni7,mj[1],nhi[7] // np[7]*m0
H A Dvis3-mont.pl107 sllx $t3, 32, $m0
109 or $t2, $m0, $m0
118 mulx $aj, $m0, $lo0 ! ap[0]*bp[0]
119 umulxhi $aj, $m0, $hi0
137 umulxhi $aj, $m0, $aj ! ahi=aj
177 umulxhi $aj, $m0, $aj ! ahi=aj
219 sllx $t3, 32, $m0
221 or $t2, $m0, $m0
226 umulxhi $aj, $m0, $hi0
232 umulxhi $aj, $m0, $aj ! ahi=aj
[all …]
H A Dsparct4-mont.pl712 ldx [$bp+0], $m0 ! m0=bp[0]
720 umulxhi $aj, $m0, $hi0
729 umulxhi $aj, $m0, $aj ! ahi=aj
759 umulxhi $aj, $m0, $aj ! ahi=aj
791 ldx [$bp+0], $m0 ! m0=bp[i]
803 umulxhi $aj, $m0, $hi0
809 umulxhi $aj, $m0, $aj ! ahi=aj
834 umulxhi $aj, $m0, $aj ! ahi=aj
965 umulxhi $aj, $m0, $hi0
1038 &load_b($bp,$m0); # m0=bp[i]
[all …]
H A Dx86_64-mont.pl97 $m0="%rbx";
181 mov ($bp),$m0 # m0=bp[0]
188 mulq $m0 # ap[0]*bp[0]
216 mulq $m0 # ap[j]*bp[0]
250 mulq $m0 # ap[0]*bp[i]
280 mulq $m0 # ap[j]*bp[i]
435 mulq $m0 # ap[0]*bp[0]
448 mulq $m0
466 mulq $m0 # ap[j]*bp[0]
481 mulq $m0 # ap[j]*bp[0]
[all …]
H A Dx86_64-mont5.pl86 $m0="%rbx";
706 mulq $m0
1813 mulq $m0
1819 mulq $m0
1828 mulq $m0
1837 mulq $m0
1846 mulq $m0
1854 mulq $m0
1862 mulq $m0
1870 mulq $m0
[all …]
H A Darmv8-mont.pl116 umulh $hi0,$hi0,$m0
118 umulh $ahi,$aj,$m0
151 umulh $ahi,$aj,$m0
184 umulh $hi0,$hi0,$m0
188 umulh $ahi,$aj,$m0
216 umulh $ahi,$aj,$m0
1449 $m0,$m1,$m2,$m3,
1602 ldp $m0,$m1,[$np,#8*0]
1793 subs $t0,$acc0,$m0
1809 sbcs $t0,$acc0,$m0
[all …]
H A Dppc-mont.pl122 my $m0="r23";
179 $UMULH $hi0,$aj,$m0
187 $UMULH $ahi,$aj,$m0
208 $UMULH $ahi,$aj,$m0
242 $UMULH $hi0,$aj,$m0
249 $UMULH $ahi,$aj,$m0
270 $UMULH $ahi,$aj,$m0
359 $m0,$m1,$m2,$m3,
799 subfc $t0,$m0,$acc0
910 and $m0,$m0,$carry
[all …]
/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c103 u64 m0, m1; in poly1305_blocks() local
105 m0 = U8TOU64(inp + 0); in poly1305_blocks()
109 h0 += m0 & 0x0fffffffffff; in poly1305_blocks()
110 h1 += ((m0 >> 44) | (m1 << 20)) & 0x0fffffffffff; in poly1305_blocks()
/openssl/crypto/bn/
H A Dbn_gf2m.c234 BN_ULONG m1, m0; in bn_GF2m_mul_2x2() local
238 bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in bn_GF2m_mul_2x2()
241 r[1] = r[3] ^ r[2] ^ r[0] ^ m1 ^ m0; /* l1 ^= l0 ^ h0 ^ m0; */ in bn_GF2m_mul_2x2()

Completed in 61 milliseconds