Lines Matching refs:movl
80 movl %esp,%ebp
89 movl PARAM1,%esi /* pointer to num */
90 movl PARAM2,%ebx /* pointer to denom */
116 movl XsigH(%esi),%eax
118 movl %eax,FPU_accum_3
119 movl XsigL(%esi),%eax
121 movl %eax,FPU_accum_2
122 movl XsigLL(%esi),%eax
124 movl %eax,FPU_accum_1
125 movl $0,%eax
127 movl %eax,FPU_accum_0
129 movl FPU_accum_2,%eax /* Get the current num */
130 movl FPU_accum_3,%edx
137 movl XsigH(%ebx),%ecx
151 movl %eax,FPU_result_3 /* Put the result in the answer */
158 movl FPU_result_3,%eax /* Get the result back */
173 movl XsigL(%ebx),%eax
174 movl XsigH(%ebx),%edx
188 movl FPU_accum_2,%edx /* get the reduced num */
189 movl FPU_accum_1,%eax
204 movl %edx,FPU_accum_2
205 movl %eax,FPU_accum_1
225 movl %eax,FPU_result_2 /* Put the result in the answer */
236 movl FPU_result_2,%eax /* Get the result back */
255 movl XsigL(%ebx),%eax
256 movl XsigH(%ebx),%edx
282 movl FPU_result_3,%eax /* a/b */
290 movl XsigH(%ebx),%edx
297 movl FPU_accum_1,%edx /* get the reduced num */
301 movl XsigH(%ebx),%edx
309 movl FPU_accum_1,%edx /* get the reduced num */
317 movl %edx,FPU_accum_1
323 movl FPU_accum_0,%eax
324 movl FPU_accum_1,%edx
327 movl %eax,FPU_result_1 /* Rough estimate of third word */
329 movl PARAM3,%esi /* pointer to answer */
331 movl FPU_result_1,%eax
332 movl %eax,XsigLL(%esi)
333 movl FPU_result_2,%eax
334 movl %eax,XsigL(%esi)
335 movl FPU_result_3,%eax
336 movl %eax,XsigH(%esi)