Home
last modified time | relevance | path

Searched refs:z13 (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Ds390-opc.txt1163 # The new instructions of IBM z13
1165 e70000000027 lcbb RXE_RRRDU "load count to block boundary" z13 zarch vx
1168 e70000000013 vgef VRV_VVXRDU "vector gather element 4 byte elements" z13 zarch vx
1169 e70000000012 vgeg VRV_VVXRDU "vector gather element 8 byte elements" z13 zarch vx
1170 e70000000044 vgbm VRI_V0U "vector generate byte mask" z13 zarch vx
1171 e70000000044 vzero VRI_V "vector set to zero" z13 zarch vx
1172 e700ffff0044 vone VRI_V "vector set to ones" z13 zarch vx
1173 e70000000046 vgm VRI_V0UUU "vector generate mask" z13 zarch vx
1174 e70000000046 vgmb VRI_V0UU "vector generate mask byte" z13 zarch vx
1175 e70000001046 vgmh VRI_V0UU "vector generate mask halfword" z13 zarch vx
[all …]
H A DChangeLog-20151095 * s390-opc.c: Add new IBM z13 instructions.
1161 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Ds390-opc.txt1177 # The new instructions of IBM z13
1179 e70000000027 lcbb RXE_RRRDU "load count to block boundary" z13 zarch vx
1182 e70000000013 vgef VRV_VVXRDU "vector gather element 4 byte elements" z13 zarch vx
1183 e70000000012 vgeg VRV_VVXRDU "vector gather element 8 byte elements" z13 zarch vx
1184 e70000000044 vgbm VRI_V0U "vector generate byte mask" z13 zarch vx
1185 e70000000044 vzero VRI_V "vector set to zero" z13 zarch vx
1186 e700ffff0044 vone VRI_V "vector set to ones" z13 zarch vx
1187 e70000000046 vgm VRI_V0UUU "vector generate mask" z13 zarch vx
1188 e70000000046 vgmb VRI_V0UU "vector generate mask byte" z13 zarch vx
1189 e70000001046 vgmh VRI_V0UU "vector generate mask halfword" z13 zarch vx
[all …]
H A DChangeLog-20151095 * s390-opc.c: Add new IBM z13 instructions.
1161 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h15 __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 Du4.h4 __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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A D2964.md1 ;; Scheduling description for z13.
150 (and (eq_attr "cpu" "z13")
168 (and (eq_attr "cpu" "z13")
193 (and (eq_attr "cpu" "z13")
205 (and (eq_attr "cpu" "z13")
215 (and (eq_attr "cpu" "z13")
220 (and (eq_attr "cpu" "z13")
226 (and (eq_attr "cpu" "z13")
233 (and (eq_attr "cpu" "z13")
239 (and (eq_attr "cpu" "z13")
[all …]
H A Ds390.opt101 Enum(processor_type) String(z13) Value(PROCESSOR_2964_Z13)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A D2964.md1 ;; Scheduling description for z13.
150 (and (eq_attr "cpu" "z13")
168 (and (eq_attr "cpu" "z13")
193 (and (eq_attr "cpu" "z13")
205 (and (eq_attr "cpu" "z13")
215 (and (eq_attr "cpu" "z13")
220 (and (eq_attr "cpu" "z13")
226 (and (eq_attr "cpu" "z13")
233 (and (eq_attr "cpu" "z13")
239 (and (eq_attr "cpu" "z13")
[all …]
H A Ds390.opt101 Enum(processor_type) String(z13) Value(PROCESSOR_2964_Z13)
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"
566 (and (eq_attr "cpu_facility" "z13")
610 ;; Pipeline description for z13
5664 /* For z13 we have vaq which doesn't set CC. */
6211 /* For z13 we have vsq which doesn't set CC. */
6925 (set_attr "cpu_facility" "*,*,z15,*,*,z13,z13,*,*")])
/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
283 z13 = unpack3_epi32(y4, y5, y6, y7); in chacha_stream_sse2()
300 storeu_epi32(s + 16*13, z13); 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
439 z13 = unpack3_epi32(y4, y5, y6, y7); in chacha_stream_xor_sse2()
456 storeu_epi32(s + 16*13, loadu_epi32(p + 16*13) ^ z13); 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
167 z13 = t40 & y5; in br_aes_ct_bitslice_Sbox()
178 t48 = z5 ^ z13; 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
170 z13 = t40 & y5; in aes_sse2_bitslice_Sbox()
181 t48 = z5 ^ z13; in aes_sse2_bitslice_Sbox()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZProcessors.td33 def : ProcessorModel<"z13", Z13Model, Arch11SupportedFeatures.List>;
H A DSystemZSchedule.td44 // Vector sub units (z13 and later)
H A DSystemZInstrFP.td49 // 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.
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Ds390xcap.c432 static const struct OPENSSL_s390xcap_st z13 = { in parse_env() local
724 else if TOK_CPU(z13) 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.texi20 (or arch7), z10 (or arch8), z196 (or arch9), zEC12 (or arch10), z13
72 @code{z13} (or @code{arch11}),
952 Example: @code{z13+nohtm} allows all instructions of the z13 cpu
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-s390.texi20 (or arch7), z10 (or arch8), z196 (or arch9), zEC12 (or arch10), z13
72 @code{z13} (or @code{arch11}),
952 Example: @code{z13+nohtm} allows all instructions of the z13 cpu
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-20151095 * s390-opc.c: Add new IBM z13 instructions.
1161 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-20151095 * s390-opc.c: Add new IBM z13 instructions.
1161 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20151970 (s390_parse_cpu): Support the new arch string z13.
1976 * doc/as.texinfo: Document the z13 cpu string.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20151970 (s390_parse_cpu): Support the new arch string z13.
1976 * doc/as.texinfo: Document the z13 cpu string.

123