Lines Matching full:eax
7 movl 2(rPC),%eax # eax<- BBBBBBBB
10 movl (%ecx,%eax,4),%eax # eax<- rResString[BBBB]
12 testl %eax,%eax # resolved yet?
14 SET_VREG %eax rINST # vAA<- rResString[BBBB]
21 movl rSELF,%eax
23 movl offThread_method(%eax),%eax # eax<- self->method
25 movl offMethod_clazz(%eax),%eax
27 movl %eax,OUT_ARG0(%esp)
31 testl %eax,%eax # failed?
34 SET_VREG %eax rINST