Home
last modified time | relevance | path

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

/external/ltp/include/old/
Dltp_cpuid.h14 unsigned int _eax = info, _ebx, _ecx, _edx; in cpuid() local
20 : "=S" (_ebx), in cpuid()
23 : "=b" (_ebx), in cpuid()
29 if (ebx) *ebx = _ebx; in cpuid()
/external/autotest/client/tests/ltp/patches/
Dcpuid.patch37 + unsigned int _eax = info, _ebx, _ecx, _edx;
43 + : "+a" (_eax), "=S" (_ebx), "=c" (_ecx), "=d" (_edx)
48 + if (ebx) *ebx = _ebx;