| /freebsd-14.2/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-mips.pl | 138 and $in0,$tmp0 152 li $tmp0,1 153 dsll $tmp0,32 155 dsll $tmp0,28 279 sltu $tmp0,$h1,$tmp0 294 sltu $tmp0,$d0,$tmp0 310 sltu $tmp0,$d1,$tmp0 320 and $tmp0,$d2 325 sltu $tmp0,$h0,$tmp0 327 sltu $tmp0,$h1,$tmp0 [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-sparcv9a.pl | 55 $tmp0="%i3"; 161 add $tmp0,$e,$e 180 add $tmp0,$e,$e 213 add $tmp0,$e,$e 215 xor $c,$b,$tmp0 231 add $tmp0,$e,$e 233 xor $c,$b,$tmp0 251 add $tmp0,$e,$e 396 and $tmp0,-8,$tmp0 469 mov 5,$tmp0 [all …]
|
| H A D | sha512-mips.pl | 162 or @X[0],$tmp0 178 and $tmp2,$tmp0 184 and @X[0],$tmp0 200 xor $tmp0,$tmp1 210 $ADDU $T1,$tmp0 211 and $tmp0,$b,$c 223 xor $h,$tmp0 227 xor $h,$tmp0 239 xor $h,$tmp0 243 xor $h,$tmp0 [all …]
|
| H A D | sha512-sparcv9.pl | 119 $tmp0="%g3"; 241 xor $tmp0,$h,$h 264 or $a,$b,$tmp0 266 and $c,$tmp0,$tmp0 352 or %l3,$tmp0,$tmp0 358 srlx $tmp0,@sigma0[1],$tmp0 362 srlx $tmp0,`@sigma0[2]-@sigma0[1]`,$tmp0 374 sllx $tmp0,`@sigma1[2]-@sigma1[1]`,$tmp0 381 or %l5,$tmp0,$tmp0 749 or %l1,$tmp0,$tmp0 [all …]
|
| H A D | sha1-sparcv9.pl | 56 $tmp0="%i3"; 68 add $tmp0,$e,$e 69 and $c,$b,$tmp0 128 add $tmp0,$e,$e !! 129 and $c,$b,$tmp0 152 add $tmp0,$e,$e !! 153 xor $c,$b,$tmp0 156 xor $d,$tmp0,$tmp1 176 and $c,$b,$tmp0 300 andn $inp,7,$tmp0 [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
| H A D | lse.S | 128 #define tmp0 16 macro 136 ldrb w(tmp0), [x(tmp0), :lo12:__aarch64_have_lse_atomics] 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) 210 mov s(tmp0), s(0) 213 STXR w(tmp1), s(tmp0), [x1] [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/bn/asm/ |
| H A D | sparcv9-mont.pl | 71 $tmp0="%g4"; 141 mulx $apj,$mul0,$tmp0 151 mov $tmp0,$acc0 170 add $tmp0,$car0,$car0 212 mulx $apj,$mul0,$tmp0 224 mov $tmp0,$acc0 345 mov $tmp0,$acc0 390 mulx $n0,$tmp0,$mul1 498 srlx $car1,32,$tmp0 566 add $i,4,$tmp0 [all …]
|
| H A D | rsaz-avx512.pl | 540 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-14.2/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
| H A D | x25519_ref10.c | 63 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-14.2/crypto/openssl/crypto/aes/asm/ |
| H A D | aesv8-armx.pl | 1554 veor $tmp0,$tmp0,$dat0 1669 veor $tmp0,$tmp0,$dat0 2052 aese $tmp0,q9 2053 aesmc $tmp0,$tmp0 2067 aesmc $tmp0,$tmp0 2077 aesmc $tmp0,$tmp0 2097 aesmc $tmp0,$tmp0 2634 veor $tmp0,$tmp0,$dat0 2770 veor $tmp0,$tmp0,$dat0 3317 veor $tmp0,$tmp0,$dat0 [all …]
|
| H A D | aes-x86_64.pl | 252 my $tmp0=$acc0; 258 $tmp0=$s[1]; 288 my $tmp0=$acc0; 294 $tmp0=$s[1]; 310 $code.=" mov 0($sbox,$tmp0,8),$tmp0\n"; 318 $code.=" xor $tmp0,$out\n"; 845 my $tmp0=$acc0; 860 $tmp0=$s[1] if ($i==3); 877 my $tmp0=$acc0; 897 $code.=" movzb 2048($sbox,$tmp0,1),$tmp0\n"; [all …]
|
| /freebsd-14.2/sys/crypto/aesni/ |
| H A D | aesni_ghash.c | 167 __m128i tmp0, tmp1, tmp2, tmp3; in reduce4() local 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() 218 tmp0 = _mm_srli_si128(tmp0, 8); in reduce4() [all …]
|
| /freebsd-14.2/sys/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | fman_tgec.c | 39 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, ®s->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, ®s->mac_addr_2); in fman_tgec_add_addr_in_paddr()
|
| H A D | fman_memac.c | 82 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, ®s->mac_addr0.mac_addr_l); in fman_memac_add_addr_in_paddr() 94 iowrite32be(tmp0, ®s->mac_addr[paddr_num-1].mac_addr_l); in fman_memac_add_addr_in_paddr()
|
| /freebsd-14.2/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| H A D | aead_aes256gcm_aesni.c | 369 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-14.2/crypto/openssl/crypto/ec/asm/ |
| H A D | ecp_nistz256-x86.pl | 1234 { 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 D | ecp_nistz256-armv4.pl | 1276 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 D | ecp_nistz256-armv8.pl | 717 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 D | ecp_nistz256-sparcv9.pl | 749 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 D | ecp_nistz256-ppc64.pl | 848 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-14.2/crypto/openssl/crypto/ec/ |
| H A D | curve25519.c | 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() 251 fe64_add(tmp0, tmp0, z3); in x25519_scalar_mulx() 728 fe51_sub(tmp0, x3, z3); in x25519_scalar_mult() 732 fe51_mul(z3, tmp0, x2); in x25519_scalar_mult() 734 fe51_sq(tmp0, tmp1); in x25519_scalar_mult() 743 fe51_add(tmp0, tmp0, z3); in x25519_scalar_mult() 4407 fe_sq(tmp0, tmp1); in x25519_scalar_mult_generic() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_x86_64.S | 127 je LOCAL_LABEL(tmp0) 134 LOCAL_LABEL(tmp0):
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | xmmintrin.h | 2986 __m128 tmp3, tmp2, tmp1, tmp0; \ 2987 tmp0 = _mm_unpacklo_ps((row0), (row1)); \ 2991 (row0) = _mm_movelh_ps(tmp0, tmp2); \ 2992 (row1) = _mm_movehl_ps(tmp2, tmp0); \
|
| /freebsd-14.2/contrib/wireguard-tools/ |
| H A D | curve25519-fiat32.h | 797 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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 1635 ArrayRef<float> tmp0(FVal0); in evaluateCall() local 1636 nval0 = ConstantDataVector::get(context, tmp0); in evaluateCall() 1644 ArrayRef<double> tmp0(DVal0); in evaluateCall() local 1645 nval0 = ConstantDataVector::get(context, tmp0); in evaluateCall()
|