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

Lines Matching full:eax

32     movl        rGLUE, %eax             # %eax<- MterpGlue pointer
33 addl $$offGlue_retval, %eax # %eax<- &glue->retval
35 movl %eax, -8(%esp) # push parameter glue->retval
68 movl $$gDvmInlineOpsTable, %eax # %eax<- address for table of inline operations
69 call *(%eax, %ecx) # call function
71 cmp $$0, %eax # check boolean result of inline
72 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
75 FGETOP_JMP 3, %eax # jump to next instruction; getop, jmp