/openssl-master/crypto/perlasm/ |
A D | sparcv9_modes.pl | 943 ldxa [%l7]0x88, %g3 ! %g3:%g2 is tweak 999 movxtod %g3, %f14 1022 addxc %g3, %g3, %g3 1085 movxtod %g3, %f14 1092 addxc %g3, %g3, %g3 1096 movxtod %g3, %f10 1120 movxtod %g3, %f10 1125 addxc %g3, %g3, %g3 1224 addxc %g3, %g3, %g3 1256 addxc %g3, %g3, %g3 [all …]
|
/openssl-master/crypto/bn/asm/ |
A D | sparcv8.S | 61 ld [%o1+4],%g3 72 umul %o3,%g3,%g3 93 umul %o3,%g3,%g3 181 umul %o3,%g3,%g3 182 addcc %g3,%o5,%g3 196 umul %o3,%g3,%g3 197 addcc %g3,%o5,%g3 272 umul %g3,%g3,%o4 286 umul %g3,%g3,%o4 382 addxcc %g3,%g4,%g3 [all …]
|
A D | sparcv8plus.S | 205 mulx %o3,%g3,%g3 208 add %o4,%g3,%o4 222 mulx %o3,%g3,%g3 225 add %o4,%g3,%o4 304 mulx %o3,%g3,%g3 305 add %g3,%o5,%o4 317 mulx %o3,%g3,%g3 318 add %g3,%o5,%o4 392 mulx %g3,%g3,%o4 405 mulx %g3,%g3,%o4 [all …]
|
A D | sparcv9-gf2m.pl | 34 @T=("%g2","%g3"); 48 .register %g3,#scratch
|
A D | vis3-mont.pl | 41 .register %g3,#scratch
|
A D | sparct4-mont.pl | 96 .register %g3,#scratch
|
/openssl-master/crypto/poly1305/ |
A D | poly1305_ieee754.c | 434 u32 g0, g1, g2, g3, g4; in poly1305_emit() local 463 g3 = (u32)(t = h3 + (t >> 32)); in poly1305_emit() 471 g3 &= mask; in poly1305_emit() 476 g3 |= (h3 & mask); in poly1305_emit() 482 g3 = (u32)(t = (u64)g3 + (t >> 32) + nonce[3]); in poly1305_emit() 487 U32TO8(mac + 12, g3); in poly1305_emit()
|
A D | poly1305.c | 384 u32 g0, g1, g2, g3, g4; in poly1305_emit() local 398 g3 = (u32)(t = (u64)h3 + (t >> 32)); in poly1305_emit() 406 g3 &= mask; in poly1305_emit() 411 h3 = (h3 & mask) | g3; in poly1305_emit()
|
/openssl-master/crypto/poly1305/asm/ |
A D | poly1305-armv4.pl | 343 my ($h0,$h1,$h2,$h3,$h4,$g0,$g1,$g2,$g3)=map("r$_",(3..11)); 358 adcs $g3,$h3,#0 380 movne $h3,$g3 381 ldr $g3,[$nonce,#12] 386 adc $h3,$h3,$g3 1189 adcs $g3,$h3,#0 1203 movne $h3,$g3 1204 ldr $g3,[$nonce,#12] 1209 adc $h3,$h3,$g3
|
A D | poly1305-sparcv9.pl | 62 .register %g3,#scratch
|
/openssl-master/crypto/ec/ |
A D | curve25519.c | 417 h4 += (u128)f_i * g3; in fe51_mul() 428 h1 += (u128)f_i * g3; in fe51_mul() 436 h2 += (u128)f_i * g3; in fe51_mul() 454 h[3] = g3; in fe51_mul() 467 uint64_t g3 = f[3]; in fe51_sq() 474 h3 = (u128)g0 * g3; in fe51_sq() 482 h4 += (u128)g1 * g3; in fe51_sq() 490 h0 += (u128)g2 * g3; in fe51_sq() 507 h[3] = g3; in fe51_sq() 534 h[3] = g3; in fe51_mul121666() [all …]
|
/openssl-master/crypto/sha/asm/ |
A D | sha1-sparcv9.pl | 39 $tmp64="%g3"; 197 .register %g3,#scratch
|
A D | sha512-sparcv9.pl | 119 $tmp0="%g3"; 404 .register %g3,#scratch
|
/openssl-master/crypto/md5/asm/ |
A D | md5-sparcv9.pl | 38 $tx="%g3"; 213 .register %g3,#scratch
|
/openssl-master/crypto/ |
A D | sparccpuid.S | 16 .register %g3,#scratch 123 clr %g3
|
/openssl-master/crypto/aes/asm/ |
A D | aes-sparcv9.pl | 62 $acc13="%g3"; 92 .register %g3,#scratch
|
A D | aest4-sparcv9.pl | 101 .register %g3,#scratch
|
/openssl-master/crypto/modes/asm/ |
A D | ghash-sparcv9.pl | 90 .register %g3,#scratch
|
/openssl-master/crypto/des/asm/ |
A D | dest4-sparcv9.pl | 47 .register %g3,#scratch
|
A D | des_enc.m4 | 40 .register %g3,#scratch 61 #define global3 %g3
|
/openssl-master/crypto/ec/asm/ |
A D | ecp_nistz256-sparcv9.pl | 45 .register %g3,#scratch 103 my ($rp_real,$ap_real)=("%g2","%g3"); 1605 my ($rp_real,$ap_real)=("%g2","%g3");
|