Searched refs:ecx (Results 1 – 1 of 1) sorted by relevance
59 u32 eax, ebx, ecx, edx; in boot_cpu_has() local63 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()