| /freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/ |
| HD | poly1305-mips.pl | 67 ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1); 113 ori $tmp0,$zero,0xFF 114 dsll $tmp2,$tmp0,32 115 or $tmp0,$tmp2 # 0x000000FF000000FF 117 and $tmp1,$in0,$tmp0 # byte swap 118 and $tmp3,$in1,$tmp0 123 and $tmp2,$tmp0 124 and $tmp4,$tmp0 125 dsll $tmp0,8 # 0x0000FF000000FF00 128 and $tmp2,$in0,$tmp0 [all …]
|
| /freebsd-13-stable/crypto/openssl/crypto/sha/asm/ |
| HD | sha1-sparcv9a.pl | 56 $tmp0="%i3"; 157 sll $a,5,$tmp0 !! $i 162 add $tmp0,$e,$e 176 sll $a,5,$tmp0 !! $i 181 add $tmp0,$e,$e 210 sll $a,5,$tmp0 !! $i 214 add $tmp0,$e,$e 216 xor $c,$b,$tmp0 219 xor $d,$tmp0,$tmp1 228 sll $a,5,$tmp0 !! $i [all …]
|
| HD | sha512-mips.pl | 135 my ($T1,$tmp0,$tmp1,$tmp2)=(@X[4],@X[5],@X[6],@X[7]); 150 srl $tmp0,@X[0],24 # byte swap($i) 156 or @X[0],$tmp0 166 ori $tmp0,$zero,0xFF 167 dsll $tmp2,$tmp0,32 168 or $tmp0,$tmp2 # 0x000000FF000000FF 169 and $tmp1,@X[0],$tmp0 # byte swap($i) 172 and $tmp2,$tmp0 173 dsll $tmp0,8 # 0x0000FF000000FF00 175 and $tmp2,@X[0],$tmp0 [all …]
|
| HD | sha512-sparcv9.pl | 117 $tmp0="%g3"; 187 add $tmp31,32,$tmp0 188 sllx @pair[0],$tmp0,$tmp1 204 add $tmp31,32,$tmp0 206 sllx @pair[0],$tmp0,$tmp1 236 $SRL $e,@Sigma1[1],$tmp0 239 xor $tmp0,$h,$h 240 $SRL $e,@Sigma1[2],$tmp0 243 xor $tmp0,$h,$h 245 xor $tmp1,$h,$tmp0 ! Sigma1(e) [all …]
|
| HD | sha1-sparcv9.pl | 57 $tmp0="%i3"; 66 sll $a,5,$tmp0 !! $i 69 add $tmp0,$e,$e 70 and $c,$b,$tmp0 75 or $tmp1,$tmp0,$tmp1 94 sll $a,5,$tmp0 !! $i 104 sll $a,5,$tmp0 !! $i 129 add $tmp0,$e,$e !! 130 and $c,$b,$tmp0 136 or $tmp1,$tmp0,$tmp1 [all …]
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
| HD | lse.S | 128 #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-13-stable/crypto/openssl/crypto/bn/asm/ |
| HD | sparcv9-mont.pl | 72 $tmp0="%g4"; 122 mulx $apj,$mul0,$tmp0 !prologue! ap[1]*bp[0] 136 mov $tmp0,$acc0 !prologue! 139 mulx $apj,$mul0,$tmp0 149 mov $tmp0,$acc0 158 mulx $apj,$mul0,$tmp0 !epilogue! 168 add $tmp0,$car0,$car0 193 mulx $apj,$mul0,$tmp0 !prologue! 207 mov $tmp0,$acc0 !prologue! 210 mulx $apj,$mul0,$tmp0 [all …]
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
| HD | 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-13-stable/crypto/openssl/crypto/aes/asm/ |
| HD | aesv8-armx.pl | 367 my ($dat0,$dat1,$in0,$in1,$tmp0,$tmp1,$ivec,$rndlast)=map("q$_",(0..7)); 369 my ($dat,$tmp,$rndzero_n_last)=($dat0,$tmp0,$tmp1); 563 veor $tmp0,$ivec,$rndlast 605 veor $tmp0,$tmp0,$dat0 609 vst1.8 {$tmp0},[$out],#16 696 my ($dat0,$dat1,$in0,$in1,$tmp0,$tmp1,$ivec,$rndlast)=map("q$_",(0..7)); 699 my ($dat,$tmp)=($dat0,$tmp0); 793 aesmc $tmp0,$dat0 816 aese $tmp0,q9 817 aesmc $tmp0,$tmp0 [all …]
|
| /freebsd-13-stable/sys/crypto/aesni/ |
| HD | aesni_ghash.c | 167 __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-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/ |
| HD | 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()
|
| HD | 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-13-stable/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| HD | 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-13-stable/crypto/openssl/crypto/ec/asm/ |
| HD | ecp_nistz256-x86.pl | 1235 { my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4)); 1290 &lea ("edi",&DWP($tmp0,"esp")); 1299 &lea ("esi",&DWP($tmp0,"esp")); 1300 &lea ("ebp",&DWP($tmp0,"esp")); 1312 &lea ("edi",&DWP($tmp0,"esp")); 1322 &lea ("esi",&DWP($tmp0,"esp")); 1328 &lea ("edi",&DWP($tmp0,"esp")); 1337 &lea ("esi",&DWP($tmp0,"esp")); 1344 &lea ("edi",&DWP($tmp0,"esp")); 1354 &lea ("ebp",&DWP($tmp0,"esp"));
|
| HD | ecp_nistz256-armv4.pl | 1272 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4)); 1307 add $r_ptr,sp,#$tmp0 1326 add $r_ptr,sp,#$tmp0 1335 add $a_ptr,sp,#$tmp0 1348 add $r_ptr,sp,#$tmp0 1356 add $b_ptr,sp,#$tmp0
|
| HD | ecp_nistz256-armv8.pl | 714 my ($S,$M,$Zsqr,$tmp0)=map(32*$_,(0..3)); 776 add $rp,sp,#$tmp0 788 add $rp,sp,#$tmp0 830 add $rp,sp,#$tmp0 836 add $bp,sp,#$tmp0
|
| HD | ecp_nistz256-sparcv9.pl | 747 my ($S,$M,$Zsqr,$tmp0)=map(32*$_,(0..3)); 812 add %sp,LOCALS+$tmp0,$rp 828 add %sp,LOCALS+$tmp0,$rp 839 add %sp,LOCALS+$tmp0,$rp 846 add %sp,LOCALS+$tmp0,$bp 2030 $S,$M,$Zsqr,$tmp0)=map(32*$_,(0..9)); 2153 add %sp,LOCALS64+$tmp0,$rp 2186 add %sp,LOCALS64+$tmp0,$rp 2207 add %sp,LOCALS64+$tmp0,$rp 2212 add %sp,LOCALS64+$tmp0,$bp
|
| HD | ecp_nistz256-ppc64.pl | 845 my ($S,$M,$Zsqr,$tmp0)=map(64+32*$_,(0..3)); 926 addi $rp,$sp,$tmp0 940 addi $rp,$sp,$tmp0 988 addi $rp,$sp,$tmp0 994 addi $bp,$sp,$tmp0
|
| /freebsd-13-stable/crypto/openssl/crypto/ec/ |
| HD | curve25519.c | 204 fe64 x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mulx() local 226 fe64_sub(tmp0, x3, z3); in x25519_scalar_mulx() 230 fe64_mul(z3, x2, tmp0); in x25519_scalar_mulx() 232 fe64_sqr(tmp0, tmp1); in x25519_scalar_mulx() 236 fe64_mul(x2, tmp1, tmp0); in x25519_scalar_mulx() 237 fe64_sub(tmp1, tmp1, tmp0); in x25519_scalar_mulx() 241 fe64_add(tmp0, tmp0, z3); in x25519_scalar_mulx() 243 fe64_mul(z2, tmp1, tmp0); in x25519_scalar_mulx() 689 fe51 x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mult() local 718 fe51_sub(tmp0, x3, z3); in x25519_scalar_mult() [all …]
|
| HD | ecp_nistp224.c | 493 limb tmp0, tmp1, tmp2; 494 tmp0 = 2 * in[0]; 500 out[3] = ((widelimb) in[3]) * tmp0 + ((widelimb) in[1]) * tmp2;
|
| HD | ecp_nistz256.c | 265 BN_ULONG tmp0[P256_LIMBS]; in ecp_nistz256_point_double() local 294 ecp_nistz256_mul_by_2(tmp0, S); in ecp_nistz256_point_double() 298 ecp_nistz256_sub(res_x, res_x, tmp0); in ecp_nistz256_point_double()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| HD | xray_trampoline_x86_64.S | 126 je LOCAL_LABEL(tmp0) 133 LOCAL_LABEL(tmp0):
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | xmmintrin.h | 3172 __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-13-stable/contrib/wireguard-tools/ |
| HD | 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-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPULibCalls.cpp | 1677 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()
|