Lines Matching refs:eax
116 movl XsigH(%esi),%eax
117 rcrl %eax
118 movl %eax,FPU_accum_3
119 movl XsigL(%esi),%eax
120 rcrl %eax
121 movl %eax,FPU_accum_2
122 movl XsigLL(%esi),%eax
123 rcrl %eax
124 movl %eax,FPU_accum_1
125 movl $0,%eax
126 rcrl %eax
127 movl %eax,FPU_accum_0
129 movl FPU_accum_2,%eax /* Get the current num */
143 mov %edx,%eax
151 movl %eax,FPU_result_3 /* Put the result in the answer */
155 subl %eax,FPU_accum_2 /* Subtract from the num local reg */
158 movl FPU_result_3,%eax /* Get the result back */
161 subl %eax,FPU_accum_1 /* Subtract from the num local reg */
173 movl XsigL(%ebx),%eax
175 subl %eax,FPU_accum_1 /* Subtract from the num local reg */
189 movl FPU_accum_1,%eax
196 cmpl XsigL(%ebx),%eax
202 subl XsigL(%ebx),%eax
205 movl %eax,FPU_accum_1
218 mov %edx,%eax
225 movl %eax,FPU_result_2 /* Put the result in the answer */
229 subl %eax,FPU_accum_1 /* Subtract from the num local reg */
236 movl FPU_result_2,%eax /* Get the result back */
239 subl %eax,FPU_accum_0 /* Subtract from the num local reg */
255 movl XsigL(%ebx),%eax
257 subl %eax,FPU_accum_0 /* Subtract from the num local reg */
282 movl FPU_result_3,%eax /* a/b */
323 movl FPU_accum_0,%eax
327 movl %eax,FPU_result_1 /* Rough estimate of third word */
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)