| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | armcap.c | 191 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup() local 195 if (hwcap & HWCAP_CE_AES) in OPENSSL_cpuid_setup() 198 if (hwcap & HWCAP_CE_PMULL) in OPENSSL_cpuid_setup() 201 if (hwcap & HWCAP_CE_SHA1) in OPENSSL_cpuid_setup() 204 if (hwcap & HWCAP_CE_SHA256) in OPENSSL_cpuid_setup() 208 if (hwcap & HWCAP_CE_SHA512) in OPENSSL_cpuid_setup() 211 if (hwcap & HWCAP_CPUID) in OPENSSL_cpuid_setup()
|
| H A D | ppccap.c | 222 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup() local 225 if (hwcap & HWCAP_FPU) { in OPENSSL_cpuid_setup() 230 if (hwcap & HWCAP_PPC64) in OPENSSL_cpuid_setup() 234 if (hwcap & HWCAP_POWER6_EXT) in OPENSSL_cpuid_setup() 239 if (hwcap & HWCAP_ALTIVEC) { in OPENSSL_cpuid_setup() 242 if ((hwcap & HWCAP_VSX) && (hwcap2 & HWCAP_VEC_CRYPTO)) in OPENSSL_cpuid_setup()
|
| H A D | s390xcap.c | 92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() local 95 if (hwcap & HWCAP_S390_STFLE) in OPENSSL_cpuid_setup() 99 if (!(hwcap & HWCAP_S390_VX)) { in OPENSSL_cpuid_setup()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
| H A D | armcap.c | 174 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup() local 178 if (hwcap & HWCAP_CE_AES) in OPENSSL_cpuid_setup() 181 if (hwcap & HWCAP_CE_PMULL) in OPENSSL_cpuid_setup() 184 if (hwcap & HWCAP_CE_SHA1) in OPENSSL_cpuid_setup() 187 if (hwcap & HWCAP_CE_SHA256) in OPENSSL_cpuid_setup() 191 if (hwcap & HWCAP_CE_SHA512) in OPENSSL_cpuid_setup()
|
| H A D | ppccap.c | 348 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup() local 351 if (hwcap & HWCAP_FPU) { in OPENSSL_cpuid_setup() 356 if (hwcap & HWCAP_PPC64) in OPENSSL_cpuid_setup() 360 if (hwcap & HWCAP_POWER6_EXT) in OPENSSL_cpuid_setup() 365 if (hwcap & HWCAP_ALTIVEC) { in OPENSSL_cpuid_setup() 368 if ((hwcap & HWCAP_VSX) && (hwcap2 & HWCAP_VEC_CRYPTO)) in OPENSSL_cpuid_setup()
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | hwcaps.m4 | 38 dnl HWCAP_LDFLAGS=-mclear-hwcap if possible 46 LDFLAGS="$LFLAGS -mclear-hwcap" 48 AC_MSG_CHECKING([for -mclear-hwcap]) 51 HWCAP_LDFLAGS="-mclear-hwcap $HWCAP_LDFLAGS"
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | hwcaps.m4 | 38 dnl HWCAP_LDFLAGS=-mclear-hwcap if possible 46 LDFLAGS="$LFLAGS -mclear-hwcap" 48 AC_MSG_CHECKING([for -mclear-hwcap]) 51 HWCAP_LDFLAGS="-mclear-hwcap $HWCAP_LDFLAGS"
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | hwcaps.m4 | 39 dnl HWCAP_LDFLAGS=-mclear-hwcap if possible 47 LDFLAGS="$LFLAGS -mclear-hwcap" 49 AC_MSG_CHECKING([for -mclear-hwcap]) 52 HWCAP_LDFLAGS="-mclear-hwcap $HWCAP_LDFLAGS"
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | hwcaps.m4 | 38 dnl HWCAP_LDFLAGS=-mclear-hwcap if possible 46 LDFLAGS="$LFLAGS -mclear-hwcap" 48 AC_MSG_CHECKING([for -mclear-hwcap]) 51 HWCAP_LDFLAGS="-mclear-hwcap $HWCAP_LDFLAGS"
|
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | hwcaps.m4 | 38 dnl HWCAP_LDFLAGS=-mclear-hwcap if possible 46 LDFLAGS="$LFLAGS -mclear-hwcap" 48 AC_MSG_CHECKING([for -mclear-hwcap]) 51 HWCAP_LDFLAGS="-mclear-hwcap $HWCAP_LDFLAGS"
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/aarch64/ |
| H A D | lse-init.c | 44 unsigned long hwcap = __getauxval (AT_HWCAP); in init_have_lse_atomics() local 45 __aarch64_have_lse_atomics = (hwcap & HWCAP_ATOMICS) != 0; in init_have_lse_atomics()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/ |
| H A D | lse-init.c | 44 unsigned long hwcap = __getauxval (AT_HWCAP); in init_have_lse_atomics() local 45 __aarch64_have_lse_atomics = (hwcap & HWCAP_ATOMICS) != 0; in init_have_lse_atomics()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | sparc-opc.c | 1008 #define wrasr(asr,hwcap,hwcap2,arch) \ argument 1009 { "wr", F3(2, 0x30, 0)|RD((asr)), F3(~2, ~0x30, ~0)|RD(~(asr))|ASI(~0), "1,2,_", 0, (hwcap), (hwcap… 1010 { "wr", F3(2, 0x30, 1)|RD((asr)), F3(~2, ~0x30, ~1)|RD(~(asr)), "1,i,_", 0, (hwcap), (hwcap2), (ar… 1011 { "wr", F3(2, 0x30, 1)|RD((asr)), F3(~2, ~0x30, ~1)|RD(~(asr)), "i,1,_", F_ALIAS, (hwcap), (hwcap2… 1048 #define rdasr(asr,hwcap,hwcap2,arch) \ argument 1049 …{ "rd", F3(2, 0x28, 0)|RS1((asr)), F3(~2, ~0x28, ~0)|RS1(~(asr))|SIMM13(~0), "/,d", 0, (hwcap), (h… 1069 #define rdpr(reg,hwcap,hwcap2,arch) \ argument 1070 …{ "rdpr", F3(2, 0x2a, 0)|RS1((reg)), F3(~2, ~0x2a, ~0)|RS1(~(reg))|SIMM13(~0),"?,d", 0, (hwcap), (… 1092 #define wrpr(reg,hwcap,hwcap2,arch) \ argument 1093 { "wrpr", F3(2, 0x32, 0)|RD((reg)), F3(~2, ~0x32, ~0)|RD(~(reg)), "1,2,!", 0, (hwcap), (hwcap2), (a… [all …]
|
| H A D | ChangeLog-2014 | 162 * sparc-opc.c (sparc-opcodes): Fix several misplaced hwcap 164 Annotate several instructions with the HWCAP2_VIS3B hwcap.
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | sparc-opc.c | 1008 #define wrasr(asr,hwcap,hwcap2,arch) \ argument 1009 { "wr", F3(2, 0x30, 0)|RD((asr)), F3(~2, ~0x30, ~0)|RD(~(asr))|ASI(~0), "1,2,_", 0, (hwcap), (hwcap… 1010 { "wr", F3(2, 0x30, 1)|RD((asr)), F3(~2, ~0x30, ~1)|RD(~(asr)), "1,i,_", 0, (hwcap), (hwcap2), (ar… 1011 { "wr", F3(2, 0x30, 1)|RD((asr)), F3(~2, ~0x30, ~1)|RD(~(asr)), "i,1,_", F_ALIAS, (hwcap), (hwcap2… 1048 #define rdasr(asr,hwcap,hwcap2,arch) \ argument 1049 …{ "rd", F3(2, 0x28, 0)|RS1((asr)), F3(~2, ~0x28, ~0)|RS1(~(asr))|SIMM13(~0), "/,d", 0, (hwcap), (h… 1069 #define rdpr(reg,hwcap,hwcap2,arch) \ argument 1070 …{ "rdpr", F3(2, 0x2a, 0)|RS1((reg)), F3(~2, ~0x2a, ~0)|RS1(~(reg))|SIMM13(~0),"?,d", 0, (hwcap), (… 1092 #define wrpr(reg,hwcap,hwcap2,arch) \ argument 1093 { "wrpr", F3(2, 0x32, 0)|RD((reg)), F3(~2, ~0x32, ~0)|RD(~(reg)), "1,2,!", 0, (hwcap), (hwcap2), (a… [all …]
|
| H A D | ChangeLog-2014 | 162 * sparc-opc.c (sparc-opcodes): Fix several misplaced hwcap 164 Annotate several instructions with the HWCAP2_VIS3B hwcap.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
| H A D | sol2.opt | 30 mclear-hwcap
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
| H A D | sol2.opt | 30 mclear-hwcap
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-builtin.cc | 2542 const char *hwcap; member 2653 const char *hwcap = TREE_STRING_POINTER (arg); in cpu_expand_builtin() local 2657 if (strcmp (hwcap, cpu_supports_info[i].hwcap) == 0) in cpu_expand_builtin() 2667 "hwcap", hwcap, in cpu_expand_builtin()
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ChangeLog-2014 | 162 * sparc-opc.c (sparc-opcodes): Fix several misplaced hwcap 164 Annotate several instructions with the HWCAP2_VIS3B hwcap.
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ChangeLog-2014 | 162 * sparc-opc.c (sparc-opcodes): Fix several misplaced hwcap 164 Annotate several instructions with the HWCAP2_VIS3B hwcap.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2012 | 1413 hwcap masks to v8plusv and v9v. 1418 ELF hwcap bits, they now match exactly.
|
| H A D | ChangeLog-2011 | 445 (sparc_ip): When not TE_SOLARIS, accumulate hwcap bits from
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2012 | 1413 hwcap masks to v8plusv and v9v. 1418 ELF hwcap bits, they now match exactly.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.c | 135 const char *hwcap; member 9757 const char *hwcap = TREE_STRING_POINTER (arg); in cpu_expand_builtin() local 9761 if (strcmp (hwcap, cpu_supports_info[i].hwcap) == 0) in cpu_expand_builtin() 9771 "hwcap", hwcap, rs6000_builtin_info[(size_t) fcode].name); in cpu_expand_builtin()
|