Searched refs:reg_ecx (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/vpx_ports/ |
D | x86.h | 87 unsigned int reg_eax, reg_ebx, reg_ecx, reg_edx; in x86_simd_caps() local 103 cpuid(0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps() 109 cpuid(1, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps() 117 if (reg_ecx & BIT(0)) flags |= HAS_SSE3; in x86_simd_caps() 119 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3; in x86_simd_caps() 121 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1; in x86_simd_caps()
|