/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u8.h | 15 __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 D | u4.h | 4 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13, z14, variable 27 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); [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 154 z13 = t40 & y5; in br_aes_ct_bitslice_Sbox() 165 t48 = z5 ^ z13; 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 154 z13 = t40 & y5; in br_aes_ct64_bitslice_Sbox() 165 t48 = z5 ^ z13; in br_aes_ct64_bitslice_Sbox()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ARM64_DWARF_Registers.h | 128 z13, enumerator
|
H A D | ARM64_ehframe_Registers.h | 127 z13, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_arm64_sve.h | 424 DEFINE_VREG_SVE(v13, z13), 458 DEFINE_FPU_PSEUDO_SVE(s13, 4, z13), 491 DEFINE_FPU_PSEUDO_SVE(d13, 8, z13), 530 DEFINE_ZREG(z13),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZProcessors.td | 33 def : ProcessorModel<"z13", Z13Model, Arch11SupportedFeatures.List>;
|
H A D | SystemZSchedule.td | 44 // Vector sub units (z13 and later)
|
H A D | SystemZInstrFP.td | 49 // For z13 we prefer LDR over LER to avoid partial register dependencies. 135 // For z13 we prefer LDE over LE to avoid partial register dependencies.
|
/freebsd/crypto/openssl/crypto/ |
H A D | s390xcap.c | 432 static const struct OPENSSL_s390xcap_st z13 = { in parse_env() local 724 else if TOK_CPU(z13) 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 | 871 def Z13 : AArch64Reg<13, "z13", [Q13]>, DwarfRegNum<[109]>;
|