Home
last modified time | relevance | path

Searched refs:z10 (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h8 __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 Du4.h4 __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 DSystemZProcessors.td12 // 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 DREADME.txt5 The initial backend is deliberately restricted to z10. We should add support
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c46 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 Daes_ct64.c46 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 DARM64_DWARF_Registers.h125 z10, enumerator
H A DARM64_ehframe_Registers.h124 z10, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h421 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 Ds390xcap.c275 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 DOPENSSL_s390xcap.pod37 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 DAArch64RegisterInfo.td868 def Z10 : AArch64Reg<10, "z10", [Q10]>, DwarfRegNum<[106]>;