Home
last modified time | relevance | path

Searched refs:z8 (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h14 __m256i z8; /* useless */ variable
60 t8 = _mm256_add_epi64(addv8, z8);
63 z8 = _mm256_unpacklo_epi32(t8, t9);
73 orig8 = z8;
97 z8 = orig8;
125 z8 = _mm256_xor_si256(z8, y8);
127 z8 = _mm256_xor_si256(z8, r8);
153 y0 = z8;
317 z8 = _mm256_xor_si256(z8, y8);
319 z8 = _mm256_xor_si256(z8, r8);
[all …]
H A Du4.h64 z8 = _mm_add_epi64(addv8, t8);
67 t8 = _mm_unpacklo_epi32(z8, z9);
68 t9 = _mm_unpackhi_epi32(z8, z9);
73 orig8 = z8;
97 z8 = orig8;
125 z8 = _mm_xor_si128(z8, y8);
127 z8 = _mm_xor_si128(z8, r8);
153 y0 = z8;
317 z8 = _mm_xor_si128(z8, y8);
319 z8 = _mm_xor_si128(z8, r8);
[all …]
/freebsd-13.1/contrib/bearssl/src/symcipher/
H A Daes_ct.c45 uint32_t z0, z1, z2, z3, z4, z5, z6, z7, z8, z9; in br_aes_ct_bitslice_Sbox() local
149 z8 = t41 & y10; in br_aes_ct_bitslice_Sbox()
169 t52 = z7 ^ z8; in br_aes_ct_bitslice_Sbox()
H A Daes_ct64.c45 uint64_t z0, z1, z2, z3, z4, z5, z6, z7, z8, z9; in br_aes_ct64_bitslice_Sbox() local
149 z8 = t41 & y10; in br_aes_ct64_bitslice_Sbox()
169 t52 = z7 ^ z8; in br_aes_ct64_bitslice_Sbox()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DARM64_ehframe_Registers.h122 z8, enumerator
H A DARM64_DWARF_Registers.h123 z8, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h418 DEFINE_VREG_SVE(v8, z8),
452 DEFINE_FPU_PSEUDO_SVE(s8, 4, z8),
485 DEFINE_FPU_PSEUDO_SVE(d8, 8, z8),
524 DEFINE_ZREG(z8),
/freebsd-13.1/contrib/file/tests/
H A Dmatilde.arm.testfile12 ـ�M���,ˬ3aѾLb�< 5]B� p���:Յ��0(ʵ5L�9�<ey�=�)��y@z8F�X '��8
51 ,�Ӆ�� ��?2����G��*Zs30<�;�Q.�����Z��v$�T�쀳�9����<�P|���a�z8��Fa_�^�IH$p("p<x�y�� p�rA�…
/freebsd-13.1/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12-common.dtsi471 i2c0_sda_z8_pins: i2c0-sda-z8 {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td813 def Z8 : AArch64Reg<8, "z8", [Q8, Z8_HI]>, DwarfRegNum<[104]>;