Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_ports/
Dx86.h173 unsigned int max_cpuid_val, reg_eax, reg_ebx, reg_ecx, reg_edx; in x86_simd_caps() local
187 cpuid(0, 0, max_cpuid_val, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
192 cpuid(1, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
200 if (reg_ecx & BIT(0)) flags |= HAS_SSE3; in x86_simd_caps()
202 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3; in x86_simd_caps()
204 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1; in x86_simd_caps()
206 if (reg_ecx & BIT(20)) flags |= HAS_SSE4_2; in x86_simd_caps()
209 if ((reg_ecx & (BIT(27) | BIT(28))) == (BIT(27) | BIT(28))) { in x86_simd_caps()
215 cpuid(7, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
304 unsigned int reg_eax, reg_ebx, reg_ecx, reg_edx; in x86_tsc_start() local
[all …]
/external/libvpx/libvpx/vpx_ports/
Dx86.h170 unsigned int max_cpuid_val, reg_eax, reg_ebx, reg_ecx, reg_edx; in x86_simd_caps() local
184 cpuid(0, 0, max_cpuid_val, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
189 cpuid(1, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
197 if (reg_ecx & BIT(0)) flags |= HAS_SSE3; in x86_simd_caps()
199 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3; in x86_simd_caps()
201 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1; in x86_simd_caps()
204 if ((reg_ecx & (BIT(27) | BIT(28))) == (BIT(27) | BIT(28))) { in x86_simd_caps()
210 cpuid(7, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
305 unsigned int reg_eax, reg_ebx, reg_ecx, reg_edx; in x86_tsc_start() local
306 cpuid(0, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_tsc_start()
[all …]
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c69 extern void _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *r…