Searched refs:info_ecx (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | cpu_id.cc | 49 void CpuId(int info_eax, int info_ecx, int* cpu_info) { in CpuId() argument 53 __cpuidex(cpu_info, info_eax, info_ecx); in CpuId() 57 mov ecx, info_ecx in CpuId() 66 if (info_ecx == 0) { in CpuId() 86 "+a"(info_eax), "+c"(info_ecx), "=d"(info_edx)); in CpuId() 89 cpu_info[2] = info_ecx; in CpuId()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | cpu_id.cc | 50 void CpuId(uint32 info_eax, uint32 info_ecx, uint32* cpu_info) { in CpuId() argument 54 __cpuidex((int*)(cpu_info), info_eax, info_ecx); in CpuId() 58 mov ecx, info_ecx in CpuId() 67 if (info_ecx == 0) { in CpuId() 87 "+a" (info_eax), "+c" (info_ecx), "=d" (info_edx)); in CpuId() 90 cpu_info[2] = info_ecx; in CpuId()
|
/external/libyuv/files/source/ |
D | cpu_id.cc | 51 void CpuId(uint32 info_eax, uint32 info_ecx, uint32* cpu_info) { in CpuId() argument 55 __cpuidex((int*)(cpu_info), info_eax, info_ecx); in CpuId() 59 mov ecx, info_ecx in CpuId() 68 if (info_ecx == 0) { in CpuId() 88 "+a"(info_eax), "+c"(info_ecx), "=d"(info_edx)); in CpuId() 91 cpu_info[2] = info_ecx; in CpuId()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | cpu_id.h | 112 void CpuId(int info_eax, int info_ecx, int* cpu_info);
|