Searched refs:_ebx (Results 1 – 2 of 2) sorted by relevance
/external/ltp/include/old/ |
D | ltp_cpuid.h | 14 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/ |
D | cpuid.patch | 37 + unsigned int _eax = info, _ebx, _ecx, _edx; 43 + : "+a" (_eax), "=S" (_ebx), "=c" (_ecx), "=d" (_edx) 48 + if (ebx) *ebx = _ebx;
|