Home | History | Annotate | Download | only in x86

Lines Matching full:eax

7     movzwl    2(rPC),%eax              # eax<- BBBB
10 movl (%ecx,%eax,4),%eax # eax<- rResClasses[BBBB]
11 testl %eax,%eax # resolved yet?
14 SET_VREG %eax rINST # vAA<- rResClasses[BBBB]
21 movl rSELF,%eax
23 movl offThread_method(%eax),%eax # eax<- self->method
26 movl offMethod_clazz(%eax),%eax
28 movl %eax,OUT_ARG0(%esp)
32 testl %eax,%eax # failed?
35 SET_VREG %eax rINST