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

Lines Matching full:movl

32     movl        rGLUE, %edx             # get MterpGlue pointer
33 movl offGlue_methodClassDex(%edx), %eax # %eax<- pDvmDex
35 movl offDvmDex_pResClasses(%eax), %eax # %eax<- pDvmDex->pResClasses
39 movl (%eax, %ecx, 4), %ecx # %ecx<- resolved class
60 movl offObject_clazz(rINST), %eax # %eax<- obj->clazz
61 movl %eax, -12(%esp) # push parameter obj->clazz
62 movl %ecx, -8(%esp) # push parameter # push parameter resolved class
83 movl $$.LstrClassCastExceptionPtr, -8(%esp) # push parameter message
84 movl offObject_clazz(rINST), rINST # rINST<- obj->clazz
85 movl offClassObject_descriptor(rINST), rINST # rINST<- obj->clazz->descriptor
86 movl rINST, -4(%esp) # push parameter obj->clazz->descriptor
102 movl offGlue_method(%edx), %eax # %eax<- glue->method
105 movl $$0, -8(%esp) # push parameter false
106 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz
107 movl %ecx, -12(%esp) # push parameter BBBB
108 movl %eax, -16(%esp) # push parameter glue->method>clazz
117 movl %eax, %ecx # %ecx<- resolved class