OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x86_cpu_type
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h
52
int
x86_cpu_type
;
member in struct:util_cpu_caps
u_cpu_detect.c
268
util_cpu_caps.
x86_cpu_type
= (regs2[0] >> 8) & 0xf;
269
if (util_cpu_caps.
x86_cpu_type
== 0xf)
270
util_cpu_caps.
x86_cpu_type
= 8 + ((regs2[0] >> 20) & 255); /* use extended family (P4, IA64) */
323
debug_printf("util_cpu_caps.
x86_cpu_type
= %u\n", util_cpu_caps.
x86_cpu_type
);
Completed in 533 milliseconds