Home
last modified time | relevance | path

Searched refs:_ebx (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
20 : "=S" (_ebx), in cpuid()
23 : "=b" (_ebx), in cpuid()
29 if (ebx) *ebx = _ebx; in cpuid()