| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/ |
| H A D | u8.h | 19 __m256i z9; /* useless */ variable 58 z8 = z9 = _mm256_broadcastq_epi64(_mm_cvtsi64_si128(in89)); 61 t9 = _mm256_add_epi64(addv9, z9); 64 z9 = _mm256_unpackhi_epi32(t8, t9); 66 t8 = _mm256_unpacklo_epi32(z8, z9); 67 t9 = _mm256_unpackhi_epi32(z8, z9); 71 z9 = _mm256_permutevar8x32_epi32(t9, permute); 74 orig9 = z9; 93 z9 = orig9; 117 z9 = _mm256_xor_si256(z9, y9); [all …]
|
| H A D | u4.h | 4 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13, z14, variable 65 z9 = _mm_add_epi64(addv9, t9); 67 t8 = _mm_unpacklo_epi32(z8, z9); 68 t9 = _mm_unpackhi_epi32(z8, z9); 71 z9 = _mm_unpackhi_epi32(t8, t9); 74 orig9 = z9; 93 z9 = orig9; 117 z9 = _mm_xor_si128(z9, y9); 119 z9 = _mm_xor_si128(z9, r9); 130 y13 = _mm_add_epi32(y13, z9); [all …]
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | fe51_invert.c | 16 fe51 z9; in fe51_invert() local 28 /* 9 */ fe51_mul(&z9,&t,x); in fe51_invert() 29 /* 11 */ fe51_mul(&z11,&z9,&z2); in fe51_invert() 31 /* 2^5 - 2^0 = 31 */ fe51_mul(&z2_5_0,&t,&z9); in fe51_invert()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | s390-opc.txt | 742 # z9-109 extended immediate instructions 743 c209 afi RIL_RI "add immediate 32" z9-109 zarch 744 c208 agfi RIL_RI "add immediate 64<32" z9-109 zarch 745 c20b alfi RIL_RU "add logical immediate 32" z9-109 zarch 746 c20a algfi RIL_RU "add logical immediate 64<32" z9-109 zarch 747 c00a nihf RIL_RU "and immediate high" z9-109 zarch 748 c00b nilf RIL_RU "and immediate low" z9-109 zarch 749 c20d cfi RIL_RI "compare immediate 32" z9-109 zarch 750 c20c cgfi RIL_RI "compare immediate 64<32" z9-109 zarch 751 c20f clfi RIL_RU "compare logical immediate 32" z9-109 zarch [all …]
|
| H A D | ChangeLog-2005 | 463 * s390-mkopc.c (s390_opcode_cpu_val): Add support for cpu type z9-109. 472 * s390-opc.txt: Add new instructions for cpu type z9-109.
|
| H A D | ChangeLog-2007 | 1442 * opcodes/s390-opc.txt (pfpo, ectg, csst): Add new z9-ec instructions. 1736 (main): z9-ec cpu type option added.
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | s390-opc.txt | 736 # z9-109 extended immediate instructions 737 c209 afi RIL_RI "add immediate 32" z9-109 zarch 738 c208 agfi RIL_RI "add immediate 64<32" z9-109 zarch 739 c20b alfi RIL_RU "add logical immediate 32" z9-109 zarch 740 c20a algfi RIL_RU "add logical immediate 64<32" z9-109 zarch 741 c00a nihf RIL_RU "and immediate high" z9-109 zarch 742 c00b nilf RIL_RU "and immediate low" z9-109 zarch 743 c20d cfi RIL_RI "compare immediate 32" z9-109 zarch 744 c20c cgfi RIL_RI "compare immediate 64<32" z9-109 zarch 745 c20f clfi RIL_RU "compare logical immediate 32" z9-109 zarch [all …]
|
| H A D | ChangeLog-2005 | 463 * s390-mkopc.c (s390_opcode_cpu_val): Add support for cpu type z9-109. 472 * s390-opc.txt: Add new instructions for cpu type z9-109.
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | smult_curve25519_ref.c | 186 unsigned int z9[32]; in recip() local 200 /* 9 */ mult(z9,t0,z); in recip() 201 /* 11 */ mult(z11,z9,z2); in recip() 203 /* 2^5 - 2^0 = 31 */ mult(z2_5_0,t0,z9); in recip()
|
| H A D | ed25519.c | 339 fe25519 z9; in fe25519_invert() local 353 /* 9 */ fe25519_mul(&z9,&t0,x); in fe25519_invert() 354 /* 11 */ fe25519_mul(&z11,&z9,&z2); in fe25519_invert() 356 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t0,&z9); in fe25519_invert() 406 fe25519 z9; in fe25519_pow2523() local 419 /* 9 */ fe25519_mul(&z9,&t,x); in fe25519_pow2523() 420 /* 11 */ fe25519_mul(&z11,&z9,&z2); in fe25519_pow2523() 422 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t,&z9); in fe25519_pow2523()
|
| /netbsd-src/sys/crypto/chacha/arch/x86/ |
| H A D | chacha_sse2.c | 201 __m128i z0,z1,z2,z3,z4,z5,z6,z7,z8,z9,z10,z11,z12,z13,z14,z15; in chacha_stream_sse2() local 279 z9 = unpack2_epi32(y4, y5, y6, y7); in chacha_stream_sse2() 296 storeu_epi32(s + 16*9, z9); 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 435 z9 = unpack2_epi32(y4, y5, y6, y7); in chacha_stream_xor_sse2() 452 storeu_epi32(s + 16*9, loadu_epi32(p + 16*9) ^ z9); in chacha_stream_xor_sse2()
|
| /netbsd-src/sys/crypto/aes/ |
| H A D | aes_ct.c | 58 uint32_t z0, z1, z2, z3, z4, z5, z6, z7, z8, z9; in br_aes_ct_bitslice_Sbox() local 163 z9 = t44 & y12; in br_aes_ct_bitslice_Sbox() 179 t49 = z9 ^ z10; in br_aes_ct_bitslice_Sbox()
|
| /netbsd-src/sys/crypto/aes/arch/x86/ |
| H A D | aes_sse2.c | 61 __m128i z0, z1, z2, z3, z4, z5, z6, z7, z8, z9; in aes_sse2_bitslice_Sbox() local 166 z9 = t44 & y12; in aes_sse2_bitslice_Sbox() 182 t49 = z9 ^ z10; in aes_sse2_bitslice_Sbox()
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | config.sub | 125 z900 | z990 | z9 | z10 | z196)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | s390xcap.c | 242 static const struct OPENSSL_s390xcap_st z9 = { in parse_env() local 720 else if TOK_CPU(z9) in parse_env()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390.opt | 74 Enum(processor_type) String(z9-109) Value(PROCESSOR_2094_Z9_109) 77 Enum(processor_type) String(z9-ec) Value(PROCESSOR_2094_Z9_EC)
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/s390_64/ |
| H A D | README | 31 There are 5 generations of 64-bit s390 processors, z900, z990, z9,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390.opt | 74 Enum(processor_type) String(z9-109) Value(PROCESSOR_2094_Z9_109) 77 Enum(processor_type) String(z9-ec) Value(PROCESSOR_2094_Z9_EC)
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-s390.texi | 19 are g5 (or arch3), g6, z900 (or arch5), z990 (or arch6), z9-109, z9-ec 67 @code{z9-109}, 68 @code{z9-ec} (or @code{arch7}), 941 for identifiers. So you have to write @code{"z9-109"} instead of 942 just @code{z9-109}. Extensions can be specified after the cpu
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-s390.texi | 19 are g5 (or arch3), g6, z900 (or arch5), z990 (or arch6), z9-109, z9-ec 67 @code{z9-109}, 68 @code{z9-ec} (or @code{arch7}), 941 for identifiers. So you have to write @code{"z9-109"} instead of 942 just @code{z9-109}. Extensions can be specified after the cpu
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OPENSSL_s390xcap.pod | 37 are B<z900>, B<z990>, B<z9>, B<z10>, B<z196>, B<zEC12>, B<z13>, B<z14>
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ChangeLog-2005 | 463 * s390-mkopc.c (s390_opcode_cpu_val): Add support for cpu type z9-109. 472 * s390-opc.txt: Add new instructions for cpu type z9-109.
|
| H A D | ChangeLog-2007 | 1442 * opcodes/s390-opc.txt (pfpo, ectg, csst): Add new z9-ec instructions. 1736 (main): z9-ec cpu type option added.
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ChangeLog-2005 | 463 * s390-mkopc.c (s390_opcode_cpu_val): Add support for cpu type z9-109. 472 * s390-opc.txt: Add new instructions for cpu type z9-109.
|
| H A D | ChangeLog-2007 | 1442 * opcodes/s390-opc.txt (pfpo, ectg, csst): Add new z9-ec instructions. 1736 (main): z9-ec cpu type option added.
|