Lines Matching refs:movl
55 movl 4(%esp),%ecx /* ecx := env */
56 movl 0(%esp),%edx /* edx := return address */
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)
65 movl 8(%esp),%eax /* eax := savemask */
66 movl %eax,40(%ecx)
96 movl 4(%esp),%edx /* edx := env */
97 movl 8(%esp),%eax /* eax := val */
98 movl 0(%edx),%ecx /* ecx := return address */
99 movl 4(%edx),%ebx
100 movl 8(%edx),%esp
101 movl 12(%edx),%ebp
102 movl 16(%edx),%esi
103 movl 20(%edx),%edi
104 movl %ecx,0(%esp) /* restore return address */