Home | History | Annotate | Download | only in x86

Lines Matching full:movl

9     movl      rSELF,%ecx
10 movl 2(rPC),%eax # eax<- field ref AAAAAAAA
11 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex
12 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields
13 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField
18 movl %ecx,offStaticField_value(%eax) # do the store
21 movl rSELF,%ecx
22 movl offField_clazz(%eax),%eax # eax<- method->clazz
23 movl offThread_cardTable(%ecx),%ecx # get card table base
32 movl rSELF,%ecx
33 movl 2(rPC),%eax # eax<- field ref AAAAAAAA
34 movl offThread_method(%ecx),%ecx # ecx<- current method
36 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz
37 movl %eax,OUT_ARG1(%esp)
38 movl %ecx,OUT_ARG0(%esp)