Home
last modified time | relevance | path

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

/freebsd-13.1/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.h27 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);
338 y14 = _mm_add_epi32(y14, z13);
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Utility/
H A DARM64_ehframe_Registers.h127 z13, enumerator
H A DARM64_DWARF_Registers.h128 z13, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h423 DEFINE_VREG_SVE(v13, z13),
457 DEFINE_FPU_PSEUDO_SVE(s13, 4, z13),
490 DEFINE_FPU_PSEUDO_SVE(d13, 8, z13),
529 DEFINE_ZREG(z13),
/freebsd-13.1/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.
143 // For z13 we prefer LDE over LE to avoid partial register dependencies.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td818 def Z13 : AArch64Reg<13, "z13", [Q13, Z13_HI]>, DwarfRegNum<[109]>;