Lines Matching defs:eax
697 unsigned int eax, buf;
700 eax = padlock_xstore(output, 0);
701 if (!(eax & (1 << 6)))
704 if (eax & (0x1F << 10))
706 if ((eax & 0x1F) == 0)
708 if ((eax & 0x1F) != 8)
714 eax = padlock_xstore(&buf, 3);
715 if (!(eax & (1 << 6)))
718 if (eax & (0x1F << 10))
720 if ((eax & 0x1F) == 0)
722 if ((eax & 0x1F) != 1)