Lines Matching refs:eax
43 popl %eax
44 movl %eax,%ebx
45 xorl $0x200000,%eax
46 pushl %eax
49 popl %eax
50 cmpl %eax,%ebx
54 movl $0x0,%eax # See if cpuid 1 is implemented
56 cmpl $0x1,%eax
79 movl $0x1, %eax # check CPU family and model
81 movl %eax, %ecx
83 andl $0x0ff00f00, %eax # mask family and extended family
84 shrl $8, %eax
85 cmpl $6, %eax
102 movl $0x1,%eax # Does the cpu have what it takes
108 movl $0x80000000,%eax # See if extended cpuid is implemented
110 cmpl $0x80000001,%eax
113 movl $0x80000001,%eax # Does the cpu have what it takes
120 movl $1,%eax
129 btr $15,%eax # enable SSE