Home | History | Annotate | Download | only in x86

Lines Matching full:eax

10     movzwl    2(rPC),%eax                        # eax<- field ref BBBB
15 lea (%ecx,%eax,4),%ecx
19 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField
20 testl %eax,%eax # resolved entry null?
22 .L${opcode}_finish: # field ptr in eax
25 movl %ecx,offStaticField_value(%eax) # do the store
29 movl offField_clazz(%eax),%eax # eax<- method->clazz
31 shrl $$GC_CARD_SHIFT,%eax # head to card number
32 movb %cl,(%ecx,%eax) # mark card
40 movzwl 2(rPC),%eax # eax<- field ref BBBB
44 movl %eax,OUT_ARG1(%esp)
47 call dvmResolveStaticField # eax<- resolved StaticField ptr
49 testl %eax,%eax