Home
last modified time | relevance | path

Searched refs:get_cputype (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/
H A Dcpuid_ia64.c78 int get_cputype(int gettype){ in get_cputype() function
100 if (get_cputype(GET_FAMILY) == 0x07) return "ITANIUM"; in get_cpunamechar()
101 if (get_cputype(GET_FAMILY) == 0x1f) return "ITANIUM2"; in get_cpunamechar()
102 if (get_cputype(GET_FAMILY) == 0x20) return "ITANIUM2"; in get_cpunamechar()
108 if (get_cputype(GET_FAMILY) == 0x07) { printf("itanium"); return NULL;} in get_libname()
109 if (get_cputype(GET_FAMILY) == 0x1f) { printf("itanium2"); return NULL;} in get_libname()
110 if (get_cputype(GET_FAMILY) == 0x20) { printf("itanium2"); return NULL;} in get_libname()
H A Dcpuid_x86.c139 int get_cputype(int gettype){ in get_cputype() function
444 if ((get_cputype(GET_FAMILY) == 0x0f) && (get_cputype(GET_MODEL) == 0x06)) { in get_cacheinfo()
925 family = get_cputype(GET_FAMILY); in get_cpuname()
926 exfamily = get_cputype(GET_EXFAMILY); in get_cpuname()
927 model = get_cputype(GET_MODEL); in get_cpuname()
928 exmodel = get_cputype(GET_EXMODEL); in get_cpuname()
1259 family = get_cputype(GET_FAMILY); in get_coretype()
1260 exfamily = get_cputype(GET_EXFAMILY); in get_coretype()
1261 model = get_cputype(GET_MODEL); in get_coretype()
1262 exmodel = get_cputype(GET_EXMODEL); in get_coretype()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/
H A Dcpuid_ia64.c61 int get_cputype(int gettype){ in get_cputype() function
83 if (get_cputype(GET_FAMILY) == 0x07) return "ITANIUM"; in get_cpunamechar()
84 if (get_cputype(GET_FAMILY) == 0x1f) return "ITANIUM2"; in get_cpunamechar()
85 if (get_cputype(GET_FAMILY) == 0x20) return "ITANIUM2"; in get_cpunamechar()
91 if (get_cputype(GET_FAMILY) == 0x07) { printf("itanium"); return NULL;} in get_libname()
92 if (get_cputype(GET_FAMILY) == 0x1f) { printf("itanium2"); return NULL;} in get_libname()
93 if (get_cputype(GET_FAMILY) == 0x20) { printf("itanium2"); return NULL;} in get_libname()
H A Dcpuid_x86.c122 int get_cputype(int gettype){ in get_cputype() function
427 if ((get_cputype(GET_FAMILY) == 0x0f) && (get_cputype(GET_MODEL) == 0x06)) { in get_cacheinfo()
908 family = get_cputype(GET_FAMILY); in get_cpuname()
909 exfamily = get_cputype(GET_EXFAMILY); in get_cpuname()
910 model = get_cputype(GET_MODEL); in get_cpuname()
911 exmodel = get_cputype(GET_EXMODEL); in get_cpuname()
1221 family = get_cputype(GET_FAMILY); in get_coretype()
1222 exfamily = get_cputype(GET_EXFAMILY); in get_coretype()
1223 model = get_cputype(GET_MODEL); in get_coretype()
1224 exmodel = get_cputype(GET_EXMODEL); in get_coretype()
[all …]
/dports/math/openblas/OpenBLAS-0.3.18/
H A Dcpuid_ia64.c78 int get_cputype(int gettype){ in get_cputype() function
100 if (get_cputype(GET_FAMILY) == 0x07) return "ITANIUM"; in get_cpunamechar()
101 if (get_cputype(GET_FAMILY) == 0x1f) return "ITANIUM2"; in get_cpunamechar()
102 if (get_cputype(GET_FAMILY) == 0x20) return "ITANIUM2"; in get_cpunamechar()
108 if (get_cputype(GET_FAMILY) == 0x07) { printf("itanium"); return NULL;} in get_libname()
109 if (get_cputype(GET_FAMILY) == 0x1f) { printf("itanium2"); return NULL;} in get_libname()
110 if (get_cputype(GET_FAMILY) == 0x20) { printf("itanium2"); return NULL;} in get_libname()
H A Dcpuid_x86.c298 int get_cputype(int gettype){ in get_cputype() function
612 if ((get_cputype(GET_FAMILY) == 0x0f) && (get_cputype(GET_MODEL) == 0x06)) { in get_cacheinfo()
1198 family = get_cputype(GET_FAMILY); in get_cpuname()
1199 exfamily = get_cputype(GET_EXFAMILY); in get_cpuname()
1200 model = get_cputype(GET_MODEL); in get_cpuname()
1201 exmodel = get_cputype(GET_EXMODEL); in get_cpuname()
1202 stepping = get_cputype(GET_STEPPING); in get_cpuname()
1883 family = get_cputype(GET_FAMILY); in get_coretype()
1885 model = get_cputype(GET_MODEL); in get_coretype()
1886 exmodel = get_cputype(GET_EXMODEL); in get_coretype()
[all …]
/dports/math/gotoblas/GotoBLAS2/
H A Dcpuid_ia64.c80 int get_cputype(int gettype){ in get_cputype() function
102 if (get_cputype(GET_FAMILY) == 0x07) return "ITANIUM"; in get_cpunamechar()
103 if (get_cputype(GET_FAMILY) == 0x1f) return "ITANIUM2"; in get_cpunamechar()
104 if (get_cputype(GET_FAMILY) == 0x20) return "ITANIUM2"; in get_cpunamechar()
110 if (get_cputype(GET_FAMILY) == 0x07) { printf("itanium"); return NULL;} in get_libname()
111 if (get_cputype(GET_FAMILY) == 0x1f) { printf("itanium2"); return NULL;} in get_libname()
112 if (get_cputype(GET_FAMILY) == 0x20) { printf("itanium2"); return NULL;} in get_libname()
H A Dcpuid_x86.c139 int get_cputype(int gettype){ in get_cputype() function
444 if ((get_cputype(GET_FAMILY) == 0x0f) && (get_cputype(GET_MODEL) == 0x06)) { in get_cacheinfo()
925 family = get_cputype(GET_FAMILY); in get_cpuname()
926 exfamily = get_cputype(GET_EXFAMILY); in get_cpuname()
927 model = get_cputype(GET_MODEL); in get_cpuname()
928 exmodel = get_cputype(GET_EXMODEL); in get_cpuname()
1238 family = get_cputype(GET_FAMILY); in get_coretype()
1239 exfamily = get_cputype(GET_EXFAMILY); in get_coretype()
1240 model = get_cputype(GET_MODEL); in get_coretype()
1241 exmodel = get_cputype(GET_EXMODEL); in get_coretype()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/mach0/
H A Dmach0.h203 const char *MACH0_(get_cputype)(struct MACH0_(obj_t) *bin);
H A Dmach0.c3737 const char *MACH0_(get_cputype)(struct MACH0_(obj_t) *bin) { in MACH0_() argument
/dports/devel/radare2/radare2-5.1.1/libr/bin/p/
H A Dbin_mach0.c511 ret->arch = strdup (MACH0_(get_cputype) (bf->o->bin_obj)); in info()