Home
last modified time | relevance | path

Searched refs:t6 (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl145 $t6="r30";
301 extrdi $t6,$t7,16,16
305 std $t6,`$FRAME+48`($sp)
314 lwz $t6,`12^$LITTLE_ENDIAN`($np) ; load n[1] as 32-bit word pair
329 mullw $t6,$a1,$t1
331 add $t5,$t5,$t6
352 extrwi $t6,$t1,16,16
356 std $t6,`$FRAME+48`($sp)
365 lwz $t6,8($np)
383 std $t6,`$FRAME+112`($sp)
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl125 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
168 lwxs $t6,$i2($Tbl) # Te2[s0>>8]
189 rotr $t6,$t6,16
196 xor $t2,$t6
197 lwxs $t6,$i2($Tbl) # Te0[s2>>24]
217 xor $t2,$t6
251 ext $t6,$s0,8,8
256 $PTR_INS $i2,$t6,2,8
303 lw $t6,0($i2) # Te2[s0>>8]
325 lw $t6,0($i2) # Te2[s0>>8]
[all …]
/freebsd/contrib/bearssl/src/ec/
H A Dec_c25519_m64.c258 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, th; in f255_mul() local
299 t6 = (uint64_t)(z >> 64); in f255_mul()
311 + (unsigned __int128)t6 + (z >> 64); in f255_mul()
312 t6 = (uint64_t)z; in f255_mul()
327 t7 = ((t7 << 1) | (t6 >> 63)) & MASK63; in f255_mul()
328 t6 = (t6 << 1) | (t5 >> 63); in f255_mul()
341 z = (unsigned __int128)t6 * 19 + (z >> 64); in f255_mul()
342 t6 = (uint64_t)z; in f255_mul()
360 z = (unsigned __int128)t2 + (unsigned __int128)t6 + (z >> 64); in f255_mul()
381 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, th; in f255_mul()
[all …]
H A Dec_p256_m62.c879 uint64_t t1[5], t2[5], t3[5], t4[5], t5[5], t6[5], t7[5], tt; in p256_add() local
914 f256_montymul(t6, t1, t7); in p256_add()
922 f256_sub(P1->x, P1->x, t6); in p256_add()
923 f256_sub(P1->x, P1->x, t6); in p256_add()
928 f256_sub(t6, t6, P1->x); in p256_add()
929 f256_montymul(P1->y, t4, t6); in p256_add()
991 uint64_t t1[5], t2[5], t3[5], t4[5], t5[5], t6[5], t7[5], tt; in p256_add_mixed() local
1024 f256_montymul(t6, t1, t7); in p256_add_mixed()
1032 f256_sub(P1->x, P1->x, t6); in p256_add_mixed()
1033 f256_sub(P1->x, P1->x, t6); in p256_add_mixed()
[all …]
H A Dec_p256_m64.c899 uint64_t t1[4], t2[4], t3[4], t4[4], t5[4], t6[4], t7[4], tt; in p256_add() local
934 f256_montymul(t6, t1, t7); in p256_add()
942 f256_sub(P1->x, P1->x, t6); in p256_add()
943 f256_sub(P1->x, P1->x, t6); in p256_add()
948 f256_sub(t6, t6, P1->x); in p256_add()
949 f256_montymul(P1->y, t4, t6); in p256_add()
1011 uint64_t t1[4], t2[4], t3[4], t4[4], t5[4], t6[4], t7[4], tt; in p256_add_mixed() local
1044 f256_montymul(t6, t1, t7); in p256_add_mixed()
1052 f256_sub(P1->x, P1->x, t6); in p256_add_mixed()
1053 f256_sub(P1->x, P1->x, t6); in p256_add_mixed()
[all …]
H A Dec_p256_m31.c861 uint32_t t1[9], t2[9], t3[9], t4[9], t5[9], t6[9], t7[9]; in p256_add() local
899 mul_f256(t6, t1, t7); in p256_add()
907 sub_f256(P1->x, P1->x, t6); in p256_add()
908 sub_f256(P1->x, P1->x, t6); in p256_add()
913 sub_f256(t6, t6, P1->x); in p256_add()
914 mul_f256(P1->y, t4, t6); in p256_add()
972 uint32_t t1[9], t2[9], t3[9], t4[9], t5[9], t6[9], t7[9]; in p256_add_mixed() local
1008 mul_f256(t6, t1, t7); in p256_add_mixed()
1016 sub_f256(P1->x, P1->x, t6); in p256_add_mixed()
1017 sub_f256(P1->x, P1->x, t6); in p256_add_mixed()
[all …]
H A Dec_prime_i15.c185 #define t6 11 macro
352 MMUL(t6, t1, t7),
361 MSUB(P1x, t6),
362 MSUB(P1x, t6),
367 MSUB(t6, P1x),
368 MMUL(P1y, t4, t6),
H A Dec_prime_i31.c184 #define t6 11 macro
351 MMUL(t6, t1, t7),
360 MSUB(P1x, t6),
361 MSUB(P1x, t6),
366 MSUB(t6, P1x),
367 MMUL(P1y, t4, t6),
H A Dec_p256_m15.c1483 uint32_t t1[20], t2[20], t3[20], t4[20], t5[20], t6[20], t7[20]; in p256_add() local
1526 mul_f256(t6, t1, t7); in p256_add()
1534 P1->x[i] += (F256[i] << 3) - t5[i] - (t6[i] << 1); in p256_add()
1543 t6[i] += (F256[i] << 1) - P1->x[i]; in p256_add()
1545 norm13(t6, t6, 20); in p256_add()
1546 mul_f256(P1->y, t4, t6); in p256_add()
1608 uint32_t t1[20], t2[20], t3[20], t4[20], t5[20], t6[20], t7[20]; in p256_add_mixed() local
1649 mul_f256(t6, t1, t7); in p256_add_mixed()
1657 P1->x[i] += (F256[i] << 3) - t5[i] - (t6[i] << 1); in p256_add_mixed()
1666 t6[i] += (F256[i] << 1) - P1->x[i]; in p256_add_mixed()
[all …]
/freebsd/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl201 my $t6="v31";
552 eor $t6.8b, $t6.8b, $res2.8b @ GHASH block 4k+2 - mid
587 ins $t6.d[1], $t6.d[0] @ GHASH block 4k+2 - mid
609 pmull2 $t6.1q, $t6.2d, $h12k.2d @ GHASH block 4k+2 - mid
632 eor $acc_mb, $acc_mb, $t6.16b @ GHASH block 4k+2 - mid
773 eor $t6.8b, $t6.8b, $res2.8b @ GHASH block 4k+2 - mid
783 ins $t6.d[1], $t6.d[0] @ GHASH block 4k+2 - mid
793 pmull2 $t6.1q, $t6.2d, $h12k.2d @ GHASH block 4k+2 - mid
816 eor $acc_mb, $acc_mb, $t6.16b @ GHASH block 4k+2 - mid
1450 eor $t6.8b, $t6.8b, $res2.8b @ GHASH block 4k+2 - mid
[all …]
H A Dghashp8-ppc.pl152 my ($t4,$t5,$t6) = ($Hl,$H,$Hh);
162 vpmsumd $t6,$Xl1,$xC2 # 1st reduction phase
176 vxor $Xl1,$Xl1,$t6
/freebsd/crypto/openssh/regress/
H A DMakefile5 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12
147 t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub \
191 t6: target
193 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.prv > $(OBJ)/t6.out1 ; \
194 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.pub > $(OBJ)/t6.out2 ; \
195 chmod 600 $(OBJ)/t6.out1 ; \
196 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2 ; \
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl101 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7)=(map("%o$_",(0..5)),"%g4","%g5");
195 ld [$ap+24],$t6
203 mulx $t6,$bi,$t6
211 srlx $t6,32,@acc[7]
228 addccc @acc[6],$t6,@acc[6]
230 ld [$ap+24],$t6
288 mulx $t6,$bi,$t6
301 add @acc[6],$t6,$t6
304 srlx $t6,32,@acc[7]
314 addccc @acc[6],$t6,@acc[6]
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Decp_smpl.c1568 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_step() local
1577 t6 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_ladder_step()
1579 if (t6 == NULL in ossl_ec_GFp_simple_ladder_step()
1580 || !group->meth->field_mul(group, t6, r->X, s->X, ctx) in ossl_ec_GFp_simple_ladder_step()
1585 || !BN_mod_add_quick(t5, t6, t5, group->field) in ossl_ec_GFp_simple_ladder_step()
1586 || !BN_mod_add_quick(t6, t3, t4, group->field) in ossl_ec_GFp_simple_ladder_step()
1587 || !group->meth->field_mul(group, t5, t6, t5, ctx) in ossl_ec_GFp_simple_ladder_step()
1601 || !group->meth->field_mul(group, t6, t5, group->a, ctx) in ossl_ec_GFp_simple_ladder_step()
1606 || !BN_mod_sub_quick(t3, t4, t6, group->field) in ossl_ec_GFp_simple_ladder_step()
1612 || !BN_mod_add_quick(t3, t4, t6, group->field) in ossl_ec_GFp_simple_ladder_step()
[all …]
/freebsd/sys/riscv/riscv/
H A Dlocore.S145 or t6, t4, s2
151 sd t6, (t0) /* Store new PTE */
165 or t6, t4, t5
171 sd t6, (t0)
H A Dexception.S65 sd t6, (TF_T + 6 * 8)(sp)
157 ld t6, (TF_T + 6 * 8)(sp)
/freebsd/sys/powerpc/powerpc/
H A Dsupport.S202 #define t6 %r11 macro
275 andi. t6, t3, WORD-1 /* Align rd to word size */
276 mtctr t6
277 sub rl, rl, t6
300 LOAD t6, WORD*5(rs)
309 STORE t6, WORD*5(rd)
/freebsd/share/misc/
H A Dscsi_modes102 {Reserved} *t6
123 {Reserved} *t6
147 {Reserved} *t6
180 {Reserved} *t6
325 {Reserved} *t6
407 {Reserved} *t6
420 {Reserved} *t6
/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c97 t6 = rotl64(z7 + y1, 48); \
103 r0 = (z1 ^ s1) + (z5 ^ t5); z8 = t6 ^ t7; \
107 r5 = (s3 ^ z4) + (z7 ^ t6); z6 = t2 ^ t5; \
123 uint64_t t0, t1, t2, t3, t4, t5, t6, t7; in Q512() local
/freebsd/lib/msun/src/
H A De_lgammaf_r.c49 t6 = 1.86483748e-02, /* 0x3c98c47a */ variable
176 p = t0+y*t1+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*t7))))); in lgammaf_r()
H A De_lgamma_r.c113 t6 = 6.10053870246291332635e-03, /* 0x3F78FCE0, 0xE370E344 */ variable
256 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */ in lgamma_r()
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c47 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; in br_aes_ct_bitslice_Sbox() local
99 t6 = t5 ^ t2; in br_aes_ct_bitslice_Sbox()
111 t18 = t6 ^ t16; in br_aes_ct_bitslice_Sbox()
H A Daes_ct64.c47 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; in br_aes_ct64_bitslice_Sbox() local
99 t6 = t5 ^ t2; in br_aes_ct64_bitslice_Sbox()
111 t18 = t6 ^ t16; in br_aes_ct64_bitslice_Sbox()
/freebsd/tools/test/stress2/misc/
H A Dbench.sh228 t6(void)
294 functions[5] = &t6;
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c74 t6 = 1.79706751152103942928638276067164935e-02L, variable
280 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+ in lgammal_r()

12