Searched refs:z13 (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/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 | 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); 338 y14 = _mm_add_epi32(y14, z13); [all …]
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ARM64_ehframe_Registers.h | 127 z13, enumerator
|
| H A D | ARM64_DWARF_Registers.h | 128 z13, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_arm64_sve.h | 423 DEFINE_VREG_SVE(v13, z13), 457 DEFINE_FPU_PSEUDO_SVE(s13, 4, z13), 490 DEFINE_FPU_PSEUDO_SVE(d13, 8, z13), 529 DEFINE_ZREG(z13),
|
| /freebsd-13.1/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. 143 // For z13 we prefer LDE over LE to avoid partial register dependencies.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 818 def Z13 : AArch64Reg<13, "z13", [Q13, Z13_HI]>, DwarfRegNum<[109]>;
|