Searched refs:reg_eax (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_ports/ |
D | x86.h | 162 unsigned int max_cpuid_val, reg_eax, reg_ebx, reg_ecx, reg_edx; in x86_simd_caps() local 184 cpuid(1, 0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps() 205 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 extern void _ASMAPI _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, G…
|