/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u8.h | 19 __m256i z9; /* useless */ variable 58 z8 = z9 = _mm256_broadcastq_epi64(_mm_cvtsi64_si128(in89)); 61 t9 = _mm256_add_epi64(addv9, z9); 64 z9 = _mm256_unpackhi_epi32(t8, t9); 66 t8 = _mm256_unpacklo_epi32(z8, z9); 67 t9 = _mm256_unpackhi_epi32(z8, z9); 71 z9 = _mm256_permutevar8x32_epi32(t9, permute); 74 orig9 = z9; 93 z9 = orig9; 117 z9 = _mm256_xor_si256(z9, y9); [all …]
|
H A D | u4.h | 4 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13, z14, variable 65 z9 = _mm_add_epi64(addv9, t9); 67 t8 = _mm_unpacklo_epi32(z8, z9); 68 t9 = _mm_unpackhi_epi32(z8, z9); 71 z9 = _mm_unpackhi_epi32(t8, t9); 74 orig9 = z9; 93 z9 = orig9; 117 z9 = _mm_xor_si128(z9, y9); 119 z9 = _mm_xor_si128(z9, r9); 130 y13 = _mm_add_epi32(y13, z9); [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe51_invert.c | 16 fe51 z9; in fe51_invert() local 28 /* 9 */ fe51_mul(&z9,&t,x); in fe51_invert() 29 /* 11 */ fe51_mul(&z11,&z9,&z2); in fe51_invert() 31 /* 2^5 - 2^0 = 31 */ fe51_mul(&z2_5_0,&t,&z9); in fe51_invert()
|
/freebsd/crypto/openssh/ |
H A D | smult_curve25519_ref.c | 183 unsigned int z9[32]; in recip() local 197 /* 9 */ mult(z9,t0,z); in recip() 198 /* 11 */ mult(z11,z9,z2); in recip() 200 /* 2^5 - 2^0 = 31 */ mult(z2_5_0,t0,z9); in recip()
|
H A D | ed25519.c | 339 fe25519 z9; in fe25519_invert() local 353 /* 9 */ fe25519_mul(&z9,&t0,x); in fe25519_invert() 354 /* 11 */ fe25519_mul(&z11,&z9,&z2); in fe25519_invert() 356 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t0,&z9); in fe25519_invert() 406 fe25519 z9; in fe25519_pow2523() local 419 /* 9 */ fe25519_mul(&z9,&t,x); in fe25519_pow2523() 420 /* 11 */ fe25519_mul(&z11,&z9,&z2); in fe25519_pow2523() 422 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t,&z9); in fe25519_pow2523()
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 45 uint32_t z0, z1, z2, z3, z4, z5, z6, z7, z8, z9; in br_aes_ct_bitslice_Sbox() local 150 z9 = t44 & y12; in br_aes_ct_bitslice_Sbox() 166 t49 = z9 ^ z10; in br_aes_ct_bitslice_Sbox()
|
H A D | aes_ct64.c | 45 uint64_t z0, z1, z2, z3, z4, z5, z6, z7, z8, z9; in br_aes_ct64_bitslice_Sbox() local 150 z9 = t44 & y12; in br_aes_ct64_bitslice_Sbox() 166 t49 = z9 ^ z10; in br_aes_ct64_bitslice_Sbox()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ARM64_DWARF_Registers.h | 124 z9, enumerator
|
H A D | ARM64_ehframe_Registers.h | 123 z9, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_arm64_sve.h | 420 DEFINE_VREG_SVE(v9, z9), 454 DEFINE_FPU_PSEUDO_SVE(s9, 4, z9), 487 DEFINE_FPU_PSEUDO_SVE(d9, 8, z9), 526 DEFINE_ZREG(z9),
|
/freebsd/contrib/netbsd-tests/ |
H A D | FREEBSD-upgrade | 20 cvs -z9 co -D "09/30/2014 20:45" -P src/tests
|
/freebsd/crypto/openssl/crypto/ |
H A D | s390xcap.c | 242 static const struct OPENSSL_s390xcap_st z9 = { in parse_env() local 720 else if TOK_CPU(z9) in parse_env()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_s390xcap.pod | 37 are B<z900>, B<z990>, B<z9>, B<z10>, B<z196>, B<zEC12>, B<z13>, B<z14>
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 867 def Z9 : AArch64Reg<9, "z9", [Q9]>, DwarfRegNum<[105]>;
|