Lines Matching full:eax
32 movl rGLUE, %eax # %eax<- MterpGlue pointer
33 addl $$offGlue_retval, %eax # %eax<- &glue->retval
36 movl %eax, -8(%esp) # push parameter glue->retval
79 movl $$gDvmInlineOpsTable, %eax # %eax<- address for table of inline operations
80 call *(%eax, %ecx) # call function
82 cmp $$0, %eax # check boolean result of inline
83 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
86 FGETOP_JMP 3, %eax # jump to next instruction; getop, jmp