HomeSort by relevance Sort by last modified time
    Searched refs:reg_ebx (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_ports/
x86.h 170 unsigned int max_cpuid_val, reg_eax, reg_ebx, reg_ecx, reg_edx; local
172 (void)reg_ebx;
184 cpuid(0, 0, max_cpuid_val, reg_ebx, reg_ecx, reg_edx);
189 cpuid(1, 0, reg_eax, reg_ebx, reg_ecx, reg_edx);
210 cpuid(7, 0, reg_eax, reg_ebx, reg_ecx, reg_edx);
212 if (reg_ebx & BIT(5)) flags |= HAS_AVX2;
216 if ((reg_ebx & (BIT(16) | BIT(17) | BIT(28) | BIT(30) | BIT(31))) ==
  /external/mesa3d/src/mesa/x86/
common_x86.c 72 extern void _mesa_x86_cpuid(GLuint op, GLuint *reg_eax, GLuint *reg_ebx, GLuint *reg_ecx, GLuint *reg_edx);

Completed in 161 milliseconds