Searched refs:z15 (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u8.h | 9 __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 D | u4.h | 5 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 D | aes_ct.c | 46 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 D | aes_ct64.c | 46 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 D | ARM64_DWARF_Registers.h | 130 z15, enumerator
|
H A D | ARM64_ehframe_Registers.h | 129 z15, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_arm64_sve.h | 426 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 D | SystemZProcessors.td | 39 def : ProcessorModel<"z15", Z15Model, Arch13SupportedFeatures.List>;
|
/freebsd/crypto/openssl/crypto/ |
H A D | s390xcap.c | 577 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 D | OPENSSL_s390xcap.pod | 38 and B<z15>.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 873 def Z15 : AArch64Reg<15, "z15", [Q15]>, DwarfRegNum<[111]>;
|