Home
last modified time | relevance | path

Searched refs:tmp0 (Results 1 – 17 of 17) sorted by relevance

/NextBSD/crypto/openssl/crypto/sha/asm/
HDsha1-sparcv9a.pl49 $tmp0="%i3";
150 sll $a,5,$tmp0 !! $i
155 add $tmp0,$e,$e
169 sll $a,5,$tmp0 !! $i
174 add $tmp0,$e,$e
203 sll $a,5,$tmp0 !! $i
207 add $tmp0,$e,$e
209 xor $c,$b,$tmp0
212 xor $d,$tmp0,$tmp1
221 sll $a,5,$tmp0 !! $i
[all …]
HDsha512-mips.pl126 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
137 srl $tmp0,@X[0],24 # byte swap($i)
143 or @X[0],$tmp0
153 ori $tmp0,$zero,0xFF
154 dsll $tmp2,$tmp0,32
155 or $tmp0,$tmp2 # 0x000000FF000000FF
156 and $tmp1,@X[0],$tmp0 # byte swap($i)
159 and $tmp2,$tmp0
160 dsll $tmp0,8 # 0x0000FF000000FF00
162 and $tmp2,@X[0],$tmp0
[all …]
HDsha512-sparcv9.pl110 $tmp0="%g3";
180 add $tmp31,32,$tmp0
181 sllx @pair[0],$tmp0,$tmp1
197 add $tmp31,32,$tmp0
199 sllx @pair[0],$tmp0,$tmp1
229 $SRL $e,@Sigma1[1],$tmp0
232 xor $tmp0,$h,$h
233 $SRL $e,@Sigma1[2],$tmp0
236 xor $tmp0,$h,$h
238 xor $tmp1,$h,$tmp0 ! Sigma1(e)
[all …]
HDsha1-sparcv9.pl50 $tmp0="%i3";
59 sll $a,5,$tmp0 !! $i
62 add $tmp0,$e,$e
63 and $c,$b,$tmp0
68 or $tmp1,$tmp0,$tmp1
87 sll $a,5,$tmp0 !! $i
97 sll $a,5,$tmp0 !! $i
122 add $tmp0,$e,$e !!
123 and $c,$b,$tmp0
129 or $tmp1,$tmp0,$tmp1
[all …]
/NextBSD/crypto/openssl/crypto/bn/asm/
HDsparcv9-mont.pl64 $tmp0="%g4";
112 mulx $apj,$mul0,$tmp0 !prologue! ap[1]*bp[0]
126 mov $tmp0,$acc0 !prologue!
129 mulx $apj,$mul0,$tmp0
139 mov $tmp0,$acc0
148 mulx $apj,$mul0,$tmp0 !epilogue!
158 add $tmp0,$car0,$car0
183 mulx $apj,$mul0,$tmp0 !prologue!
197 mov $tmp0,$acc0 !prologue!
200 mulx $apj,$mul0,$tmp0
[all …]
/NextBSD/crypto/openssl/crypto/aes/asm/
HDaesv8-armx.pl340 my ($dat0,$dat1,$in0,$in1,$tmp0,$tmp1,$ivec,$rndlast)=map("q$_",(0..7));
342 my ($dat,$tmp,$rndzero_n_last)=($dat0,$tmp0,$tmp1);
536 veor $tmp0,$ivec,$rndlast
578 veor $tmp0,$tmp0,$dat0
582 vst1.8 {$tmp0},[$out],#16
669 my ($dat0,$dat1,$in0,$in1,$tmp0,$tmp1,$ivec,$rndlast)=map("q$_",(0..7));
672 my ($dat,$tmp)=($dat0,$tmp0);
746 aesmc $tmp0,$dat0
755 aese $tmp0,q9
756 aesmc $tmp0,$tmp0
[all …]
HDaes-x86_64.pl243 my $tmp0=$acc0;
249 $tmp0=$s[1];
257 $code.=" movzb ".&hi($s[1]).",$tmp0\n";
262 $code.=" xor 3($sbox,$tmp0,8),$out\n";
279 my $tmp0=$acc0;
285 $tmp0=$s[1];
297 $code.=" movzb ".&hi($s[1]).",$tmp0\n";
301 $code.=" mov 0($sbox,$tmp0,8),$tmp0\n";
305 $code.=" and \$0x0000ff00,$tmp0\n";
309 $code.=" xor $tmp0,$out\n";
[all …]
/NextBSD/sys/crypto/aesni/
HDaesni_ghash.c169 __m128i tmp0, tmp1, tmp2, tmp3; in reduce4() local
191 tmp0 = _mm_shuffle_epi32(H1, 78); in reduce4()
193 tmp0 = _mm_xor_si128(tmp0, H1); in reduce4()
208 tmp0 = _mm_clmulepi64_si128(tmp0, tmp4, 0x00); in reduce4()
213 tmp0 = _mm_xor_si128(tmp0, lo); in reduce4()
214 tmp0 = _mm_xor_si128(tmp0, hi); in reduce4()
215 tmp0 = _mm_xor_si128(tmp1, tmp0); in reduce4()
216 tmp0 = _mm_xor_si128(tmp2, tmp0); in reduce4()
217 tmp0 = _mm_xor_si128(tmp3, tmp0); in reduce4()
219 tmp4 = _mm_slli_si128(tmp0, 8); in reduce4()
[all …]
/NextBSD/contrib/gcc/
HDMakefile.in3974 @echo "# Do not edit here. If you wish to override these values" >> ./tmp0
3975 @echo "# add them to the last section" >> ./tmp0
3976 @echo "set rootme \"`${PWD_COMMAND}`\"" >> ./tmp0
3977 @echo "set srcdir \"`cd ${srcdir}; ${PWD_COMMAND}`\"" >> ./tmp0
3978 @echo "set host_triplet $(host)" >> ./tmp0
3979 @echo "set build_triplet $(build)" >> ./tmp0
3980 @echo "set target_triplet $(target)" >> ./tmp0
3981 @echo "set target_alias $(target_noncanonical)" >> ./tmp0
3982 @echo "set libiconv \"$(LIBICONV)\"" >> ./tmp0
3984 @echo "set CFLAGS \"\"" >> ./tmp0
[all …]
HDloop-iv.c1992 rtx op0, op1, delta, step, bound, may_xform, tmp, tmp0, tmp1; in iv_number_of_iterations() local
2299 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); in iv_number_of_iterations()
2302 SImode, mode, tmp0, tmp1); in iv_number_of_iterations()
2363 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); in iv_number_of_iterations()
2379 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step); in iv_number_of_iterations()
2397 SImode, mode, tmp0, tmp); in iv_number_of_iterations()
2400 delta = simplify_gen_binary (MINUS, mode, delta, tmp0); in iv_number_of_iterations()
2408 tmp0 = lowpart_subreg (mode, iv0.base, comp_mode); in iv_number_of_iterations()
2421 bound, tmp0); in iv_number_of_iterations()
2423 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step); in iv_number_of_iterations()
[all …]
HDsimplify-rtx.c2758 long tmp0[4]; in simplify_const_binary_operation() local
2763 real_to_target (tmp0, CONST_DOUBLE_REAL_VALUE (op0), in simplify_const_binary_operation()
2772 tmp0[i] &= tmp1[i]; in simplify_const_binary_operation()
2775 tmp0[i] |= tmp1[i]; in simplify_const_binary_operation()
2778 tmp0[i] ^= tmp1[i]; in simplify_const_binary_operation()
2784 real_from_target (&r, tmp0, mode); in simplify_const_binary_operation()
HDfold-const.c8887 tree tmp0 = var0; in fold_binary() local
8890 if (TREE_CODE (tmp0) == NEGATE_EXPR) in fold_binary()
8891 tmp0 = TREE_OPERAND (tmp0, 0); in fold_binary()
8896 if (!operand_equal_p (tmp0, tmp1, 0)) in fold_binary()
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDxmmintrin.h971 __m128 tmp3, tmp2, tmp1, tmp0; \
972 tmp0 = _mm_unpacklo_ps((row0), (row1)); \
976 (row0) = _mm_movelh_ps(tmp0, tmp2); \
977 (row1) = _mm_movehl_ps(tmp2, tmp0); \
/NextBSD/crypto/openssl/crypto/ec/
HDecp_nistp224.c533 limb tmp0, tmp1, tmp2; in felem_square() local
534 tmp0 = 2 * in[0]; in felem_square()
540 out[3] = ((widelimb) in[3]) * tmp0 + ((widelimb) in[1]) * tmp2; in felem_square()
HDecp_nistz256.c251 BN_ULONG tmp0[P256_LIMBS]; in ecp_nistz256_point_double() local
280 ecp_nistz256_mul_by_2(tmp0, S); in ecp_nistz256_point_double()
284 ecp_nistz256_sub(res_x, res_x, tmp0); in ecp_nistz256_point_double()
/NextBSD/crypto/openssl/crypto/ec/asm/
HDecp_nistz256-x86_64.pl1964 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
2120 lea $tmp0(%rsp), $r_ptr
2131 lea $tmp0(%rsp), $r_ptr
2138 lea $tmp0(%rsp), $b_ptr
/NextBSD/contrib/gcc/config/arm/
HDarm.md4250 rtx tmp0 = operands[0];
4255 operands[2] = tmp0;