Searched refs:__cpuid (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_cpuid.h37 #define __cpuid(level, a, b, c, d) a = b = c = d = 0 macro
H A Dsna_cpu.c48 __cpuid(1, eax, ebx, ecx, edx);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_cpuid.h37 #define __cpuid(level, a, b, c, d) a = b = c = d = 0 macro
H A Dsna_cpu.c48 __cpuid(1, eax, ebx, ecx, edx);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp33 // Clang for Windows does supply an intrin.h with __cpuid intrinsics, however...
41 #if !defined(__cpuid)
125 // Calling __cpuid with 0x0 as the function_id argument
128 __cpuid(cpui.data(), 0);
175 // Calling __cpuid with 0x80000000 as the function_id argument
178 __cpuid(cpui.data(), 0x80000000);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp33 // Clang for Windows does supply an intrin.h with __cpuid intrinsics, however...
41 #if !defined(__cpuid)
125 // Calling __cpuid with 0x0 as the function_id argument
128 __cpuid(cpui.data(), 0);
175 // Calling __cpuid with 0x80000000 as the function_id argument
178 __cpuid(cpui.data(), 0x80000000);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-x86.c93 __cpuid (info, feature);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_cpu_detect.c240 __cpuid(p, ax);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_cpu_detect.c293 __cpuid(p, ax);

Completed in 7 milliseconds