Searched refs:z14 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/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 | 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); 343 z14 = _mm_xor_si128(z14, r14); [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 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-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ARM64_ehframe_Registers.h | 128 z14, enumerator
|
| H A D | ARM64_DWARF_Registers.h | 129 z14, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_arm64_sve.h | 424 DEFINE_VREG_SVE(v14, z14), 458 DEFINE_FPU_PSEUDO_SVE(s14, 4, z14), 491 DEFINE_FPU_PSEUDO_SVE(d14, 8, z14), 530 DEFINE_ZREG(z14),
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZProcessors.td | 36 def : ProcessorModel<"z14", Z14Model, Arch12SupportedFeatures.List>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 819 def Z14 : AArch64Reg<14, "z14", [Q14, Z14_HI]>, DwarfRegNum<[110]>;
|