Home
last modified time | relevance | path

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

/freebsd-13.1/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.h17 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;
349 z10 = _mm_xor_si128(z10, y10);
[all …]
/freebsd-13.1/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-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
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-13.1/contrib/llvm-project/lldb/source/Utility/
H A DARM64_ehframe_Registers.h124 z10, enumerator
H A DARM64_DWARF_Registers.h125 z10, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h420 DEFINE_VREG_SVE(v10, z10),
454 DEFINE_FPU_PSEUDO_SVE(s10, 4, z10),
487 DEFINE_FPU_PSEUDO_SVE(d10, 8, z10),
526 DEFINE_ZREG(z10),
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td815 def Z10 : AArch64Reg<10, "z10", [Q10, Z10_HI]>, DwarfRegNum<[106]>;