Searched refs:reg_edx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h123 unsigned int reg_eax, reg_ebx, reg_ecx, reg_edx; local
139 cpuid(0, 0, reg_eax, reg_ebx, reg_ecx, reg_edx);
145 cpuid(1, 0, reg_eax, reg_ebx, reg_ecx, reg_edx);
147 if (reg_edx & BIT(23)) flags |= HAS_MMX;
149 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */
151 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
164 cpuid(7, 0, reg_eax, reg_ebx, reg_ecx, reg_edx);
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h123 unsigned int reg_eax, reg_ebx, reg_ecx, reg_edx; local
139 cpuid(0, 0, reg_eax, reg_ebx, reg_ecx, reg_edx);
145 cpuid(1, 0, reg_eax, reg_ebx, reg_ecx, reg_edx);
147 if (reg_edx & BIT(23)) flags |= HAS_MMX;
149 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */
151 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
164 cpuid(7, 0, reg_eax, reg_ebx, reg_ecx, reg_edx);
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dcommon_x86.c63 extern void _ASMAPI _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *reg_edx);
/external/mesa3d/src/mesa/x86/
H A Dcommon_x86.c63 extern void _ASMAPI _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *reg_edx);

Completed in 253 milliseconds