Home
last modified time | relevance | path

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

1234

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_x86ni.c64 __m128i t4; in expand_step192() local
67 t4 = _mm_slli_si128(*t1, 0x4); in expand_step192()
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()
72 *t1 = _mm_xor_si128(*t1, t4); in expand_step192()
75 t4 = _mm_slli_si128(*t3, 0x4); in expand_step192()
76 *t3 = _mm_xor_si128(*t3, t4); in expand_step192()
84 __m128i t4; in expand_step256_1() local
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl143 $t4="r28";
299 extrdi $t4,$t7,16,48
303 std $t4,`$FRAME+32`($sp)
312 lwz $t4,`4^$LITTLE_ENDIAN`($np) ; load n[0] as 32-bit word pair
327 mullw $t4,$a0,$t1 ; mulld ap[0]*bp[0]
343 mullw $t0,$t4,$n0 ; mulld tp[0]*n0
344 mulhwu $t1,$t4,$n0
346 mullw $t3,$t4,$n1
350 extrwi $t4,$t0,16,16
354 std $t4,`$FRAME+32`($sp) ; yes, std in 32-bit build
[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.pl150 my ($t1, $t2, $t3, $t4) = ("v33", "v34", "v44", "v54");
189 xxpermdi $t4,$in2[1],$in2[0],0b00
190 vmsumudm $out[3],$t3,$t4,$out[3]
194 xxpermdi $t4,$in2[2],$in2[1],0b00
195 vmsumudm $out[4],$t3,$t4,$out[4]
200 xxpermdi $t4,$in2[3],$in2[2],0b00
201 vmsumudm $out[5],$t3,$t4,$out[5]
205 xxpermdi $t4,$in2[4],$in2[3],0b00
206 vmsumudm $out[6],$t3,$t4,$out[6]
210 xxpermdi $t4,$in2[5],$in2[4],0b00
[all …]
H A Decp_nistz256-x86_64.pl117 my ($t0,$t1,$t2,$t3,$t4)=("%rax","%rdx","%rcx","%r12","%r13");
134 xor $t4,$t4
145 adc \$0, $t4
153 sbb \$0, $t4
196 xor $t4, $t4
203 adc \$0, $t4
211 cmovz $a_ptr, $t4
225 shl \$63, $t4
227 or $t4, $a3
259 xor $t4, $t4
[all …]
H A Decp_nistz256-armv8.pl1338 my ($ord2,$ord3,$ordk,$t4) = map("x$_",(21..24));
1378 mul $t4,$acc0,$ordk
1401 lsl $t0,$t4,#32
1402 subs $acc2,$acc2,$t4
1403 lsr $t1,$t4,#32
1409 umulh $t1,$ord0,$t4
1410 mul $t2,$ord1,$t4
1411 umulh $t3,$ord1,$t4
1422 adcs $acc2,$acc3,$t4
1423 adcs $acc3,$acc4,$t4
[all …]
H A Decp_nistz256-sparcv9.pl101 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7)=(map("%o$_",(0..5)),"%g4","%g5");
193 ld [$ap+16],$t4
201 mulx $t4,$bi,$t4
209 srlx $t4,32,@acc[5]
224 addccc @acc[4],$t4,@acc[4]
226 ld [$ap+16],$t4
286 mulx $t4,$bi,$t4
297 add @acc[4],$t4,$t4
300 srlx $t4,32,@acc[5]
312 addccc @acc[4],$t4,@acc[4]
[all …]
H A Decp_nistz256-ppc64.pl1733 my ($ordk,$ord0,$ord1,$t4) = map("r$_",(18..21));
1796 mulld $t4,$acc0,$ordk
1819 sldi $t0,$t4,32
1820 subfc $acc2,$t4,$acc2
1821 srdi $t1,$t4,32
1827 mulhdu $t1,$ord0,$t4
1828 mulld $t2,$ord1,$t4
1829 mulhdu $t3,$ord1,$t4
1840 adde $acc2,$acc3,$t4
1841 adde $acc3,$acc4,$t4
[all …]
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m64.c263 uint64_t x, f, t0, t1, t2, t3, t4; in f256_montymul() local
295 t4 = (uint64_t)(z >> 64); in f256_montymul()
312 z = t4 + (z >> 64); in f256_montymul()
314 t4 = (uint64_t)(z >> 64); in f256_montymul()
329 t4 += (uint64_t)(z >> 64); in f256_montymul()
350 z = (unsigned __int128)t0 + t4; in f256_montymul()
352 z = (unsigned __int128)t1 - (t4 << 32) + (z >> 64); in f256_montymul()
356 t3 = t3 - (uint64_t)(z >> 127) - t4 + (t4 << 32); in f256_montymul()
365 uint64_t x, f, t0, t1, t2, t3, t4; in f256_montymul()
413 t4 = _addcarry_u64(0, t3, f, &t3); in f256_montymul()
[all …]
H A Dec_c25519_m64.c174 uint64_t t0, t1, t2, t3, t4, cc; in f255_sub() local
191 t4 = 1 + (uint64_t)(z >> 64); in f255_sub()
199 cc = (38 & -t4) + (19 & -(t3 >> 63)); in f255_sub()
218 uint64_t t0, t1, t2, t3, t4; in f255_sub()
225 (void)_subborrow_u64(k, 1, 0, &t4); in f255_sub()
231 (void)_subborrow_u64(k, t4, 0, &t4); in f255_sub()
239 t4 = (38 & -t4) + (19 & -(t3 >> 63)); in f255_sub()
241 k = _addcarry_u64(0, t0, t4, &d[0]); in f255_sub()
258 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, th; in f255_mul() local
271 t4 = (uint64_t)(z >> 64); in f255_mul()
[all …]
H A Dec_p256_m62.c777 uint64_t t1[5], t2[5], t3[5], t4[5]; in p256_double() local
815 f256_montymul(t4, P->y, P->z); in p256_double()
816 f256_add(P->z, t4, t4); in p256_double()
825 f256_montysquare(t4, t3); in p256_double()
826 f256_add(t4, t4, t4); in p256_double()
827 f256_sub(P->y, P->y, t4); in p256_double()
879 uint64_t t1[5], t2[5], t3[5], t4[5], t5[5], t6[5], t7[5], tt; in p256_add() local
887 f256_montymul(t4, P2->z, t3); in p256_add()
888 f256_montymul(t3, P1->y, t4); in p256_add()
893 f256_montysquare(t4, P1->z); in p256_add()
[all …]
H A Dec_p256_m31.c762 uint32_t t1[9], t2[9], t3[9], t4[9]; in p256_double() local
800 mul_f256(t4, Q->y, Q->z); in p256_double()
801 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()
811 sub_f256(Q->y, Q->y, t4); in p256_double()
861 uint32_t t1[9], t2[9], t3[9], t4[9], t5[9], t6[9], t7[9]; in p256_add() local
870 mul_f256(t4, P2->z, t3); in p256_add()
871 mul_f256(t3, P1->y, t4); in p256_add()
876 square_f256(t4, P1->z); in p256_add()
[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),
326 MMUL(t4, P2z, t3),
327 MMUL(t3, P1y, t4),
332 MMUL(t4, P1z, P1z),
[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),
325 MMUL(t4, P2z, t3),
326 MMUL(t3, P1y, t4),
331 MMUL(t4, P1z, P1z),
[all …]
H A Dec_p256_m15.c1357 uint32_t t1[20], t2[20], t3[20], t4[20]; in p256_double() local
1412 mul_f256(t4, Q->y, Q->z); in p256_double()
1414 Q->z[i] = t4[i] << 1; in p256_double()
1428 square_f256(t4, t3); in p256_double()
1430 Q->y[i] += (F256[i] << 2) - (t4[i] << 1); in p256_double()
1483 uint32_t t1[20], t2[20], t3[20], t4[20], t5[20], t6[20], t7[20]; in p256_add() local
1492 mul_f256(t4, P2->z, t3); in p256_add()
1493 mul_f256(t3, P1->y, t4); in p256_add()
1498 square_f256(t4, P1->z); in p256_add()
1499 mul_f256(t2, P2->x, t4); in p256_add()
[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));
164 lwxs $t4,$i0($Tbl) # Te2[s2>>8]
187 rotr $t4,$t4,16
192 xor $t0,$t4
193 lwxs $t4,$i0($Tbl) # Te0[s0>>24]
215 xor $t0,$t4
247 ext $t4,$s2,8,8
254 $PTR_INS $i0,$t4,2,8
299 lw $t4,0($i0) # Te2[s2>>8]
321 lw $t4,0($i0) # Te2[s2>>8]
[all …]
H A Daes-x86_64.pl375 { my ($t3,$t4,$t5)=("%r8d","%r9d","%r13d");
391 movzb ($sbox,$acc0,1),$t4 #$t0
398 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
966 { my ($t3,$t4,$t5)=("%r8d","%r9d","%r13d");
982 movzb ($sbox,$acc0,1),$t4 #$t0
[all …]
/freebsd/share/misc/
H A Dscsi_modes62 {Queue Algorithm Modifier} t4
85 {Reserved} *t4
90 {Reserved} *t4
91 {Initial Command Priority} t4
125 {Reserved} *t4
192 {Demand Retention Priority} t4
193 {Write Retention Priority} t4
206 {Reserved} *t4
226 {Reserved} *t4
227 {SPC} t4
[all …]
/freebsd/sys/riscv/riscv/
H A Dlocore.S143 li t4, (PTE_KERN)
145 or t6, t4, s2
163 li t4, PTE_V
165 or t6, t4, t5
175 srli t4, s9, L2_SHIFT /* Div physmem base by 2 MiB */
177 add t3, t4, t2
180 slli t2, t4, PTE_PPN1_S /* << PTE_PPN1_S */
185 addi t4, t4, 1
186 bltu t4, t3, 1b
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl65 $inp="r1"; $t4="r1";
92 str $inp,[sp,#17*4] @ make room for $t4
109 str $inp,[sp,#17*4] @ make room for $t4
141 ldr $t4,[sp,#`($i+15)%16`*4] @ from future BODY_16_xx
158 @ ldr $t4,[sp,#`($i+14)%16`*4]
161 mov $t2,$t4,ror#$sigma1[0]
163 eor $t2,$t2,$t4,ror#$sigma1[1]
166 eor $t2,$t2,$t4,lsr#$sigma1[2] @ sigma1(X[i+14])
167 ldr $t4,[sp,#`($i+9)%16`*4]
173 add $t1,$t1,$t4 @ X[i]
[all …]
/freebsd/sys/riscv/vmm/
H A Dvmm_switch.S70 la t4, .Lswitch_return
77 csrrw t4, stvec, t4
84 sd t4, (HYP_H_STVEC)(a0)
94 ld t4, (HYP_G_T + 4 * 8)(a0)
134 sd t4, (HYP_G_T + 4 * 8)(a0)
161 ld t4, (HYP_H_HSTATUS)(a0)
168 csrrw t4, hstatus, t4
174 sd t4, (HYP_G_HSTATUS)(a0)
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1886 mv t4, a4
1902 ld a2, 0(t4)
1906 ld a3, 8(t4)
1910 ld a4, 16(t4)
1914 ld a5, 24(t4)
1918 ld a6, 32(t4)
1922 ld a7, 40(t4)
1925 addi t4, t4, 48
1929 ld t2, 0(t4)
1931 addi t4, t4, 8
[all …]
/freebsd/contrib/bearssl/src/kdf/
H A Dshake.c66 uint64_t t0, t1, t2, t3, t4; in process_block() local
126 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()
[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()
1507 || !BN_mod_sub_quick(t4, t3, group->a, group->field) in ossl_ec_GFp_simple_ladder_pre()
1508 || !group->meth->field_sqr(group, t4, t4, ctx) in ossl_ec_GFp_simple_ladder_pre()
1512 || !BN_mod_sub_quick(r->X, t4, t5, group->field) 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()
1582 || !group->meth->field_mul(group, t4, r->X, s->Z, 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()
[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