Searched refs:reg_edx (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_ports/ |
D | x86.h | 123 unsigned int reg_eax, reg_ebx, reg_ecx, reg_edx; in x86_simd_caps() local 139 cpuid(0, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps() 145 cpuid(1, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps() 147 if (reg_edx & BIT(23)) flags |= HAS_MMX; in x86_simd_caps() 149 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */ in x86_simd_caps() 151 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */ in x86_simd_caps() 164 cpuid(7, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
|
/external/mesa3d/src/mesa/x86/ |
D | common_x86.c | 63 …API _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *reg_edx);
|