Lines Matching refs:movl

80 	movl	%esp,%ebp
89 movl REGA,%esi
90 movl REGB,%ebx
91 movl DEST,%edi
103 movl EXP_WAY_UNDER,%edx
121 movl SIGH(%ebx),%ecx /* The divisor */
122 movl SIGH(%esi),%edx /* Dividend */
123 movl SIGL(%esi),%eax /* Dividend */
134 movl %eax,FPU_result_2
139 movl %eax,FPU_result_1
182 movl SIGL(%esi),%eax
183 movl %eax,FPU_accum_2
184 movl SIGH(%esi),%eax
185 movl %eax,FPU_accum_3
187 movl %eax,FPU_accum_1 /* zero the extension */
188 movl %eax,FPU_accum_0 /* zero the extension */
190 movl SIGL(%esi),%eax /* Get the current num */
191 movl SIGH(%esi),%edx
211 movl %eax,FPU_accum_2
212 movl %edx,FPU_accum_3
219 movl SIGH(%ebx),%ecx
233 movl %eax,FPU_result_2 /* Put the result in the answer */
240 movl FPU_result_2,%eax /* Get the result back */
255 movl SIGL(%ebx),%eax
256 movl SIGH(%ebx),%edx
270 movl FPU_accum_2,%edx /* get the reduced num */
271 movl FPU_accum_1,%eax
286 movl %edx,FPU_accum_2
287 movl %eax,FPU_accum_1
307 movl %eax,FPU_result_1 /* Put the result in the answer */
318 movl FPU_result_1,%eax /* Get the result back */
337 movl SIGL(%ebx),%eax
338 movl SIGH(%ebx),%edx
360 movl FPU_accum_1,%edx /* get the reduced num */
361 movl FPU_accum_0,%eax
375 movl %edx,FPU_accum_1
376 movl %eax,FPU_accum_0
392 movl FPU_accum_0,%ecx
393 movl FPU_accum_1,%edx
394 movl %ecx,%eax
408 movl $0x70000000,%eax /* Denom was larger */
414 movl $0x80000000,%eax /* Remainder was exactly 1/2 denom */
418 movl $0xff000000,%eax /* Denom was smaller */
438 movl %eax,%edx
439 movl FPU_result_1,%ebx
440 movl FPU_result_2,%eax
465 movl $-1,%eax