Home
last modified time | relevance | path

Searched refs:z14 (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h20 __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 Du4.h4 __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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A D3906.md1 ;; Scheduling description for z14.
155 (and (eq_attr "cpu" "z14")
173 (and (eq_attr "cpu" "z14")
200 (and (eq_attr "cpu" "z14")
212 (and (eq_attr "cpu" "z14")
222 (and (eq_attr "cpu" "z14")
228 (and (eq_attr "cpu" "z14")
233 (and (eq_attr "cpu" "z14")
241 (and (eq_attr "cpu" "z14")
247 (and (eq_attr "cpu" "z14")
[all …]
H A Ds390.opt107 Enum(processor_type) String(z14) Value(PROCESSOR_3906_Z14)
H A Ds390.md516 (define_attr "cpu" "z900,z990,z9_109,z9_ec,z10,z196,zEC12,z13,z14,z15"
520 "standard,ieee,zarch,cpu_zarch,longdisp,extimm,dfp,z10,z196,zEC12,vx,z13,z14,vxe,z15,vxe2"
570 (and (eq_attr "cpu_facility" "z14")
613 ;; Pipeline description for z14
6968 (set_attr "cpu_facility" "*,z14,*,*,z10")])
7043 (set_attr "cpu_facility" "*,z14,*,*,longdisp,z10")])
9976 (set_attr "cpu_facility" "*,z14")])
H A Dvector.md624 /* Signaling vector comparisons are supported only on z14+. */
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A D3906.md1 ;; Scheduling description for z14.
155 (and (eq_attr "cpu" "z14")
173 (and (eq_attr "cpu" "z14")
200 (and (eq_attr "cpu" "z14")
212 (and (eq_attr "cpu" "z14")
222 (and (eq_attr "cpu" "z14")
228 (and (eq_attr "cpu" "z14")
233 (and (eq_attr "cpu" "z14")
241 (and (eq_attr "cpu" "z14")
247 (and (eq_attr "cpu" "z14")
[all …]
H A Ds390.opt107 Enum(processor_type) String(z14) Value(PROCESSOR_3906_Z14)
H A Ds390-modes.def25 /* 128-bit float stored in a VR on z14+ or a FPR pair on older machines. */
H A Ds390.md521 (define_attr "cpu" "z900,z990,z9_109,z9_ec,z10,z196,zEC12,z13,z14,z15,z16"
525 …"standard,ieee,zarch,cpu_zarch,longdisp,extimm,dfp,z10,z196,zEC12,vx,z13,z14,vxe,z15,vxe2,z16,nnpa"
575 (and (eq_attr "cpu_facility" "z14")
626 ;; Pipeline description for z14
884 ;; Facilitate dispatching TFmode expanders on z14+.
7075 (set_attr "cpu_facility" "*,z14,*,*,z10")])
7150 (set_attr "cpu_facility" "*,z14,*,*,longdisp,z10")])
10077 (set_attr "cpu_facility" "*,z14")])
H A Dvector.md102 ;; Facilitate dispatching TFmode expanders on z14+.
705 /* Signaling vector comparisons are supported only on z14+. */
/netbsd-src/sys/crypto/chacha/arch/x86/
H A Dchacha_sse2.c201 __m128i z0,z1,z2,z3,z4,z5,z6,z7,z8,z9,z10,z11,z12,z13,z14,z15; in chacha_stream_sse2() local
284 z14 = unpack3_epi32(y8, y9, y10, y11); in chacha_stream_sse2()
301 storeu_epi32(s + 16*14, z14); in chacha_stream_sse2()
357 __m128i z0,z1,z2,z3,z4,z5,z6,z7,z8,z9,z10,z11,z12,z13,z14,z15; in chacha_stream_xor_sse2() local
440 z14 = unpack3_epi32(y8, y9, y10, y11); in chacha_stream_xor_sse2()
457 storeu_epi32(s + 16*14, loadu_epi32(p + 16*14) ^ z14); in chacha_stream_xor_sse2()
/netbsd-src/sys/crypto/aes/
H A Daes_ct.c59 uint32_t z10, z11, z12, z13, z14, z15, z16, z17; in br_aes_ct_bitslice_Sbox() local
168 z14 = t29 & y2; in br_aes_ct_bitslice_Sbox()
191 t61 = z14 ^ t57; in br_aes_ct_bitslice_Sbox()
/netbsd-src/sys/crypto/aes/arch/x86/
H A Daes_sse2.c62 __m128i z10, z11, z12, z13, z14, z15, z16, z17; in aes_sse2_bitslice_Sbox() local
171 z14 = t29 & y2; in aes_sse2_bitslice_Sbox()
194 t61 = z14 ^ t57; in aes_sse2_bitslice_Sbox()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZProcessors.td36 def : ProcessorModel<"z14", Z14Model, Arch12SupportedFeatures.List>;
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Ds390xcap.c495 static const struct OPENSSL_s390xcap_st z14 = { in parse_env() local
725 else if TOK_CPU(z14) in parse_env()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOPENSSL_s390xcap.pod37 are B<z900>, B<z990>, B<z9>, B<z10>, B<z196>, B<zEC12>, B<z13>, B<z14>
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-s390.texi21 (or arch11), z14 (or arch12), z15 (or arch13), or z16 (or arch14).
73 @code{z14} (or @code{arch12}),
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-s390.texi21 (or arch11), z14 (or arch12), z15 (or arch13), or z16 (or arch14).
73 @code{z14} (or @code{arch12}),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td809 def Z14 : AArch64Reg<14, "z14", [Q14, Z14_HI]>, DwarfRegNum<[110]>;
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-2017841 * s390-mkopc.c (main): Enable z14 as CPU string in the opcode
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-2017841 * s390-mkopc.c (main): Enable z14 as CPU string in the opcode
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2017841 * s390-mkopc.c (main): Enable z14 as CPU string in the opcode
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2017841 * s390-mkopc.c (main): Enable z14 as CPU string in the opcode
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20171652 * config/tc-s390.c (s390_parse_cpu): Add z14 as alternate CPU
1654 * doc/as.texinfo: Add z14 to CPU string list.

123