/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u8.h | 20 __m256i z14 = _mm256_set1_epi32(x[14]); variable 37 __m256i orig14 = z14; 84 z14 = orig14; 173 z14 = _mm256_xor_si256(z14, y14); 175 z14 = _mm256_xor_si256(z14, r14); 186 y2 = _mm256_add_epi32(y2, z14); 201 y6 = z14; 305 y12 = z14; 341 z14 = _mm256_xor_si256(z14, y14); 343 z14 = _mm256_xor_si256(z14, r14); [all …]
|
H A D | u4.h | 4 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13, z14, variable 32 z14 = _mm_shuffle_epi32(z3, 0xaa); 47 orig14 = z14; 84 z14 = orig14; 173 z14 = _mm_xor_si128(z14, y14); 175 z14 = _mm_xor_si128(z14, r14); 186 y2 = _mm_add_epi32(y2, z14); 201 y6 = z14; 305 y12 = z14; 341 z14 = _mm_xor_si128(z14, y14); [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 155 z14 = t29 & y2; in br_aes_ct_bitslice_Sbox() 178 t61 = z14 ^ t57; 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 155 z14 = t29 & y2; in br_aes_ct64_bitslice_Sbox() 178 t61 = z14 ^ t57; in br_aes_ct64_bitslice_Sbox()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ARM64_DWARF_Registers.h | 129 z14, enumerator
|
H A D | ARM64_ehframe_Registers.h | 128 z14, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_arm64_sve.h | 425 DEFINE_VREG_SVE(v14, z14), 459 DEFINE_FPU_PSEUDO_SVE(s14, 4, z14), 492 DEFINE_FPU_PSEUDO_SVE(d14, 8, z14), 531 DEFINE_ZREG(z14),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZProcessors.td | 36 def : ProcessorModel<"z14", Z14Model, Arch12SupportedFeatures.List>;
|
/freebsd/crypto/openssl/crypto/ |
H A D | s390xcap.c | 495 static const struct OPENSSL_s390xcap_st z14 = { in parse_env() local 725 else if TOK_CPU(z14) in parse_env()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_s390xcap.pod | 37 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 D | AArch64RegisterInfo.td | 872 def Z14 : AArch64Reg<14, "z14", [Q14]>, DwarfRegNum<[110]>;
|