Lines Matching full:movl
1 %default { "load":"movl", "sqnum":"0" }
13 movl rSELF,%ecx
16 movl offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
19 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
22 movl (%eax,rIBASE,4),%eax # resolved entry
25 movl rIBASE,OUT_ARG1(%esp) # needed by dvmResolveInstField
26 movl rSELF,rIBASE
28 movl offThread_method(rIBASE),rIBASE # rIBASE<- current method
29 movl offMethod_clazz(rIBASE),rIBASE # rIBASE<- method->clazz
31 movl rIBASE,OUT_ARG0(%esp) # pass in method->clazz
45 movl offInstField_byteOffset(%eax),%eax # eax<- byte offset of field