Home | History | Annotate | Download | only in x86-atom

Lines Matching full:movl

33     movl        rGLUE, %eax             # %eax<- MterpGlue pointer
34 movl offGlue_methodClassDex(%eax), %ecx # %ecx<- pDvmDex
35 movl offDvmDex_pResFields(%ecx), %ecx # %ecx<- CCCC
37 movl (%ecx, %edx, 4), %ecx # %ecx<- resolved InstField ptr
40 movl offGlue_method(%eax), %ecx # %ecx <- current method
42 movl offMethod_clazz(%ecx), %ecx # %ecx<- method->clazz
43 movl %ecx, -8(%esp) # push parameter CCCC; field ref
44 movl %edx, -4(%esp) # push parameter method->clazz
55 movl %eax, %ecx # %ecx<- %eax; %ecx expected to hold field
64 movl rINST, %edx # %edx<- BA
70 movl offInstField_byteOffset(%ecx), %ecx # %ecx<- field offset