Home | History | Annotate | Download | only in x86

Lines Matching full:movl

9     movl      rSELF,%ecx
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
19 movl %ecx,offStaticField_value(%eax) # do the store
22 movl rSELF,%ecx
23 movl offField_clazz(%eax),%eax # eax<- method->clazz
24 movl offThread_cardTable(%ecx),%ecx # get card table base
33 movl rSELF,%ecx
35 movl offThread_method(%ecx),%ecx # ecx<- current method
37 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz
38 movl %eax,OUT_ARG1(%esp)
39 movl %ecx,OUT_ARG0(%esp)