Lines Matching full:movl
52 movl %edx, sReg0 # save &vBB[vCC]
53 movl %eax, sReg1 # save object head
54 movl offObject_clazz(rINST), %edx # %edx<- obj->clazz
55 movl %edx, -8(%esp) # push parameter obj->clazz
56 movl offObject_clazz(%eax), %eax # %eax<- arrayObj->clazz
57 movl %eax, -4(%esp) # push parameter arrayObj->clazz
65 movl sReg0, %edx # restore &vBB[vCC]
66 movl rINST, offArrayObject_contents(%edx)
67 movl rGLUE, %eax
69 movl offGlue_cardTable(%eax), %eax # get card table base
70 movl sReg1, %edx # restore object head
76 movl rINST, offArrayObject_contents(%edx)