/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
popcountti2.c | 24 tu_int x3 = (tu_int)a; local in function:__popcountti2 25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) | 28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)) 29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL)); 31 x3 = (x3 + (x3 >> 4) [all...] |
/src/sys/arch/powerpc/fpu/ |
fpu_mul.c | 109 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local in function:fpu_mul 163 x3 = x->fp_mant[3]; 170 FPU_ADDS(a3, a3, x3); \
|
fpu_sqrt.c | 197 u_int x0, x1, x2, x3; local in function:fpu_sqrt 244 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \ 250 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \ 263 x3 = x->fp_mant[3]; 383 FPU_SUBS(d3, x3, t3); 388 x0 = d0, x1 = d1, x2 = d2; x3 = d3; 396 FPU_SUBS(d3, x3, t3) [all...] |
/src/sys/arch/sparc/fpu/ |
fpu_mul.c | 105 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local in function:fpu_mul 146 x3 = x->fp_mant[3]; 153 FPU_ADDS(a3, a3, x3); \
|
fpu_sqrt.c | 193 u_int x0, x1, x2, x3; local in function:fpu_sqrt 224 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \ 230 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \ 243 x3 = x->fp_mant[3]; 363 FPU_SUBS(d3, x3, t3); 376 FPU_SUBS(d3, x3, t3); 393 x->fp_sticky = x0 | x1 | x2 | x3; [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hsalsa20/ref2/ |
core_hsalsa20_ref2.c | 22 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, local in function:crypto_core_hsalsa20 39 x3 = LOAD32_LE(k + 8); 63 x3 ^= ROTL32(x15 + x11, 7); 64 x7 ^= ROTL32(x3 + x15, 9); 65 x11 ^= ROTL32(x7 + x3, 13); 67 x1 ^= ROTL32(x0 + x3, 7); 69 x3 ^= ROTL32(x2 + x1, 13); 70 x0 ^= ROTL32(x3 + x2, 18);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hchacha20/ |
core_hchacha20.c | 21 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; local in function:crypto_core_hchacha20 28 x3 = 0x6b206574; 33 x3 = LOAD32_LE(c + 12); 52 QUARTERROUND(x3, x7, x11, x15); 56 QUARTERROUND(x3, x4, x9, x14); 62 STORE32_LE(out + 12, x3);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
x25519_ref10.c | 61 fe25519 x3; local in function:crypto_scalarmult_curve25519_ref10 81 fe25519_copy(x3, x1); 89 fe25519_cswap(x2, x3, swap); 92 fe25519_sub(tmp0, x3, z3); 95 fe25519_add(z2, x3, z3); 100 fe25519_add(x3, z3, z2); 106 fe25519_sq(x3, x3); 111 fe25519_cswap(x2, x3, swap);
|
/src/sys/crypto/chacha/ |
chacha_ref.c | 71 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 77 x3 = y3 = le32dec(c + 12); 105 le32enc(out + 12, x3 + y3); 131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 138 x3 = le32dec(c + 12); 156 y3 = x3; 182 le32enc(s + 12, x3 + y3); 204 y3 = x3; 230 le32enc(buf + 12, x3 + y3); 256 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15 70 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:chacha_core_ref 129 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:chacha_stream_ref 252 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:chacha_stream_xor_ref [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/salsa/ref/ |
core_salsa_ref.c | 15 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, local in function:crypto_core_salsa 33 j3 = x3 = LOAD32_LE(k + 8); 58 x3 ^= ROTL32(x15 + x11, 7); 59 x7 ^= ROTL32(x3 + x15, 9); 60 x11 ^= ROTL32(x7 + x3, 13); 62 x1 ^= ROTL32(x0 + x3, 7); 64 x3 ^= ROTL32(x2 + x1, 13); 65 x0 ^= ROTL32(x3 + x2, 18); 82 STORE32_LE(out + 12, x3 + j3);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/ |
chacha20_ref.c | 84 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, local in function:chacha20_encrypt_bytes 128 x3 = j3; 145 QUARTERROUND(x3, x7, x11, x15) 149 QUARTERROUND(x3, x4, x9, x14) 154 x3 = PLUS(x3, j3); 171 x3 = XOR(x3, LOAD32_LE(m + 12)); 195 STORE32_LE(c + 12, x3);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
ed25519_ref10_fe_51.h | 122 uint64_t x3 = f3 ^ g[3]; local in function:fe25519_cmov 128 x3 &= mask; 134 f[3] = f3 ^ x3; 165 uint64_t x3 = f3 ^ g3; local in function:fe25519_cswap 171 x3 &= mask; 177 f[3] = f3 ^ x3; 183 g[3] = g3 ^ x3;
|
ed25519_ref10_fe_25_5.h | 166 int32_t x3 = f3 ^ g[3]; local in function:fe25519_cmov 177 x3 &= mask; 188 f[3] = f3 ^ x3; 227 int32_t x3 = f3 ^ g3; local in function:fe25519_cswap 238 x3 &= mask; 249 f[3] = f3 ^ x3; 260 g[3] = g3 ^ x3;
|
/src/sys/crypto/chacha/arch/x86/ |
chacha_sse2.c | 203 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 214 x3 = load1_epi32(chacha_const32 + 12); 235 y3 = x3; 261 y3 = _mm_add_epi32(y3, x3); 363 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; 374 x3 = load1_epi32(chacha_const32 + 12); 394 y3 = x3; 420 y3 = _mm_add_epi32(y3, x3); 199 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:chacha_stream_sse2 355 __m128i x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:chacha_stream_xor_sse2
|
/src/lib/libc/gen/ |
arc4random.c | 136 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15; local in function:crypto_core 143 j3 = x3 = crypto_le32dec(c + 12); 161 QUARTERROUND( x3, x7,x11,x15); 165 QUARTERROUND( x3, x4, x9,x14); 171 crypto_le32enc(out + 12, x3 + j3);
|
/src/sys/crypto/aes/ |
aes_ct.c | 54 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; local in function:br_aes_ct_bitslice_Sbox 72 x3 = q[4]; 81 y14 = x3 ^ x5; 83 y9 = x0 ^ x3; 87 y4 = y1 ^ x3;
|
/src/sys/crypto/aes/arch/x86/ |
aes_sse2.c | 48 uint32_t x3 = *p8++; local in function:br_range_dec32le 50 *p32++ = x0 | (x1 << 8) | (x2 << 16) | (x3 << 24); 57 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local in function:aes_sse2_bitslice_Sbox 75 x3 = _mm_shuffle_epi32(q[0], 0x0e); 84 y14 = x3 ^ x5; 86 y9 = x0 ^ x3; 90 y4 = y1 ^ x3; 384 __m128i x0, x1, x2, x3; local in function:aes_sse2_skey_expand 386 x0 = x1 = x2 = x3 = _mm_loadu_si64(&comp_skey[u]); 390 x3 &= 0x8888888888888888 [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/ |
ed25519_ref10.c | 1978 fe25519 x, x2, x3; local in function:ge25519_from_uniform 1999 fe25519_mul(x3, x, x2); 2000 fe25519_add(e, x3, x);
|
/src/sys/lib/libkern/arch/hppa/ |
milli.S | 1089 x3: comb,<> %r25,0,l0 ! sh1add %r26,%r26,%r1 ! bv 0(r31) ! add %r29,%r1,%r29 label
|