Home
last modified time | relevance | path

Searched refs:t4 (Results 1 – 25 of 94) sorted by relevance

1234

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_x86ni.c64 __m128i t4; in expand_step192() local
68 *t1 = _mm_xor_si128(*t1, t4); in expand_step192()
69 t4 = _mm_slli_si128(t4, 0x4); in expand_step192()
70 *t1 = _mm_xor_si128(*t1, t4); in expand_step192()
71 t4 = _mm_slli_si128(t4, 0x4); in expand_step192()
84 __m128i t4; in expand_step256_1() local
89 t4 = _mm_slli_si128(t4, 0x4); in expand_step256_1()
91 t4 = _mm_slli_si128(t4, 0x4); in expand_step256_1()
100 __m128i t2, t4; in expand_step256_2() local
106 t4 = _mm_slli_si128(t4, 0x4); in expand_step256_2()
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl603 add $t4,$t4,$carry
777 add $t4,$t4,$carry
825 addc $t4,$t4,$carry
887 srwi $t4,$t4,16
1168 adde $t4,$t4,$t2
1233 adde $t4,$t4,$t3
1325 add $t4,$t4,$carry
1352 adde $t4,$t4,$t2
1407 adde $t4,$t4,$t3
1469 srwi $t4,$t4,16
[all …]
H A Drsaz-avx512.pl537 my ($t0,$t1,$t2,$t3,$t4) = map("%ymm$_", (0..4));
538 my $t4xmm = $t4;
561 vmovdqa64 $t4, $t3 # zeroing t0..4, cur_idx
562 vmovdqa64 $t4, $t2
563 vmovdqa64 $t4, $t1
564 vmovdqa64 $t4, $t0
565 vmovdqa64 $t4, $cur_idx
581 vpblendmq $tmp4, $t4, ${t4}{%k1}
589 vmovdqu64 $t4, 128($out)
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistp521-ppc64.pl189 xxpermdi $t4,$in2[1],$in2[0],0b00
190 vmsumudm $out[3],$t3,$t4,$out[3]
195 vmsumudm $out[4],$t3,$t4,$out[4]
201 vmsumudm $out[5],$t3,$t4,$out[5]
206 vmsumudm $out[6],$t3,$t4,$out[6]
211 vmsumudm $out[7],$t3,$t4,$out[7]
216 vmsumudm $out[8],$t3,$t4,$out[8]
230 vmsumudm $out[7],$t3,$t4,$out[7]
235 vmsumudm $out[8],$t3,$t4,$out[8]
265 vmsumudm $out[4],$t3,$t4,$out[4]
[all …]
H A Decp_nistz256-x86_64.pl134 xor $t4,$t4
196 xor $t4, $t4
259 xor $t4, $t4
284 xor $t4, $t4
335 xor $t4, $t4
391 xor $t4, $t4
411 test $t4, $t4
450 xor $t4, $t4
467 test $t4, $t4
3094 xor $t4,$t4
[all …]
H A Decp_nistz256-armv8.pl1378 mul $t4,$acc0,$ordk
1401 lsl $t0,$t4,#32
1403 lsr $t1,$t4,#32
1409 umulh $t1,$ord0,$t4
1410 mul $t2,$ord1,$t4
1446 lsr $t1,$t4,#32
1453 mul $t2,$ord1,$t4
1582 mul $t2,$ord1,$t4
1597 lsl $t0,$t4,#32
1599 lsr $t1,$t4,#32
[all …]
H A Decp_nistz256-sparcv9.pl201 mulx $t4,$bi,$t4
286 mulx $t4,$bi,$t4
535 addccc $t4,0,$t4
914 or $t5,$t4,$t4
917 or $t6,$t4,$t4
932 or $t5,$t4,$t4
935 or $t6,$t4,$t4
1184 or $t5,$t4,$t4
1187 or $t6,$t4,$t4
1217 or $t5,$t4,$t4
[all …]
H A Decp_nistz256-ppc64.pl1819 sldi $t0,$t4,32
1821 srdi $t1,$t4,32
1827 mulhdu $t1,$ord0,$t4
1828 mulld $t2,$ord1,$t4
1829 mulhdu $t3,$ord1,$t4
1864 srdi $t1,$t4,32
1871 mulld $t2,$ord1,$t4
2044 mulld $t2,$ord1,$t4
2059 sldi $t0,$t4,32
2061 srdi $t1,$t4,32
[all …]
H A Decp_nistz256-armv4.pl615 my $t4=@acc[0];
668 ldr $t4,[sp,#12] @ a[3], $t4 is alias @acc[0]
673 umlal @acc[4],$t3,$t4,$bj @ "r[3]"+=a[3]*b[i]
674 eor $t4,$t4,$t4
677 umlal @acc[5],$t4,$t0,$bj @ "r[4]"+=a[4]*b[i]
687 adcs @acc[6],@acc[6],$t4
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m64.c837 f256_add(P->z, t4, t4); in p256_double()
846 f256_add(t4, t4, t4); in p256_double()
924 f256_sub(t4, t4, t3); in p256_add()
926 tt = t4[0] | t4[1] | t4[2] | t4[3]; in p256_add()
1034 f256_sub(t4, t4, t3); in p256_add_mixed()
1036 tt = t4[0] | t4[1] | t4[2] | t4[3]; in p256_add_mixed()
1156 f256_sub(t4, t4, t3);
1164 tt = t2[0] | t2[1] | t2[2] | t2[3] | t4[0] | t4[1] | t4[2] | t4[3];
1216 f256_sub(t4, t4, F256_R);
1217 f256_add(t5, t4, t4);
[all …]
H A Dec_c25519_m64.c231 (void)_subborrow_u64(k, t4, 0, &t4); in f255_sub()
239 t4 = (38 & -t4) + (19 & -(t3 >> 63)); in f255_sub()
330 t4 = (t4 << 1) | (t3 >> 63); in f255_mul()
404 k = _addcarry_u64(k, t4, h2, &t4); in f255_mul()
413 k = _addcarry_u64(k, t4, h1, &t4); in f255_mul()
422 k = _addcarry_u64(0, t4, h0, &t4); in f255_mul()
442 t4 = (t4 << 1) | (t3 >> 63); in f255_mul()
449 t4 = _umul128(t4, 19, &h0); in f255_mul()
471 t4 = k; in f255_mul()
476 (void)_addcarry_u64(k, t4, 0, &t4); in f255_mul()
[all …]
H A Dec_p256_m62.c816 f256_add(P->z, t4, t4); in p256_double()
826 f256_add(t4, t4, t4); in p256_double()
904 f256_sub(t4, t4, t3); in p256_add()
906 tt = t4[0] | t4[1] | t4[2] | t4[3] | t4[4]; in p256_add()
1014 f256_sub(t4, t4, t3); in p256_add_mixed()
1016 tt = t4[0] | t4[1] | t4[2] | t4[3] | t4[4]; in p256_add_mixed()
1136 f256_sub(t4, t4, t3);
1145 | t4[0] | t4[1] | t4[2] | t4[3] | t4[4];
1198 f256_sub(t4, t4, F256_R);
1199 f256_add(t5, t4, t4);
[all …]
H A Dec_p256_m31.c801 add_f256(Q->z, t4, t4); in p256_double()
809 square_f256(t4, t3); in p256_double()
810 add_f256(t4, t4, t4); in p256_double()
876 square_f256(t4, P1->z); in p256_add()
887 sub_f256(t4, t4, t3); in p256_add()
888 reduce_final_f256(t4); in p256_add()
891 ret |= t4[i]; in p256_add()
905 square_f256(P1->x, t4); in p256_add()
996 sub_f256(t4, t4, t3); in p256_add_mixed()
997 reduce_final_f256(t4); in p256_add_mixed()
[all …]
H A Dec_prime_i15.c183 #define t4 9 macro
253 MMUL(t4, Py, Pz),
254 MSET(Pz, t4),
255 MADD(Pz, t4),
263 MMUL(t4, t3, t3),
264 MSUB(Py, t4),
265 MSUB(Py, t4),
341 MSUB(t4, t3),
346 MTZ(t4),
359 MMUL(P1x, t4, t4),
[all …]
H A Dec_prime_i31.c182 #define t4 9 macro
252 MMUL(t4, Py, Pz),
253 MSET(Pz, t4),
254 MADD(Pz, t4),
262 MMUL(t4, t3, t3),
263 MSUB(Py, t4),
264 MSUB(Py, t4),
340 MSUB(t4, t3),
345 MTZ(t4),
358 MMUL(P1x, t4, t4),
[all …]
H A Dec_p256_m15.c1414 Q->z[i] = t4[i] << 1; in p256_double()
1428 square_f256(t4, t3); in p256_double()
1498 square_f256(t4, P1->z); in p256_add()
1513 norm13(t4, t4, 20); in p256_add()
1514 reduce_f256(t4); in p256_add()
1515 reduce_final_f256(t4); in p256_add()
1518 ret |= t4[i]; in p256_add()
1636 norm13(t4, t4, 20); in p256_add_mixed()
1637 reduce_f256(t4); in p256_add_mixed()
1638 reduce_final_f256(t4); in p256_add_mixed()
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl187 rotr $t4,$t4,16
192 xor $t0,$t4
215 xor $t0,$t4
348 rotr $t4,$t4,16
401 xor $t0,$t4
419 xor $t0,$t4
590 _ins $t4,8
618 _ins $t4,0
791 rotr $t4,$t4,16
951 rotr $t4,$t4,16
[all …]
H A Daes-x86_64.pl398 shl \$8,$t4
401 xor $t4,$t0
403 movzb `&lo("$s3")`,$t4
415 movzb ($sbox,$t4,1),$t4 #$t1
422 shl \$16,$t4
425 xor $t4,$t1
990 shl \$8,$t4
993 xor $t4,$t0
1007 movzb ($sbox,$t4,1),$t4 #$t1
1015 shl \$16,$t4
[all …]
/freebsd/share/misc/
H A Dscsi_modes85 {Reserved} *t4
90 {Reserved} *t4
125 {Reserved} *t4
206 {Reserved} *t4
226 {Reserved} *t4
227 {SPC} t4
231 {Pin 34} t4
232 {Pin 2} t4
233 {Pin 4} t4
234 {Pin 1} t4
[all …]
/freebsd/sys/riscv/riscv/
H A Dlocore.S132 li t4, PTE_V
134 or t6, t4, t5
144 srli t4, s9, L2_SHIFT /* Div physmem base by 2 MiB */
146 add t3, t4, t2
149 slli t2, t4, PTE_PPN1_S /* << PTE_PPN1_S */
154 addi t4, t4, 1
155 bltu t4, t3, 1b
165 li t4, PTE_V
167 or t6, t4, t5
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl65 $inp="r1"; $t4="r1";
158 @ ldr $t4,[sp,#`($i+14)%16`*4]
161 mov $t2,$t4,ror#$sigma1[0]
163 eor $t2,$t2,$t4,ror#$sigma1[1]
167 ldr $t4,[sp,#`($i+9)%16`*4]
173 add $t1,$t1,$t4 @ X[i]
313 my $Xfer=$t4;
569 ldr $t4,[$t1,#12]
576 add $D,$D,$t4
577 ldr $t4,[$t1,#28]
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1833 mv t4, a4
1849 ld a2, 0(t4)
1853 ld a3, 8(t4)
1857 ld a4, 16(t4)
1861 ld a5, 24(t4)
1865 ld a6, 32(t4)
1872 addi t4, t4, 48
1876 ld t2, 0(t4)
1878 addi t4, t4, 8
2030 addi.d $t4, $t4, 48
[all …]
/freebsd/contrib/bearssl/src/kdf/
H A Dshake.c126 t4 = tt0 ^ tt2; in process_block()
148 A[ 4] = A[ 4] ^ t4; in process_block()
149 A[ 9] = A[ 9] ^ t4; in process_block()
150 A[14] = A[14] ^ t4; in process_block()
151 A[19] = A[19] ^ t4; in process_block()
152 A[24] = A[24] ^ t4; in process_block()
307 t4 = tt0 ^ tt2; in process_block()
329 A[24] = A[24] ^ t4; in process_block()
330 A[22] = A[22] ^ t4; in process_block()
331 A[20] = A[20] ^ t4; in process_block()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Decp_smpl.c1497 BIGNUM *t1, *t2, *t3, *t4, *t5 = NULL; in ossl_ec_GFp_simple_ladder_pre() local
1502 t4 = r->X; in ossl_ec_GFp_simple_ladder_pre()
1508 || !group->meth->field_sqr(group, t4, t4, ctx) in ossl_ec_GFp_simple_ladder_pre()
1568 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_step() local
1575 t4 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_ladder_step()
1586 || !BN_mod_add_quick(t6, t3, t4, group->field) in ossl_ec_GFp_simple_ladder_step()
1592 || !BN_mod_sub_quick(t3, t4, t3, group->field) in ossl_ec_GFp_simple_ladder_step()
1604 || !BN_mod_sub_quick(t1, t1, t4, group->field) in ossl_ec_GFp_simple_ladder_step()
1614 || !group->meth->field_mul(group, t4, t4, t2, ctx) in ossl_ec_GFp_simple_ladder_step()
1656 BIGNUM *t0, *t1, *t2, *t3, *t4, *t5, *t6 = NULL; in ossl_ec_GFp_simple_ladder_post() local
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dsupport.S200 #define t4 %r9 macro
229 LOAD t4, WORD*3(rs)
234 STORE t4, WORD*3(rd)
298 LOAD t4, WORD*3(rs)
307 STORE t4, WORD*3(rd)

1234