Home | History | Annotate | Download | only in x86-linux

Lines Matching full:eax

70 	mov %eax,%edx		# copy to edx
74 shr $(P_BITS),%eax
127 # pop %eax # in 3 bytes
171 # pop %eax # in 3 bytes
176 # int $0x80 # syscall. fd in eax.
177 # we should check that eax>=0
179 # mov %eax,%ebx # save our fd
182 # pop %eax # in 3 bytes
194 # pop %eax
206 mov (%ecx), %eax # load 4 bytes into eax
217 # cmp $('o'<<24+'g'<<16+'o'<<8+'b'),%eax
218 cmp $(0x6f<<24+0x67<<16+0x6f<<8+0x62),%eax
266 mov %ebx,%eax # clever way to get MHz in, sadly
267 ror $8,%eax # not any smaller than a mov
309 # pop %eax
313 mov (sysinfo_buff+S_TOTALRAM),%eax # size in bytes of RAM
314 shr $20,%eax # divide by 1024*1024 to get M
315 adc $0, %eax # round
371 xor %eax,%eax
372 inc %eax # put exit syscall number (1) in eax
466 pop %eax
468 cmp %eax,%edx # see if we are >=80
474 sub %edx,%eax # subtract size from 80
476 shr %eax # then divide by 2
497 # eax,ebx,ecx,edx trashed
500 push $SYSCALL_WRITE # put 4 in eax (write syscall)
501 pop %eax # in 3 bytes of code
534 or %eax,%eax # was Q zero?
538 pop %eax # restore in reverse order