Lines Matching refs:movl
79 movl %esp,%ebp
88 movl PARAM1,%esi /* pointer to num */
89 movl PARAM2,%ebx /* pointer to denom */
115 movl XsigH(%esi),%eax
117 movl %eax,FPU_accum_3
118 movl XsigL(%esi),%eax
120 movl %eax,FPU_accum_2
121 movl XsigLL(%esi),%eax
123 movl %eax,FPU_accum_1
124 movl $0,%eax
126 movl %eax,FPU_accum_0
128 movl FPU_accum_2,%eax /* Get the current num */
129 movl FPU_accum_3,%edx
136 movl XsigH(%ebx),%ecx
150 movl %eax,FPU_result_3 /* Put the result in the answer */
157 movl FPU_result_3,%eax /* Get the result back */
172 movl XsigL(%ebx),%eax
173 movl XsigH(%ebx),%edx
187 movl FPU_accum_2,%edx /* get the reduced num */
188 movl FPU_accum_1,%eax
203 movl %edx,FPU_accum_2
204 movl %eax,FPU_accum_1
224 movl %eax,FPU_result_2 /* Put the result in the answer */
235 movl FPU_result_2,%eax /* Get the result back */
254 movl XsigL(%ebx),%eax
255 movl XsigH(%ebx),%edx
281 movl FPU_result_3,%eax /* a/b */
289 movl XsigH(%ebx),%edx
296 movl FPU_accum_1,%edx /* get the reduced num */
300 movl XsigH(%ebx),%edx
308 movl FPU_accum_1,%edx /* get the reduced num */
316 movl %edx,FPU_accum_1
322 movl FPU_accum_0,%eax
323 movl FPU_accum_1,%edx
326 movl %eax,FPU_result_1 /* Rough estimate of third word */
328 movl PARAM3,%esi /* pointer to answer */
330 movl FPU_result_1,%eax
331 movl %eax,XsigLL(%esi)
332 movl FPU_result_2,%eax
333 movl %eax,XsigL(%esi)
334 movl FPU_result_3,%eax
335 movl %eax,XsigH(%esi)