Home | History | Annotate | Download | only in priv

Lines Matching defs:eax

2831    UInt  eax, edx;
2832 __asm__ __volatile__("rdtsc" : "=a" (eax), "=d" (edx));
2833 return (((ULong)edx) << 32) | ((ULong)eax);
2850 __asm__ __volatile__("movq $0,%%rax; inl %w1,%%eax; movq %%rax,%0"
2880 __asm__ __volatile__("movq %0,%%rax; outl %%eax, %w1"
3224 themselves or from the supplied edx/eax values. */