Home | History | Annotate | Download | only in x86

Lines Matching full:eax

8     movl      2(rPC),%eax               # eax<- AAAAAAAA
12 movl (%ecx,%eax,4),%eax # eax<- resolved methodToCall
13 testl %eax,%eax
17 movl 2(rPC),%eax # eax<- AAAAAAAA
19 movl %eax,OUT_ARG1(%esp) # arg1<- AAAAAAAA
21 movl $$METHOD_STATIC,%eax
22 movl %eax,OUT_ARG2(%esp) # arg2<- flags
24 testl %eax,%eax # got null?