Home | History | Annotate | Download | only in gen

Lines Matching refs:ecx

55 	movl	4(%esp),%ecx		/* ecx := env */
57 movl %edx,0(%ecx)
58 movl %ebx,4(%ecx)
59 movl %esp,8(%ecx)
60 movl %ebp,12(%ecx)
61 movl %esi,16(%ecx)
62 movl %edi,20(%ecx)
66 movl %eax,40(%ecx)
71 leal 24(%ecx),%edx
98 movl 0(%edx),%ecx /* ecx := return address */
104 movl %ecx,0(%esp) /* restore return address */