Home
last modified time | relevance | path

Searched refs:reg_ecx (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_ports/
Dx86.h169 unsigned int max_cpuid_val, reg_eax, reg_ebx, reg_ecx, reg_edx; in x86_simd_caps() local
183 cpuid(0, 0, max_cpuid_val, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
188 cpuid(1, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
196 if (reg_ecx & BIT(0)) flags |= HAS_SSE3; in x86_simd_caps()
198 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3; in x86_simd_caps()
200 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1; in x86_simd_caps()
203 if ((reg_ecx & (BIT(27) | BIT(28))) == (BIT(27) | BIT(28))) { in x86_simd_caps()
209 cpuid(7, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c72 extern void _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *r…