Home | History | Annotate | Download | only in x86

Lines Matching full:movl

29     movl      offObject_clazz(%eax),%eax     # eax<- arrayObj->clazz
30 movl offObject_clazz(rINST),%ecx # ecx<- obj->clazz
31 movl %eax,OUT_ARG1(%esp)
32 movl %ecx,OUT_ARG0(%esp)
33 movl %ecx,sReg0 # store the two classes for later
34 movl %eax,sReg1
40 movl rSELF,%eax
45 movl sReg0,%eax # restore the two classes...
46 movl %eax,OUT_ARG0(%esp)
47 movl sReg1,%ecx
48 movl %ecx,OUT_ARG1(%esp)
53 movl offThread_cardTable(%eax),%eax # get card table base
54 movl rINST,(%ecx) # store into array
63 movl rINST,(%ecx)