Searched refs:__cpuid (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_cpuid.h | 37 #define __cpuid(level, a, b, c, d) a = b = c = d = 0 macro
|
| H A D | sna_cpu.c | 48 __cpuid(1, eax, ebx, ecx, edx);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_cpuid.h | 37 #define __cpuid(level, a, b, c, d) a = b = c = d = 0 macro
|
| H A D | sna_cpu.c | 48 __cpuid(1, eax, ebx, ecx, edx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | isa.hpp | 33 // 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 D | isa.hpp | 33 // 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 D | pixman-x86.c | 93 __cpuid (info, feature);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_cpu_detect.c | 240 __cpuid(p, ax);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_cpu_detect.c | 293 __cpuid(p, ax);
|
Completed in 7 milliseconds