Lines Matching full:eax
74 /* ... Get copies of EFLAGS into eax and ecx */
76 "popl %%eax\n\t"
77 "movl %%eax, %%ecx\n\t"
81 "xorl $0x200000, %%eax\n\t"
82 "push %%eax\n\t"
87 "popl %%eax\n\t"
90 "xorl %%eax, %%ecx\n\t"
97 "movl $0, %%eax\n\t"
134 Rev. 1.01 table 1), so we'll check the value of eax for
139 "cmpl $0x2, %%eax\n\t"
144 "movl $0x80000001, %%eax\n\t"
146 "testl $0x00800000, %%eax\n\t" /* Test for MMX */
148 "testl $0x01000000, %%eax\n\t" /* Test for Ext'd MMX */
161 "movl $0x80000000, %%eax\n\t"
163 "cmpl $0x80000000, %%eax\n\t"
167 "movl $0x80000001, %%eax\n\t"
185 "movl $1, %%eax\n\t"
212 : "eax", "ebx", "ecx", "edx"