Home
last modified time | relevance | path

Searched refs:t5 (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
HDppc64-mont.pl140 $t5="r29";
296 extrdi $t5,$t7,16,32
300 std $t5,`$FRAME+40`($sp)
309 lwz $t5,`0^$LITTLE_ENDIAN`($np)
324 mulhwu $t5,$a0,$t1
327 add $t5,$t5,$t6
328 add $t5,$t5,$t7
341 mullw $t2,$t5,$n0
347 extrwi $t5,$t0,16,0
351 std $t5,`$FRAME+40`($sp)
[all …]
/freebsd-13-stable/contrib/bearssl/src/ec/
HDec_c25519_m64.c258 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, th; in f255_mul() local
285 t5 = (uint64_t)(z >> 64); in f255_mul()
297 + (unsigned __int128)t5 + (z >> 64); in f255_mul()
298 t5 = (uint64_t)z; in f255_mul()
308 + (unsigned __int128)t5 + (z >> 64); in f255_mul()
309 t5 = (uint64_t)z; in f255_mul()
328 t6 = (t6 << 1) | (t5 >> 63); in f255_mul()
329 t5 = (t5 << 1) | (t4 >> 63); in f255_mul()
339 z = (unsigned __int128)t5 * 19 + (z >> 64); in f255_mul()
340 t5 = (uint64_t)z; in f255_mul()
[all …]
HDec_p256_m62.c879 uint64_t t1[5], t2[5], t3[5], t4[5], t5[5], t6[5], t7[5], tt; in p256_add() local
895 f256_montymul(t5, P1->z, t4); in p256_add()
896 f256_montymul(t4, P2->y, t5); in p256_add()
915 f256_montymul(t5, t7, t2); in p256_add()
921 f256_sub(P1->x, P1->x, t5); in p256_add()
930 f256_montymul(t1, t5, t3); 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
1005 f256_montymul(t5, P1->z, t4); in p256_add_mixed()
1006 f256_montymul(t4, P2->y, t5); in p256_add_mixed()
1025 f256_montymul(t5, t7, t2); in p256_add_mixed()
[all …]
HDec_p256_m64.c899 uint64_t t1[4], t2[4], t3[4], t4[4], t5[4], t6[4], t7[4], tt; in p256_add() local
915 f256_montymul(t5, P1->z, t4); in p256_add()
916 f256_montymul(t4, P2->y, t5); in p256_add()
935 f256_montymul(t5, t7, t2); in p256_add()
941 f256_sub(P1->x, P1->x, t5); in p256_add()
950 f256_montymul(t1, t5, t3); 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
1025 f256_montymul(t5, P1->z, t4); in p256_add_mixed()
1026 f256_montymul(t4, P2->y, t5); in p256_add_mixed()
1045 f256_montymul(t5, t7, t2); in p256_add_mixed()
[all …]
HDec_p256_m31.c861 uint32_t t1[9], t2[9], t3[9], t4[9], t5[9], t6[9], t7[9]; in p256_add() local
878 mul_f256(t5, P1->z, t4); in p256_add()
879 mul_f256(t4, P2->y, t5); in p256_add()
900 mul_f256(t5, t7, t2); in p256_add()
906 sub_f256(P1->x, P1->x, t5); in p256_add()
915 mul_f256(t1, t5, t3); 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
987 mul_f256(t5, P1->z, t4); in p256_add_mixed()
988 mul_f256(t4, P2->y, t5); in p256_add_mixed()
1009 mul_f256(t5, t7, t2); in p256_add_mixed()
[all …]
HDec_prime_i31.c183 #define t5 10 macro
333 MMUL(t5, P1z, t4),
334 MMUL(t4, P2y, t5),
352 MMUL(t5, t7, t2),
359 MSUB(P1x, t5),
368 MMUL(t1, t5, t3),
HDec_prime_i15.c184 #define t5 10 macro
334 MMUL(t5, P1z, t4),
335 MMUL(t4, P2y, t5),
353 MMUL(t5, t7, t2),
360 MSUB(P1x, t5),
369 MMUL(t1, t5, t3),
HDec_p256_m15.c1483 uint32_t t1[20], t2[20], t3[20], t4[20], t5[20], t6[20], t7[20]; in p256_add() local
1500 mul_f256(t5, P1->z, t4); in p256_add()
1501 mul_f256(t4, P2->y, t5); in p256_add()
1527 mul_f256(t5, t7, t2); in p256_add()
1534 P1->x[i] += (F256[i] << 3) - t5[i] - (t6[i] << 1); in p256_add()
1547 mul_f256(t1, t5, t3); 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
1623 mul_f256(t5, P1->z, t4); in p256_add_mixed()
1624 mul_f256(t4, P2->y, t5); in p256_add_mixed()
1650 mul_f256(t5, t7, t2); in p256_add_mixed()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
HDaes-mips.pl120 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
161 lwxs $t5,$i1($Tbl) # Te2[s3>>8]
183 rotr $t5,$t5,16
189 xor $t1,$t5
190 lwxs $t5,$i1($Tbl) # Te0[s1>>24]
211 xor $t1,$t5
279 lw $t5,0($i1) # Te2[s3>>8]
305 lw $t5,0($i1) # Te2[s3>>8]
331 rotr $t5,$t5,16
341 lwl $t5,2($i1) # Te2[s3>>8]
[all …]
/freebsd-13-stable/sys/riscv/riscv/
HDlocore.S134 slli t5, s2, PTE_PPN0_S /* (s2 << PTE_PPN0_S) */
135 or t6, t4, t5
151 or t5, t0, t2
152 sd t5, (s1) /* Store PTE entry to position */
167 slli t5, s2, PTE_PPN0_S /* (s2 << PTE_PPN0_S) */
168 or t6, t4, t5
HDexception.S64 sd t5, (TF_T + 5 * 8)(sp)
156 ld t5, (TF_T + 5 * 8)(sp)
/freebsd-13-stable/crypto/openssl/crypto/ec/
HDecp_smpl.c1490 BIGNUM *t1, *t2, *t3, *t4, *t5 = NULL; in ec_GFp_simple_ladder_pre() local
1496 t5 = s->Y; in ec_GFp_simple_ladder_pre()
1502 || !group->meth->field_mul(group, t5, p->X, group->b, ctx) in ec_GFp_simple_ladder_pre()
1503 || !BN_mod_lshift_quick(t5, t5, 3, group->field) in ec_GFp_simple_ladder_pre()
1505 || !BN_mod_sub_quick(r->X, t4, t5, group->field) in ec_GFp_simple_ladder_pre()
1561 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ec_GFp_simple_ladder_step() local
1569 t5 = BN_CTX_get(ctx); in ec_GFp_simple_ladder_step()
1577 || !group->meth->field_mul(group, t5, group->a, t0, ctx) in ec_GFp_simple_ladder_step()
1578 || !BN_mod_add_quick(t5, t6, t5, group->field) in ec_GFp_simple_ladder_step()
1580 || !group->meth->field_mul(group, t5, t6, t5, ctx) in ec_GFp_simple_ladder_step()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/ec/asm/
HDecp_nistz256-sparcv9.pl99 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7)=(map("%o$_",(0..5)),"%g4","%g5");
192 ld [$ap+20],$t5
200 mulx $t5,$bi,$t5
208 srlx $t5,32,@acc[6]
223 addccc @acc[5],$t5,@acc[5]
225 ld [$ap+20],$t5
285 mulx $t5,$bi,$t5
297 add @acc[5],$t5,$t5
300 srlx $t5,32,@acc[6]
311 addccc @acc[5],$t5,@acc[5]
[all …]
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
HDghashp8-ppc.pl149 my ($t4,$t5,$t6) = ($Hl,$H,$Hh);
164 vsldoi $t5,$zero,$Xm1,8
168 vxor $Xh1,$Xh1,$t5
176 vsldoi $t5,$Xl1,$Xl1,8 # 2nd reduction phase
180 vxor $t5,$t5,$Xh1
182 vxor $Xl1,$Xl1,$t5
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/edonr/
HDedonr.c170 t5 = rotl32(y27 + y4, 20); \
187 t5 = rotl64(y27 + y4, 44); \
195 r0 = (s04 ^ s1) + (t01 ^ t5); \
204 t25 = t2 ^ t5; \
215 r0 = (s04 ^ s1) + (t01 ^ t5); \
224 t25 = t2 ^ t5; \
239 t5, t6, t7; in Q256() local
364 t5, t6, t7; in Q512() local
/freebsd-13-stable/share/misc/
HDscsi_modes165 {Reserved} *t5
225 {Reserved} *t5
312 {Reserved} *t5
351 {Reserved} *t5
379 {Active Format} t5
398 {Reserved} *t5
410 {Reserved} *t5
/freebsd-13-stable/lib/msun/src/
HDe_lgammaf_r.c49 t5 = -3.28450352e-02, /* 0xbd068884 */ variable
177 p = t0+y*t1+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*t7))))); in lgammaf_r()
HDe_lgamma_r.c114 t5 = -1.03142241298341437450e-02, /* 0xBF851F9F, 0xBA91EC6A */ variable
260 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in lgamma_r()
/freebsd-13-stable/sys/mips/include/
HDregdef.h68 #define t5 $13 macro
HDframe.h67 register_t t5; member
/freebsd-13-stable/contrib/bearssl/src/symcipher/
HDaes_ct.c47 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; in br_aes_ct_bitslice_Sbox() local
98 t5 = y4 & x7; in br_aes_ct_bitslice_Sbox()
99 t6 = t5 ^ t2; in br_aes_ct_bitslice_Sbox()
HDaes_ct64.c47 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; in br_aes_ct64_bitslice_Sbox() local
98 t5 = y4 & x7; in br_aes_ct64_bitslice_Sbox()
99 t6 = t5 ^ t2; in br_aes_ct64_bitslice_Sbox()
/freebsd-13-stable/crypto/libecc/src/curves/
HDprj_pt.c976 fp t0, t1, t2, t3, t4, t5; in __prj_pt_add_monty_cf() local
979 t3.magic = t4.magic = t5.magic = WORD(0); in __prj_pt_add_monty_cf()
988 ret = fp_init(&t5, out->crv->a.ctx); EG(ret, err); in __prj_pt_add_monty_cf()
1000 ret = fp_add_monty(&t5, &in2->X, &in2->Z); EG(ret, err); in __prj_pt_add_monty_cf()
1002 ret = fp_mul_monty(&t4, &t4, &t5); EG(ret, err); in __prj_pt_add_monty_cf()
1003 ret = fp_add_monty(&t5, &t0, &t2); EG(ret, err); in __prj_pt_add_monty_cf()
1004 ret = fp_sub_monty(&t4, &t4, &t5); EG(ret, err); in __prj_pt_add_monty_cf()
1005 ret = fp_add_monty(&t5, &in1->Y, &in1->Z); EG(ret, err); in __prj_pt_add_monty_cf()
1008 ret = fp_mul_monty(&t5, &t5, &out->X); EG(ret, err); in __prj_pt_add_monty_cf()
1010 ret = fp_sub_monty(&t5, &t5, &out->X); EG(ret, err); in __prj_pt_add_monty_cf()
[all …]
/freebsd-13-stable/crypto/openssh/regress/
HDMakefile5 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12
188 t5: target
191 awk '{print $$2}' | diff - ${.CURDIR}/t5.ok ; \
/freebsd-13-stable/sys/powerpc/powerpc/
HDsupport.S201 #define t5 %r10 macro
299 LOAD t5, WORD*4(rs)
308 STORE t5, WORD*4(rd)

12