Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl71 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
117 ori $tmp0,$zero,0xFF
118 dsll $tmp2,$tmp0,32
119 or $tmp0,$tmp2 # 0x000000FF000000FF
121 and $tmp1,$in0,$tmp0 # byte swap
122 and $tmp3,$in1,$tmp0
127 and $tmp2,$tmp0
128 and $tmp4,$tmp0
129 dsll $tmp0,8 # 0x0000FF000000FF00
132 and $tmp2,$in0,$tmp0
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9a.pl55 $tmp0="%i3";
156 sll $a,5,$tmp0 !! $i
161 add $tmp0,$e,$e
175 sll $a,5,$tmp0 !! $i
180 add $tmp0,$e,$e
209 sll $a,5,$tmp0 !! $i
213 add $tmp0,$e,$e
215 xor $c,$b,$tmp0
218 xor $d,$tmp0,$tmp1
227 sll $a,5,$tmp0 !! $i
[all …]
H A Dsha512-mips.pl141 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]);
156 srl $tmp0,@X[0],24 # byte swap($i)
162 or @X[0],$tmp0
172 ori $tmp0,$zero,0xFF
173 dsll $tmp2,$tmp0,32
174 or $tmp0,$tmp2 # 0x000000FF000000FF
175 and $tmp1,@X[0],$tmp0 # byte swap($i)
178 and $tmp2,$tmp0
179 dsll $tmp0,8 # 0x0000FF000000FF00
181 and $tmp2,@X[0],$tmp0
[all …]
H A Dsha512-sparcv9.pl119 $tmp0="%g3";
189 add $tmp31,32,$tmp0
190 sllx @pair[0],$tmp0,$tmp1
206 add $tmp31,32,$tmp0
208 sllx @pair[0],$tmp0,$tmp1
238 $SRL $e,@Sigma1[1],$tmp0
241 xor $tmp0,$h,$h
242 $SRL $e,@Sigma1[2],$tmp0
245 xor $tmp0,$h,$h
247 xor $tmp1,$h,$tmp0 ! Sigma1(e)
[all …]
H A Dsha1-sparcv9.pl56 $tmp0="%i3";
65 sll $a,5,$tmp0 !! $i
68 add $tmp0,$e,$e
69 and $c,$b,$tmp0
74 or $tmp1,$tmp0,$tmp1
93 sll $a,5,$tmp0 !! $i
103 sll $a,5,$tmp0 !! $i
128 add $tmp0,$e,$e !!
129 and $c,$b,$tmp0
135 or $tmp1,$tmp0,$tmp1
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S128 #define tmp0 16 macro
135 adrp x(tmp0), __aarch64_have_lse_atomics
136 ldrb w(tmp0), [x(tmp0), :lo12:__aarch64_have_lse_atomics]
138 adrp x(tmp0), ___aarch64_have_lse_atomics@page
139 ldrb w(tmp0), [x(tmp0), ___aarch64_have_lse_atomics@pageoff]
141 cbz w(tmp0), \label
156 UXT s(tmp0), s(0)
159 cmp s(0), s(tmp0)
183 mov x(tmp0), x0
187 cmp x0, x(tmp0)
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl71 $tmp0="%g4";
124 mulx $apj,$mul0,$tmp0 !prologue! ap[1]*bp[0]
138 mov $tmp0,$acc0 !prologue!
141 mulx $apj,$mul0,$tmp0
151 mov $tmp0,$acc0
160 mulx $apj,$mul0,$tmp0 !epilogue!
170 add $tmp0,$car0,$car0
195 mulx $apj,$mul0,$tmp0 !prologue!
209 mov $tmp0,$acc0 !prologue!
212 mulx $apj,$mul0,$tmp0
[all …]
H A Drsaz-avx512.pl540 my ($tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = map("%ymm$_", (16..20));
572 vmovdqu64 -320($red_tbl), $tmp0 # load data from red_tbl
577 vpblendmq $tmp0, $t0, ${t0}{%k1} # extract data when mask is not zero
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c63 fe25519 tmp0; in crypto_scalarmult_curve25519_ref10() local
92 fe25519_sub(tmp0, x3, z3); in crypto_scalarmult_curve25519_ref10()
96 fe25519_mul(z3, tmp0, x2); in crypto_scalarmult_curve25519_ref10()
98 fe25519_sq(tmp0, tmp1); in crypto_scalarmult_curve25519_ref10()
102 fe25519_mul(x2, tmp1, tmp0); in crypto_scalarmult_curve25519_ref10()
103 fe25519_sub(tmp1, tmp1, tmp0); in crypto_scalarmult_curve25519_ref10()
107 fe25519_add(tmp0, tmp0, z3); in crypto_scalarmult_curve25519_ref10()
109 fe25519_mul(z2, tmp1, tmp0); in crypto_scalarmult_curve25519_ref10()
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl427 my ($dat0,$dat1,$in0,$in1,$tmp0,$tmp1,$tmp2,$rndlast)=map("q$_",(0..7));
429 my ($dat,$tmp,$rndzero_n_last)=($dat0,$tmp0,$tmp1);
720 veor $tmp0,$rndlast,$dat0
729 vst1.8 {$tmp0},[$out],#16
828 veor $tmp0,$rndlast,$dat0
832 vst1.8 {$tmp0},[$out],#16
1040 veor $tmp0,$rndlast,$dat0
1049 vst1.8 {$tmp0},[$out],#16
1148 veor $tmp0,$rndlast,$dat0
1152 vst1.8 {$tmp0},[$out],#16
[all …]
H A Daes-x86_64.pl252 my $tmp0=$acc0;
258 $tmp0=$s[1];
266 $code.=" movzb ".&hi($s[1]).",$tmp0\n";
271 $code.=" xor 3($sbox,$tmp0,8),$out\n";
288 my $tmp0=$acc0;
294 $tmp0=$s[1];
306 $code.=" movzb ".&hi($s[1]).",$tmp0\n";
310 $code.=" mov 0($sbox,$tmp0,8),$tmp0\n";
314 $code.=" and \$0x0000ff00,$tmp0\n";
318 $code.=" xor $tmp0,$out\n";
[all …]
/freebsd/sys/crypto/aesni/
H A Daesni_ghash.c167 __m128i tmp0, tmp1, tmp2, tmp3; in reduce4() local
189 tmp0 = _mm_shuffle_epi32(H1, 78); in reduce4()
191 tmp0 = _mm_xor_si128(tmp0, H1); in reduce4()
206 tmp0 = _mm_clmulepi64_si128(tmp0, tmp4, 0x00); in reduce4()
211 tmp0 = _mm_xor_si128(tmp0, lo); in reduce4()
212 tmp0 = _mm_xor_si128(tmp0, hi); in reduce4()
213 tmp0 = _mm_xor_si128(tmp1, tmp0); in reduce4()
214 tmp0 = _mm_xor_si128(tmp2, tmp0); in reduce4()
215 tmp0 = _mm_xor_si128(tmp3, tmp0); in reduce4()
217 tmp4 = _mm_slli_si128(tmp0, 8); in reduce4()
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c39 uint32_t tmp0, tmp1; in fman_tgec_set_mac_address() local
41 tmp0 = (uint32_t)(adr[0] | in fman_tgec_set_mac_address()
46 iowrite32be(tmp0, &regs->mac_addr_0); in fman_tgec_set_mac_address()
257 uint32_t tmp0, tmp1; in fman_tgec_add_addr_in_paddr() local
259 tmp0 = (uint32_t)(adr[0] | in fman_tgec_add_addr_in_paddr()
264 iowrite32be(tmp0, &regs->mac_addr_2); in fman_tgec_add_addr_in_paddr()
H A Dfman_memac.c82 uint32_t tmp0, tmp1; in fman_memac_add_addr_in_paddr() local
84 tmp0 = (uint32_t)(adr[0] | in fman_memac_add_addr_in_paddr()
91 iowrite32be(tmp0, &regs->mac_addr0.mac_addr_l); in fman_memac_add_addr_in_paddr()
94 iowrite32be(tmp0, &regs->mac_addr[paddr_num-1].mac_addr_l); in fman_memac_add_addr_in_paddr()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c369 tmp0 = _mm_xor_si128(tmp0, lo); \
370 tmp0 = _mm_xor_si128(tmp0, hi); \
371 tmp0 = _mm_xor_si128(tmp1, tmp0); \
372 tmp0 = _mm_xor_si128(tmp2, tmp0); \
373 tmp0 = _mm_xor_si128(tmp3, tmp0);\
376 tmp0B = _mm_slli_si128(tmp0, 8); \
377 tmp0 = _mm_srli_si128(tmp0, 8); \
379 hi = _mm_xor_si128(tmp0, hi); \
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86.pl1234 { my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
1289 &lea ("edi",&DWP($tmp0,"esp"));
1298 &lea ("esi",&DWP($tmp0,"esp"));
1299 &lea ("ebp",&DWP($tmp0,"esp"));
1311 &lea ("edi",&DWP($tmp0,"esp"));
1321 &lea ("esi",&DWP($tmp0,"esp"));
1327 &lea ("edi",&DWP($tmp0,"esp"));
1336 &lea ("esi",&DWP($tmp0,"esp"));
1343 &lea ("edi",&DWP($tmp0,"esp"));
1353 &lea ("ebp",&DWP($tmp0,"esp"));
H A Decp_nistz256-armv4.pl1276 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
1311 add $r_ptr,sp,#$tmp0
1330 add $r_ptr,sp,#$tmp0
1339 add $a_ptr,sp,#$tmp0
1352 add $r_ptr,sp,#$tmp0
1360 add $b_ptr,sp,#$tmp0
H A Decp_nistz256-armv8.pl717 my ($S,$M,$Zsqr,$tmp0)=map(32*$_,(0..3));
779 add $rp,sp,#$tmp0
791 add $rp,sp,#$tmp0
833 add $rp,sp,#$tmp0
839 add $bp,sp,#$tmp0
H A Decp_nistz256-sparcv9.pl749 my ($S,$M,$Zsqr,$tmp0)=map(32*$_,(0..3));
814 add %sp,LOCALS+$tmp0,$rp
830 add %sp,LOCALS+$tmp0,$rp
841 add %sp,LOCALS+$tmp0,$rp
848 add %sp,LOCALS+$tmp0,$bp
2032 $S,$M,$Zsqr,$tmp0)=map(32*$_,(0..9));
2155 add %sp,LOCALS64+$tmp0,$rp
2188 add %sp,LOCALS64+$tmp0,$rp
2209 add %sp,LOCALS64+$tmp0,$rp
2214 add %sp,LOCALS64+$tmp0,$bp
H A Decp_nistz256-ppc64.pl848 my ($S,$M,$Zsqr,$tmp0)=map(64+32*$_,(0..3));
929 addi $rp,$sp,$tmp0
943 addi $rp,$sp,$tmp0
991 addi $rp,$sp,$tmp0
997 addi $bp,$sp,$tmp0
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c214 fe64 x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mulx() local
236 fe64_sub(tmp0, x3, z3); in x25519_scalar_mulx()
240 fe64_mul(z3, x2, tmp0); in x25519_scalar_mulx()
242 fe64_sqr(tmp0, tmp1); in x25519_scalar_mulx()
246 fe64_mul(x2, tmp1, tmp0); in x25519_scalar_mulx()
247 fe64_sub(tmp1, tmp1, tmp0); in x25519_scalar_mulx()
251 fe64_add(tmp0, tmp0, z3); in x25519_scalar_mulx()
253 fe64_mul(z2, tmp1, tmp0); in x25519_scalar_mulx()
699 fe51 x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mult() local
728 fe51_sub(tmp0, x3, z3); in x25519_scalar_mult()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_x86_64.S126 je LOCAL_LABEL(tmp0)
133 LOCAL_LABEL(tmp0):
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dxmmintrin.h3172 __m128 tmp3, tmp2, tmp1, tmp0; \
3173 tmp0 = _mm_unpacklo_ps((row0), (row1)); \
3177 (row0) = _mm_movelh_ps(tmp0, tmp2); \
3178 (row1) = _mm_movehl_ps(tmp2, tmp0); \
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h797 fe tmp0, tmp1; in curve25519_generic() local
828 fe_sq_tl(&tmp0, &tmp1l); in curve25519_generic()
832 fe_mul_ttt(&x2, &tmp1, &tmp0); in curve25519_generic()
833 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519_generic()
837 fe_add(&tmp0l, &tmp0, &z3); in curve25519_generic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1677 ArrayRef<float> tmp0(FVal0); in evaluateCall() local
1678 nval0 = ConstantDataVector::get(context, tmp0); in evaluateCall()
1686 ArrayRef<double> tmp0(DVal0); in evaluateCall() local
1687 nval0 = ConstantDataVector::get(context, tmp0); in evaluateCall()

12