Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h9 __m256i z15 = _mm256_set1_epi32(x[3]); variable
38 __m256i orig15 = z15;
83 z15 = orig15;
178 y3 = _mm256_add_epi32(y3, z15);
193 y7 = z15;
237 z15 = _mm256_xor_si256(z15, y15);
239 z15 = _mm256_xor_si256(z15, r15);
306 y12 = _mm256_add_epi32(y12, z15);
321 y13 = z15;
357 z15 = _mm256_xor_si256(z15, y15);
[all …]
H A Du4.h5 z15; variable
18 z15 = _mm_shuffle_epi32(z0, 0xff);
48 orig15 = z15;
83 z15 = orig15;
178 y3 = _mm_add_epi32(y3, z15);
193 y7 = z15;
237 z15 = _mm_xor_si128(z15, y15);
239 z15 = _mm_xor_si128(z15, r15);
306 y12 = _mm_add_epi32(y12, z15);
321 y13 = z15;
[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
156 z15 = t42 & y9; in br_aes_ct_bitslice_Sbox()
163 t46 = z15 ^ z16; 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
156 z15 = t42 & y9; in br_aes_ct64_bitslice_Sbox()
163 t46 = z15 ^ z16; in br_aes_ct64_bitslice_Sbox()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DARM64_DWARF_Registers.h130 z15, enumerator
H A DARM64_ehframe_Registers.h129 z15, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h426 DEFINE_VREG_SVE(v15, z15),
460 DEFINE_FPU_PSEUDO_SVE(s15, 4, z15),
493 DEFINE_FPU_PSEUDO_SVE(d15, 8, z15),
532 DEFINE_ZREG(z15),
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZProcessors.td39 def : ProcessorModel<"z15", Z15Model, Arch13SupportedFeatures.List>;
/freebsd/crypto/openssl/crypto/
H A Ds390xcap.c577 static const struct OPENSSL_s390xcap_st z15 = { in parse_env() local
726 else if TOK_CPU(z15) in parse_env()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod38 and B<z15>.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td873 def Z15 : AArch64Reg<15, "z15", [Q15]>, DwarfRegNum<[111]>;