Home
last modified time | relevance | path

Searched refs:z13 (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h15 __m256i z13 = _mm256_set1_epi32(x[9]); variable
36 __m256i orig13 = z13;
91 z13 = orig13;
133 z13 = _mm256_xor_si256(z13, y13);
135 z13 = _mm256_xor_si256(z13, r13);
146 y1 = _mm256_add_epi32(y1, z13);
161 y5 = z13;
325 z13 = _mm256_xor_si256(z13, y13);
327 z13 = _mm256_xor_si256(z13, r13);
338 y14 = _mm256_add_epi32(y14, z13);
[all …]
H A Du4.h4 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13, z14, variable
27 z13 = _mm_shuffle_epi32(z2, 0x55);
46 orig13 = z13;
91 z13 = orig13;
133 z13 = _mm_xor_si128(z13, y13);
135 z13 = _mm_xor_si128(z13, r13);
146 y1 = _mm_add_epi32(y1, z13);
161 y5 = z13;
325 z13 = _mm_xor_si128(z13, y13);
327 z13 = _mm_xor_si128(z13, r13);
[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
154 z13 = t40 & y5; in br_aes_ct_bitslice_Sbox()
165 t48 = z5 ^ z13; 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
154 z13 = t40 & y5; in br_aes_ct64_bitslice_Sbox()
165 t48 = z5 ^ z13; in br_aes_ct64_bitslice_Sbox()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DARM64_DWARF_Registers.h128 z13, enumerator
H A DARM64_ehframe_Registers.h127 z13, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h424 DEFINE_VREG_SVE(v13, z13),
458 DEFINE_FPU_PSEUDO_SVE(s13, 4, z13),
491 DEFINE_FPU_PSEUDO_SVE(d13, 8, z13),
530 DEFINE_ZREG(z13),
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZProcessors.td33 def : ProcessorModel<"z13", Z13Model, Arch11SupportedFeatures.List>;
H A DSystemZSchedule.td44 // Vector sub units (z13 and later)
H A DSystemZInstrFP.td49 // For z13 we prefer LDR over LER to avoid partial register dependencies.
135 // For z13 we prefer LDE over LE to avoid partial register dependencies.
/freebsd/crypto/openssl/crypto/
H A Ds390xcap.c432 static const struct OPENSSL_s390xcap_st z13 = { in parse_env() local
724 else if TOK_CPU(z13) 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.td871 def Z13 : AArch64Reg<13, "z13", [Q13]>, DwarfRegNum<[109]>;