Home
last modified time | relevance | path

Searched refs:_ecx (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/include/old/
Dltp_cpuid.h14 unsigned int _eax = info, _ebx, _ecx, _edx; in cpuid() local
25 "+a" (_eax), "=c" (_ecx), "=d" (_edx) in cpuid()
30 if (ecx) *ecx = _ecx; in cpuid()