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

  /external/libvpx/vpx_ports/
x86_cpuid.c 39 unsigned int reg_eax; local
44 cpuid(0, reg_eax, vs[0], vs[2], vs[1]);
x86.h 87 unsigned int reg_eax, reg_ebx, reg_ecx, reg_edx; local
103 cpuid(0, reg_eax, reg_ebx, reg_ecx, reg_edx);
105 if (reg_eax < 1)
109 cpuid(1, reg_eax, reg_ebx, reg_ecx, reg_edx);

Completed in 2840 milliseconds