Lines Matching defs:eax
3058 UInt eax, edx;
3059 __asm__ __volatile__("rdtsc" : "=a" (eax), "=d" (edx));
3060 return (((ULong)edx) << 32) | ((ULong)eax);
3076 UInt eax, ecx, edx;
3077 __asm__ __volatile__("rdtscp" : "=a" (eax), "=d" (edx), "=c" (ecx));
3078 st->guest_RAX = (ULong)eax;
3096 __asm__ __volatile__("movq $0,%%rax; inl %w1,%%eax; movq %%rax,%0"
3126 __asm__ __volatile__("movq %0,%%rax; outl %%eax, %w1"
3477 themselves or from the supplied edx/eax values. */