| /netbsd-src/external/gpl3/gcc/dist/gcc/common/config/i386/ |
| H A D | i386-isas.h | 50 ISA_NAMES_TABLE_ENTRY("cmov", FEATURE_CMOV, P_NONE, NULL) 71 ISA_NAMES_TABLE_ENTRY("avx512vl", FEATURE_AVX512VL, P_NONE, 73 ISA_NAMES_TABLE_ENTRY("avx512bw", FEATURE_AVX512BW, P_NONE, 75 ISA_NAMES_TABLE_ENTRY("avx512dq", FEATURE_AVX512DQ, P_NONE, 77 ISA_NAMES_TABLE_ENTRY("avx512cd", FEATURE_AVX512CD, P_NONE, 79 ISA_NAMES_TABLE_ENTRY("avx512er", FEATURE_AVX512ER, P_NONE, 81 ISA_NAMES_TABLE_ENTRY("avx512pf", FEATURE_AVX512PF, P_NONE, 83 ISA_NAMES_TABLE_ENTRY("avx512vbmi", FEATURE_AVX512VBMI, P_NONE, 85 ISA_NAMES_TABLE_ENTRY("avx512ifma", FEATURE_AVX512IFMA, P_NONE, 87 ISA_NAMES_TABLE_ENTRY("avx5124vnniw", FEATURE_AVX5124VNNIW, P_NONE, [all …]
|
| H A D | i386-common.cc | 1842 {"i386", PROCESSOR_I386, CPU_NONE, 0, 0, P_NONE}, 1843 {"i486", PROCESSOR_I486, CPU_NONE, 0, 0, P_NONE}, 1844 {"i586", PROCESSOR_PENTIUM, CPU_PENTIUM, 0, 0, P_NONE}, 1845 {"pentium", PROCESSOR_PENTIUM, CPU_PENTIUM, 0, 0, P_NONE}, 1847 0, P_NONE}, 1848 {"pentium-mmx", PROCESSOR_PENTIUM, CPU_PENTIUM, PTA_MMX, 0, P_NONE}, 1849 {"winchip-c6", PROCESSOR_I486, CPU_NONE, PTA_MMX, 0, P_NONE}, 1851 0, P_NONE}, 1852 {"c3", PROCESSOR_I486, CPU_NONE, PTA_MMX | PTA_3DNOW, 0, P_NONE}, 1854 0, P_NONE}, [all …]
|
| H A D | i386-cpuinfo.h | 104 P_NONE = 0, enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/i386/ |
| H A D | i386-common.c | 1594 {"i386", PROCESSOR_I386, CPU_NONE, 0, 0, P_NONE}, 1595 {"i486", PROCESSOR_I486, CPU_NONE, 0, 0, P_NONE}, 1596 {"i586", PROCESSOR_PENTIUM, CPU_PENTIUM, 0, 0, P_NONE}, 1597 {"pentium", PROCESSOR_PENTIUM, CPU_PENTIUM, 0, 0, P_NONE}, 1599 0, P_NONE}, 1600 {"pentium-mmx", PROCESSOR_PENTIUM, CPU_PENTIUM, PTA_MMX, 0, P_NONE}, 1601 {"winchip-c6", PROCESSOR_I486, CPU_NONE, PTA_MMX, 0, P_NONE}, 1603 0, P_NONE}, 1604 {"c3", PROCESSOR_I486, CPU_NONE, PTA_MMX | PTA_3DNOW, 0, P_NONE}, 1606 0, P_NONE}, [all …]
|
| H A D | i386-cpuinfo.h | 97 P_NONE = 0, enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-builtins.c | 1893 {"cmov", F_CMOV, P_NONE}, 1913 {"avx512vl",F_AVX512VL, P_NONE}, 1914 {"avx512bw",F_AVX512BW, P_NONE}, 1915 {"avx512dq",F_AVX512DQ, P_NONE}, 1916 {"avx512cd",F_AVX512CD, P_NONE}, 1917 {"avx512er",F_AVX512ER, P_NONE}, 1918 {"avx512pf",F_AVX512PF, P_NONE}, 1919 {"avx512vbmi",F_AVX512VBMI, P_NONE}, 1920 {"avx512ifma",F_AVX512IFMA, P_NONE}, 1921 {"avx5124vnniw",F_AVX5124VNNIW, P_NONE}, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-builtins.cc | 1937 enum feature_priority priority = P_NONE; in get_builtin_code_for_version() 2046 case P_NONE: in get_builtin_code_for_version() 2105 if (predicate_list && priority == P_NONE) in get_builtin_code_for_version()
|
| /netbsd-src/external/mpl/dhcp/dist/client/ |
| H A D | dhclient.c | 1265 client->pending= P_NONE; 1851 client->pending = P_NONE;
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 1219 P_NONE = 0, enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2020 | 18854 (_isa_names_table): Replace P_ZERO with P_NONE. 18855 (get_builtin_code_for_version): Replace P_ZERO with P_NONE. Use
|