Home
last modified time | relevance | path

Searched refs:t7 (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl146 $t7="r31";
286 mulld $t7,$a0,$t3 ; ap[0]*bp[0]
297 mulld $t7,$t7,$n0 ; tp[0]*n0
299 extrdi $t4,$t7,16,48
300 extrdi $t5,$t7,16,32
301 extrdi $t6,$t7,16,16
302 extrdi $t7,$t7,16,0
306 std $t7,`$FRAME+56`($sp)
315 lwz $t7,`8^$LITTLE_ENDIAN`($np)
330 mullw $t7,$a0,$t3
[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));
170 lwxs $t7,$i3($Tbl) # Te2[s1>>8]
190 rotr $t7,$t7,16
198 xor $t3,$t7
199 lwxs $t7,$i3($Tbl) # Te0[s3>>24]
218 xor $t3,$t7
253 ext $t7,$s1,8,8
257 $PTR_INS $i3,$t7,2,8
305 lw $t7,0($i3) # Te2[s1>>8]
327 lw $t7,0($i3) # Te2[s1>>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
313 t7 = (uint64_t)(z >> 64); in f255_mul()
326 th = t7 >> 62; in f255_mul()
327 t7 = ((t7 << 1) | (t6 >> 63)) & MASK63; in f255_mul()
343 z = (unsigned __int128)t7 * 19 + (z >> 64); in f255_mul()
344 t7 = (uint64_t)z & MASK63; in f255_mul()
362 z = (unsigned __int128)t3 + (unsigned __int128)t7 + (z >> 64); in f255_mul()
381 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, th; in f255_mul()
421 t7 = k; in f255_mul()
425 (void)_addcarry_u64(k, t7, h3, &t7); 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
913 f256_montysquare(t7, t2); in p256_add()
914 f256_montymul(t6, t1, t7); in p256_add()
915 f256_montymul(t5, t7, t2); 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
1023 f256_montysquare(t7, t2); in p256_add_mixed()
1024 f256_montymul(t6, t1, t7); in p256_add_mixed()
1025 f256_montymul(t5, t7, t2); in p256_add_mixed()
1108 uint64_t t1[5], t2[5], t3[5], t4[5], t5[5], t6[5], t7[5], tt, zz;
1151 f256_montysquare(t7, t2);
[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
933 f256_montysquare(t7, t2); in p256_add()
934 f256_montymul(t6, t1, t7); in p256_add()
935 f256_montymul(t5, t7, t2); 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
1043 f256_montysquare(t7, t2); in p256_add_mixed()
1044 f256_montymul(t6, t1, t7); in p256_add_mixed()
1045 f256_montymul(t5, t7, t2); in p256_add_mixed()
1128 uint64_t t1[4], t2[4], t3[4], t4[4], t5[4], t6[4], t7[4], tt, zz;
1170 f256_montysquare(t7, t2);
[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
898 square_f256(t7, t2); in p256_add()
899 mul_f256(t6, t1, t7); in p256_add()
900 mul_f256(t5, t7, t2); 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
1007 square_f256(t7, t2); in p256_add_mixed()
1008 mul_f256(t6, t1, t7); in p256_add_mixed()
1009 mul_f256(t5, t7, t2); in p256_add_mixed()
H A Dec_prime_i15.c186 #define t7 12 macro
351 MMUL(t7, t2, t2),
352 MMUL(t6, t1, t7),
353 MMUL(t5, t7, t2),
H A Dec_prime_i31.c185 #define t7 12 macro
350 MMUL(t7, t2, t2),
351 MMUL(t6, t1, t7),
352 MMUL(t5, t7, t2),
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
1525 square_f256(t7, t2); in p256_add()
1526 mul_f256(t6, t1, t7); in p256_add()
1527 mul_f256(t5, t7, t2); 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
1648 square_f256(t7, t2); in p256_add_mixed()
1649 mul_f256(t6, t1, t7); in p256_add_mixed()
1650 mul_f256(t5, t7, t2); in p256_add_mixed()
/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 \
199 $(OBJ)/t7.out:
204 t7: $(OBJ)/t7.out target
206 ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t7.out > /dev/null ; \
207 ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t7.out > /dev/null ; \
/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");
196 ld [$ap+28],$t7
204 mulx $t7,$bi,$t7
212 srlx $t7,32,@acc[0] ! "@acc[8]"
229 addccc @acc[7],$t7,@acc[7]
231 ld [$ap+28],$t7
289 mulx $t7,$bi,$t7
303 add @acc[7],$t7,$t7
305 srlx $t7,32,@acc[0] ! "@acc[8]"
315 addccc @acc[7],$t7,@acc[7]
[all …]
/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
100 t7 = y13 & y16; in br_aes_ct_bitslice_Sbox()
102 t9 = t8 ^ t7; in br_aes_ct_bitslice_Sbox()
104 t11 = t10 ^ t7; 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
100 t7 = y13 & y16; in br_aes_ct64_bitslice_Sbox()
102 t9 = t8 ^ t7; in br_aes_ct64_bitslice_Sbox()
104 t11 = t10 ^ t7; in br_aes_ct64_bitslice_Sbox()
/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c95 t7 = rotl64(z8 + y0, 55); z7 = z2 + z4; \
103 r0 = (z1 ^ s1) + (z5 ^ t5); z8 = t6 ^ t7; \
108 r6 = (s2 ^ z4) + (z6 ^ t7); z2 = s1 ^ s7; \
123 uint64_t t0, t1, t2, t3, t4, t5, t6, t7; in Q512() local
/freebsd/lib/msun/src/
H A De_lgammaf_r.c50 t7 = -9.89206228e-03, /* 0xbc221251 */ 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.c114 t7 = -3.68452016781138256760e-03, /* 0xBF6E2EFF, 0xB3E914D7 */ variable
257 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in lgamma_r()
/freebsd/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl204 my $t7="v4";
604 pmull2 $t7.1q, $res3.2d, $h1.2d @ GHASH block 4k+3 - high
623 eor $acc_hb, $acc_hb, $t7.16b @ GHASH block 4k+3 - high
798 pmull2 $t7.1q, $res3.2d, $h1.2d @ GHASH block 4k+3 - high
821 eor $acc_hb, $acc_hb, $t7.16b @ GHASH block 4k+3 - high
1462 pmull2 $t7.1q, $res3.2d, $h1.2d @ GHASH block 4k+3 - high
1498 eor $acc_hb, $acc_hb, $t7.16b @ GHASH block 4k+3 - high
1669 pmull2 $t7.1q, $res3.2d, $h1.2d @ GHASH block 4k+3 - high
1688 eor $acc_hb, $acc_hb, $t7.16b @ GHASH block 4k+3 - high
2068 my $t7="v5";
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dsupport.S203 #define t7 %r12 macro
301 LOAD t7, WORD*6(rs)
310 STORE t7, WORD*6(rd)
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c75 t7 = -1.03142230366363872751602029672767978e-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()
/freebsd/lib/msun/ld80/
H A De_lgammal_r.c106 #define t7 (t7u.e) macro
316 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+ in lgammal_r()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_loongarch64.h99 DEFINE_GPR64_ALT(r19, t7, LLDB_INVALID_REGNUM),
/freebsd/share/misc/
H A Dscsi_modes169 {Reserved} *t7
275 {Reserved} *t7
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_loongarch64.inc28 "memory", "$t0", "$t1", "$t2", "$t3", "$t4", "$t5", "$t6", "$t7", "$t8"
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.td79 def R19 : LoongArchReg<19, "r19", ["t7"]>, DwarfRegNum<[19]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.td75 def R23 : CSKYReg<23, "r23", ["t7"]>, DwarfRegNum<[23]>;

12