Home
last modified time | relevance | path

Searched refs:z14 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h20 __m256i z14 = _mm256_set1_epi32(x[14]); variable
37 __m256i orig14 = z14;
84 z14 = orig14;
173 z14 = _mm256_xor_si256(z14, y14);
175 z14 = _mm256_xor_si256(z14, r14);
186 y2 = _mm256_add_epi32(y2, z14);
201 y6 = z14;
305 y12 = z14;
341 z14 = _mm256_xor_si256(z14, y14);
343 z14 = _mm256_xor_si256(z14, r14);
[all …]
H A Du4.h4 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13, z14, variable
32 z14 = _mm_shuffle_epi32(z3, 0xaa);
47 orig14 = z14;
84 z14 = orig14;
173 z14 = _mm_xor_si128(z14, y14);
175 z14 = _mm_xor_si128(z14, r14);
186 y2 = _mm_add_epi32(y2, z14);
201 y6 = z14;
305 y12 = z14;
341 z14 = _mm_xor_si128(z14, y14);
[all …]
/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
155 z14 = t29 & y2; in br_aes_ct_bitslice_Sbox()
178 t61 = z14 ^ t57; 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
155 z14 = t29 & y2; in br_aes_ct64_bitslice_Sbox()
178 t61 = z14 ^ t57; in br_aes_ct64_bitslice_Sbox()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DARM64_DWARF_Registers.h129 z14, enumerator
H A DARM64_ehframe_Registers.h128 z14, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h425 DEFINE_VREG_SVE(v14, z14),
459 DEFINE_FPU_PSEUDO_SVE(s14, 4, z14),
492 DEFINE_FPU_PSEUDO_SVE(d14, 8, z14),
531 DEFINE_ZREG(z14),
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZProcessors.td36 def : ProcessorModel<"z14", Z14Model, Arch12SupportedFeatures.List>;
/freebsd/crypto/openssl/crypto/
H A Ds390xcap.c495 static const struct OPENSSL_s390xcap_st z14 = { in parse_env() local
725 else if TOK_CPU(z14) 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.td872 def Z14 : AArch64Reg<14, "z14", [Q14]>, DwarfRegNum<[110]>;