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

Lines Matching full:eax

78 	mov %eax,%edx		# copy to edx
82 shr $(P_BITS),%eax
184 # syscall # syscall. fd in eax.
185 # we should check that eax>=0
187 # mov %eax,%edi # save our fd
189 # xor %eax,%eax # SYSCALL_READ make== 0
212 mov (%rsi), %eax # load 4 bytes into eax
223 # cmp $('o'<<24+'g'<<16+'o'<<8+'b'),%eax
224 cmp $(0x6f<<24+0x67<<16+0x6f<<8+0x62),%eax
272 mov %ebx,%eax # clever way to get MHz in, sadly
273 ror $8,%eax # not any smaller than a mov
319 adc $0, %eax # round
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)
534 or %eax,%eax # was Q zero?