Lines Matching full:movl
7 movl 2(rPC),%eax # eax<- BBBBBBBB
8 movl offGlue_methodClassDex(%ecx),%ecx# ecx<- glue->methodClassDex
10 movl offDvmDex_pResStrings(%ecx),%ecx # ecx<- dvmDex->pResStrings
11 movl (%ecx,%eax,4),%eax # eax<- rResString[BBBB]
12 movl rINST_FULL,%ecx
25 movl %ecx,rINST_FULL # rINST_FULL<- AA
27 movl offGlue_method(%eax),%eax # eax<- glue->method
28 movl 2(rPC),%ecx # ecx<- BBBBBBBB
29 movl offMethod_clazz(%eax),%eax
31 movl %ecx,OUT_ARG1(%esp)
32 movl %eax,OUT_ARG0(%esp)