Home | History | Annotate | Download | only in x86

Lines Matching full:movl

11     movl    rSELF,%eax
12 movl offThread_methodClassDex(%eax),%eax # eax<- pDvmDex
14 movl offDvmDex_pResClasses(%eax),%eax # eax<- pDvmDex->pResClasses
16 movl (%eax,%ecx,4),%eax # eax<- resolved class
21 movl rSELF,%eax
22 movl $$0,OUT_ARG2(%esp) # arg2<- false
23 movl %ecx,OUT_ARG1(%esp) # arg1<- BBBB
24 movl offThread_method(%eax),%eax # eax<- self->method
25 movl offMethod_clazz(%eax),%eax # eax<- method->clazz
26 movl %eax,OUT_ARG0(%esp) # arg0<- clazz
40 movl offClassObject_descriptor(%eax),%ecx # ecx<- arrayClass->descriptor
41 movl $$ALLOC_DONT_TRACK,OUT_ARG2(%esp) # arg2<- flags
43 movl %eax,OUT_ARG0(%esp) # arg0<- arrayClass
44 movl rSELF,%eax
52 movl %ecx,offThread_retval+4(%eax) # save type
57 movl rINST,OUT_ARG1(%esp) # arg1<- A or AA (length)
59 movl rSELF,%ecx
62 movl %eax,offThread_retval(%ecx) # retval.l<- new array
79 movl %eax,%edi # set up dst ptr
80 movl rINST,%ecx # load count register
85 movl rSELF,%ecx
86 movl offThread_retval+4(%ecx),%eax # eax<- type
95 movl $$0xf,%ecx
100 movl %ecx,-4(%eax)
104 movl rSELF,%ecx
105 movl offThread_retval+4(%ecx),%eax # eax<- type
110 movl offThread_retval(%ecx),%eax # eax<- object head
111 movl offThread_cardTable(%ecx),%ecx # card table base
126 movl $$.LstrFilledNewArrayNotImplA,%eax
127 movl %eax,OUT_ARG0(%esp)