/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u8.h | 8 __m256i z10 = _mm256_set1_epi32(x[2]); variable 33 __m256i orig10 = z10; 82 z10 = orig10; 170 y14 = _mm256_add_epi32(y14, z10); 185 y2 = z10; 221 z10 = _mm256_xor_si256(z10, y10); 223 z10 = _mm256_xor_si256(z10, r10); 298 y11 = _mm256_add_epi32(y11, z10); 313 y8 = z10; 349 z10 = _mm256_xor_si256(z10, y10); [all …]
|
H A D | u4.h | 4 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13, z14, variable 17 z10 = _mm_shuffle_epi32(z0, 0xaa); 43 orig10 = z10; 82 z10 = orig10; 170 y14 = _mm_add_epi32(y14, z10); 185 y2 = z10; 221 z10 = _mm_xor_si128(z10, y10); 223 z10 = _mm_xor_si128(z10, r10); 298 y11 = _mm_add_epi32(y11, z10); 313 y8 = z10; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZProcessors.td | 12 // be identified either by the system name (e.g. z10) or the level of the 17 // the Eighth Edition of the PoP (i.e. as implemented on z10). 24 def : ProcessorModel<"z10", NoSchedModel, Arch8SupportedFeatures.List>;
|
H A D | README.txt | 5 The initial backend is deliberately restricted to z10. We should add support
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 46 uint32_t z10, z11, z12, z13, z14, z15, z16, z17; in br_aes_ct_bitslice_Sbox() local 151 z10 = t37 & y3; in br_aes_ct_bitslice_Sbox() 164 t47 = z10 ^ z11; in br_aes_ct_bitslice_Sbox() 166 t49 = z9 ^ z10; in br_aes_ct_bitslice_Sbox()
|
H A D | aes_ct64.c | 46 uint64_t z10, z11, z12, z13, z14, z15, z16, z17; in br_aes_ct64_bitslice_Sbox() local 151 z10 = t37 & y3; in br_aes_ct64_bitslice_Sbox() 164 t47 = z10 ^ z11; 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 | 125 z10, enumerator
|
H A D | ARM64_ehframe_Registers.h | 124 z10, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_arm64_sve.h | 421 DEFINE_VREG_SVE(v10, z10), 455 DEFINE_FPU_PSEUDO_SVE(s10, 4, z10), 488 DEFINE_FPU_PSEUDO_SVE(d10, 8, z10), 527 DEFINE_ZREG(z10),
|
/freebsd/crypto/openssl/crypto/ |
H A D | s390xcap.c | 275 static const struct OPENSSL_s390xcap_st z10 = { in parse_env() local 721 else if TOK_CPU(z10) 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 | 868 def Z10 : AArch64Reg<10, "z10", [Q10]>, DwarfRegNum<[106]>;
|