Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 1291) sorted by relevance

12345678910>>...52

/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-load-avx2.h7 t1 = _mm256_unpacklo_epi64(m2, m3); \
8 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \
14 t1 = _mm256_unpackhi_epi64(m2, m3); \
15 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \
21 t1 = _mm256_unpacklo_epi64(m6, m7); \
22 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \
28 t1 = _mm256_unpackhi_epi64(m6, m7); \
29 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \
35 t1 = _mm256_unpackhi_epi64(m4, m6); \
36 b0 = _mm256_blend_epi32(t0, t1, 0xF0); \
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dsafestack.h23 STACK_OF(t1); \
27 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
35 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
39 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \
43 …static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int…
51 static ossl_unused ossl_inline void sk_##t1##_free(STACK_OF(t1) *sk) \
76 static ossl_unused ossl_inline t2 *sk_##t1##_pop(STACK_OF(t1) *sk) \
84 …static ossl_unused ossl_inline void sk_##t1##_pop_free(STACK_OF(t1) *sk, sk_##t1##_freefunc freefu…
112 static ossl_unused ossl_inline STACK_OF(t1) * sk_##t1##_dup(const STACK_OF(t1) *sk) \
116 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_deep_copy(const STACK_OF(t1) *sk, \
[all …]
/netbsd/sys/arch/hpcmips/stand/lcboot/
H A Dstart.S113 and t1, t1, t2
115 or t1, t1, t2
126 sh t1, (t0)
133 sh t1, (t0)
146 sh t1, (t0)
156 sh t1, (t0)
165 sh t1, (t0)
284 addiu t1, t1, -0x10
320 addu t1, t1, 4
338 addu t1, t1, 4
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/seed/
H A Dseed.c444 seed_word t0, t1; in SEED_set_key() local
452 t1 = (x2 - x4 + KC0) & 0xffffffff; in SEED_set_key()
504 seed_word t0, t1; in SEED_encrypt() local
512 E_SEED(t0, t1, x1, x2, x3, x4, 0); in SEED_encrypt()
513 E_SEED(t0, t1, x3, x4, x1, x2, 2); in SEED_encrypt()
514 E_SEED(t0, t1, x1, x2, x3, x4, 4); in SEED_encrypt()
515 E_SEED(t0, t1, x3, x4, x1, x2, 6); in SEED_encrypt()
516 E_SEED(t0, t1, x1, x2, x3, x4, 8); in SEED_encrypt()
549 seed_word t0, t1; in SEED_decrypt() local
568 E_SEED(t0, t1, x3, x4, x1, x2, 8); in SEED_decrypt()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed.c450 seed_word t0, t1; in SEED_set_key() local
458 t1 = (x2 - x4 + KC0) & 0xffffffff; in SEED_set_key()
510 seed_word t0, t1; in SEED_encrypt() local
518 E_SEED(t0, t1, x1, x2, x3, x4, 0); in SEED_encrypt()
519 E_SEED(t0, t1, x3, x4, x1, x2, 2); in SEED_encrypt()
520 E_SEED(t0, t1, x1, x2, x3, x4, 4); in SEED_encrypt()
521 E_SEED(t0, t1, x3, x4, x1, x2, 6); in SEED_encrypt()
522 E_SEED(t0, t1, x1, x2, x3, x4, 8); in SEED_encrypt()
555 seed_word t0, t1; in SEED_decrypt() local
574 E_SEED(t0, t1, x3, x4, x1, x2, 8); in SEED_decrypt()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha512-armv4.pl115 eor $t1,$t1,$Elo,lsl#18
118 eor $t1,$t1,$Ehi,lsr#18
120 eor $t1,$t1,$Elo,lsl#14
122 eor $t1,$t1,$Elo,lsr#9
136 eor $t1,$t1,$t3
140 and $t1,$t1,$Ehi
170 eor $t1,$t1,$Alo,lsl#4
172 eor $t1,$t1,$Alo,lsr#2
430 adc $t1,$Ahi,$t1
447 adc $t1,$Ahi,$t1
[all …]
H A Dsha1-thumb.pl36 $t1="r1";
76 mov $t1,$c
77 eor $t1,$d
78 and $t1,$b
87 mov $t1,$b
88 eor $t1,$c
97 mov $t1,$b
98 and $t1,$c
144 ldrb $a,[$t1,#0] @ $t1 is r1 and holds inp
154 add $t1,#4
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha512-armv4.pl117 eor $t1,$t1,$Elo,lsl#18
120 eor $t1,$t1,$Ehi,lsr#18
124 eor $t1,$t1,$Elo,lsr#9
138 eor $t1,$t1,$t3
142 and $t1,$t1,$Ehi
172 eor $t1,$t1,$Alo,lsl#4
174 eor $t1,$t1,$Alo,lsr#2
178 eor $t1,$t1,$Alo,lsr#7
442 adc $t1,$Ahi,$t1
459 adc $t1,$Ahi,$t1
[all …]
H A Dsha1-thumb.pl35 $t1="r1";
75 mov $t1,$c
76 eor $t1,$d
77 and $t1,$b
86 mov $t1,$b
87 eor $t1,$c
96 mov $t1,$b
97 and $t1,$c
143 ldrb $a,[$t1,#0] @ $t1 is r1 and holds inp
153 add $t1,#4
[all …]
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dsafestack.h.in38 STACK_OF(t1); \
68 STACK_OF(t1); \
80 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
88 …static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int…
96 static ossl_unused ossl_inline void sk_##t1##_free(STACK_OF(t1) *sk) \
100 static ossl_unused ossl_inline void sk_##t1##_zero(STACK_OF(t1) *sk) \
121 static ossl_unused ossl_inline t2 *sk_##t1##_pop(STACK_OF(t1) *sk) \
129 …static ossl_unused ossl_inline void sk_##t1##_pop_free(STACK_OF(t1) *sk, sk_##t1##_freefunc freefu…
161 static ossl_unused ossl_inline STACK_OF(t1) * sk_##t1##_dup(const STACK_OF(t1) *sk) \
165 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_deep_copy(const STACK_OF(t1) *sk, \
[all …]
/netbsd/games/hack/
H A Dhack.end.c380 t1->date, &t1->uid, in topten()
382 &t1->hp, &t1->maxhp, &t1->points, in topten()
383 &t1->plchar, &t1->sex, t1->name, t1->death) != 11 in topten()
451 t1->date, t1->uid, in topten()
452 t1->level, t1->maxlvl, in topten()
453 t1->hp, t1->maxhp, t1->points, in topten()
454 t1->plchar, t1->sex, t1->name, t1->death); in topten()
522 t1->points, t1->name); in outentry()
543 if (t1->maxhp < 3 * t1->hp && t1->maxlvl < 4) in outentry()
742 &t1->hp, &t1->maxhp, &t1->points, in prscore()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
H A Dx25519-ppc64.pl325 mulhdu $t1,$t1,$bi
343 subfe $t1,$t1,$t1 # carry -> ~mask
376 subfe $t1,$t1,$t1 # carry -> ~mask
377 andc $t1,$t0,$t1
384 subfe $t1,$t1,$t1 # carry -> ~mask
417 subfe $t1,$t1,$t1 # borrow -> mask
419 and $t1,$t0,$t1
426 subfe $t1,$t1,$t1 # borrow -> mask
718 ($a4,$t1) = ($t1,$a4);
721 mulhdu $t1,$t1,$a4
[all …]
H A Decp_nistz256-x86_64.pl142 mov $a1, $t1
193 mov $a1, $t1
214 mov $a2, $t1
217 shl \$63, $t1
220 or $t1, $a1
266 mov $a1, $t1
288 mov $a1, $t1
2058 mulq $t1
2071 mulq $t1
2084 mulq $t1
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/ec/asm/
H A Dx25519-ppc64.pl328 mulhdu $t1,$t1,$bi
346 subfe $t1,$t1,$t1 # carry -> ~mask
379 subfe $t1,$t1,$t1 # carry -> ~mask
380 andc $t1,$t0,$t1
387 subfe $t1,$t1,$t1 # carry -> ~mask
420 subfe $t1,$t1,$t1 # borrow -> mask
422 and $t1,$t0,$t1
429 subfe $t1,$t1,$t1 # borrow -> mask
721 ($a4,$t1) = ($t1,$a4);
724 mulhdu $t1,$t1,$a4
[all …]
H A Decp_nistp521-ppc64.pl180 vmsumudm $out[1],$t1,$t2,$vzero
183 vmsumudm $out[2],$t1,$t2,$vzero
187 vmsumudm $out[3],$t1,$t2,$vzero
193 vmsumudm $out[4],$t1,$t2,$vzero
199 vmsumudm $out[5],$t1,$t2,$vzero
240 mtvsrdd $t1,$one,$zero
245 vsld $in2[$i],$in2[$i],$t1
334 mtvsrdd $t1,$one,$zero
339 vsld $inx2[$i],$in[$i],$t1
388 mtvsrdd $t1,$one,$zero
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_mop.cc28 t1.Write1(l1); in TEST()
35 t1.Write1(l); in TEST()
42 t1.Read1(l); in TEST()
49 t1.Write1(l); in TEST()
56 t1.Read1(l); in TEST()
63 t1.Write1(l); in TEST()
64 t1.Read1(l); in TEST()
78 t1.Lock(m); in TEST()
79 t1.Read8(l); in TEST()
95 t1.Lock(m); in TEST()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daes-armv4.pl61 $t1="r4";
727 eor $t1,$t1,$t2 @ rk[12]=rk[4]^...
827 sub $t1,$t1,$t1,lsr#7
828 and $t1,$t1,$mask1b
833 sub $t1,$t1,$t1,lsr#7
834 and $t1,$t1,$mask1b
839 sub $t1,$t1,$t1,lsr#7
840 and $t1,$t1,$mask1b
845 eor $t1,$t1,$s3 @ tpe
846 eor $t1,$t1,$s1,ror#24
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daes-armv4.pl63 $t1="r4";
730 eor $t1,$t1,$t2 @ rk[12]=rk[4]^...
830 sub $t1,$t1,$t1,lsr#7
831 and $t1,$t1,$mask1b
836 sub $t1,$t1,$t1,lsr#7
837 and $t1,$t1,$mask1b
842 sub $t1,$t1,$t1,lsr#7
843 and $t1,$t1,$mask1b
848 eor $t1,$t1,$s3 @ tpe
849 eor $t1,$t1,$s1,ror#24
[all …]
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dtok822_tree.c133 t1->next = t2; in tok822_append()
134 t2->prev = t1; in tok822_append()
160 t2->next = t1; in tok822_prepend()
211 return (t1->tail = tok822_append(t1->tail, t2)); in tok822_sub_append()
213 t1->head = t2; in tok822_sub_append()
214 t2->owner = t1; in tok822_sub_append()
229 t1->head = t2; in tok822_sub_prepend()
232 t1->head = t2; in tok822_sub_prepend()
233 t2->owner = t1; in tok822_sub_prepend()
247 t1->head = 0; in tok822_sub_keep_before()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c64 Type *t1 = NULL; in toArgTypes() local
85 t1 = t; in toArgTypes()
136 if (t1) in toArgTypes()
217 if (!t1) in toArgTypes()
222 return t1; in toArgTypes()
240 t1 = mergeFloatToInt(t1); in toArgTypes()
251 t = t1; in toArgTypes()
369 t1 = NULL; in toArgTypes()
417 t1 = argtypemerge(t1, ft1, f->offset); in toArgTypes()
440 if ((t1->ty == Tfloat32 || t1->ty == Tfloat64) && in toArgTypes()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-icf-gimple.c175 gcc_assert (TREE_CODE (t1) != FUNCTION_TYPE && TREE_CODE (t1) != METHOD_TYPE); in compatible_polymorphic_types_p()
257 if (t1 == t2) in operand_equal_p()
259 else if (!t1 || !t2) in operand_equal_p()
301 if (!t1 && !t2) in compare_operand()
303 else if (!t1 || !t2) in compare_operand()
316 for (; t1; t1 = TREE_CHAIN (t1)) in compare_asm_inputs_outputs()
350 if (t1 == t2) in compare_variable_decl()
543 tree t1, t2; in compare_gimple_call() local
601 && t1 in compare_gimple_call()
659 tree t1, t2; in compare_gimple_cond() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf-gimple.c175 gcc_assert (TREE_CODE (t1) != FUNCTION_TYPE && TREE_CODE (t1) != METHOD_TYPE); in compatible_polymorphic_types_p()
257 if (t1 == t2) in operand_equal_p()
259 else if (!t1 || !t2) in operand_equal_p()
301 if (!t1 && !t2) in compare_operand()
303 else if (!t1 || !t2) in compare_operand()
316 for (; t1; t1 = TREE_CHAIN (t1)) in compare_asm_inputs_outputs()
350 if (t1 == t2) in compare_variable_decl()
543 tree t1, t2; in compare_gimple_call() local
601 && t1 in compare_gimple_call()
659 tree t1, t2; in compare_gimple_cond() local
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/
H A Dghashv8-armx.pl101 vext.8 $IN,$t1,$t1,#8
103 vdup.32 $t1,${t1}[1]
138 veor $t1,$t1,$H2
152 vpmull.p64 $Ym,$t1,$t1
184 veor $t1,$t1,$H2
210 vrev64.8 $t1,$t1
212 vext.8 $IN,$t1,$t1,#8
305 vrev64.8 $t1,$t1
307 vext.8 $In,$t1,$t1,#8
343 vrev64.8 $t1,$t1
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Darmv4-gf2m.pl108 mov $hi,$t1,lsr#29
117 eor $lo,$lo,$t1,lsl#9
118 eor $hi,$hi,$t1,lsr#23
154 eor $hi,$hi,$t1,lsr#5
270 vmull.p8 $t1, $t1#lo, $b @ H = A2*B
277 veor $t1, $t1, $t3 @ M = G + H
282 veor $t1#lo, $t1#lo, $t1#hi @ t1 = (M) (P2 + P3) << 16
283 vand $t1#hi, $t1#hi, $k32
287 veor $t1#lo, $t1#lo, $t1#hi
293 vext.8 $t1, $t1, $t1, #14
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Darmv4-gf2m.pl111 mov $hi,$t1,lsr#29
120 eor $lo,$lo,$t1,lsl#9
121 eor $hi,$hi,$t1,lsr#23
157 eor $hi,$hi,$t1,lsr#5
275 vmull.p8 $t1, $t1#lo, $b @ H = A2*B
282 veor $t1, $t1, $t3 @ M = G + H
287 veor $t1#lo, $t1#lo, $t1#hi @ t1 = (M) (P2 + P3) << 16
288 vand $t1#hi, $t1#hi, $k32
292 veor $t1#lo, $t1#lo, $t1#hi
298 vext.8 $t1, $t1, $t1, #14
[all …]

12345678910>>...52