Home
last modified time | relevance | path

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

/lib/raid6/
Dx86.h59 u32 eax, ebx, ecx, edx; in boot_cpu_has() local
63 ecx = 0; in boot_cpu_has()
66 : "+a" (eax), "=b" (ebx), "=d" (edx), "+c" (ecx)); in boot_cpu_has()
69 (flag & 0x80) ? ecx : edx) >> (flag & 31)) & 1; in boot_cpu_has()