Lines Matching refs:eax
115 movl XsigH(%esi),%eax
116 rcrl %eax
117 movl %eax,FPU_accum_3
118 movl XsigL(%esi),%eax
119 rcrl %eax
120 movl %eax,FPU_accum_2
121 movl XsigLL(%esi),%eax
122 rcrl %eax
123 movl %eax,FPU_accum_1
124 movl $0,%eax
125 rcrl %eax
126 movl %eax,FPU_accum_0
128 movl FPU_accum_2,%eax /* Get the current num */
142 mov %edx,%eax
150 movl %eax,FPU_result_3 /* Put the result in the answer */
154 subl %eax,FPU_accum_2 /* Subtract from the num local reg */
157 movl FPU_result_3,%eax /* Get the result back */
160 subl %eax,FPU_accum_1 /* Subtract from the num local reg */
172 movl XsigL(%ebx),%eax
174 subl %eax,FPU_accum_1 /* Subtract from the num local reg */
188 movl FPU_accum_1,%eax
195 cmpl XsigL(%ebx),%eax
201 subl XsigL(%ebx),%eax
204 movl %eax,FPU_accum_1
217 mov %edx,%eax
224 movl %eax,FPU_result_2 /* Put the result in the answer */
228 subl %eax,FPU_accum_1 /* Subtract from the num local reg */
235 movl FPU_result_2,%eax /* Get the result back */
238 subl %eax,FPU_accum_0 /* Subtract from the num local reg */
254 movl XsigL(%ebx),%eax
256 subl %eax,FPU_accum_0 /* Subtract from the num local reg */
281 movl FPU_result_3,%eax /* a/b */
322 movl FPU_accum_0,%eax
326 movl %eax,FPU_result_1 /* Rough estimate of third word */
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)