Searched refs:m0 (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/bn/asm/ |
H A D | ia64-mont.pl | 514 (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 D | vis3-mont.pl | 107 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 D | sparct4-mont.pl | 712 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 D | x86_64-mont.pl | 97 $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 D | x86_64-mont5.pl | 86 $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 D | armv8-mont.pl | 116 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 D | ppc-mont.pl | 122 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 D | poly1305_base2_44.c | 103 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 D | bn_gf2m.c | 235 BN_ULONG m1, m0; in bn_GF2m_mul_2x2() local 239 bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in bn_GF2m_mul_2x2() 242 r[1] = r[3] ^ r[2] ^ r[0] ^ m1 ^ m0; /* l1 ^= l0 ^ h0 ^ m0; */ in bn_GF2m_mul_2x2()
|
Completed in 26 milliseconds