Searched refs:FPU_accum_2 (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/math-emu/
H A Ddiv_Xsig.S42 Accumulator: FPU_accum_3:FPU_accum_2:FPU_accum_1:FPU_accum_0
45 #define FPU_accum_2 -8(%ebp) define
56 Accumulator: FPU_accum_3:FPU_accum_2:FPU_accum_1:FPU_accum_0
61 FPU_accum_2: label
120 movl %eax,FPU_accum_2
128 movl FPU_accum_2,%eax /* Get the current num */
154 subl %eax,FPU_accum_2 /* Subtract from the num local reg */
161 sbbl %edx,FPU_accum_2
175 sbbl %edx,FPU_accum_2
187 movl FPU_accum_2,%edx /* get the reduced num */
203 movl %edx,FPU_accum_2
229 sbbl %edx,FPU_accum_2
240 sbbl $0,FPU_accum_2
249 cmpl $1,FPU_accum_2
258 sbbl $0,FPU_accum_2
H A Dreg_u_div.S37 Result: FPU_accum_3:FPU_accum_2:FPU_accum_1:FPU_accum_0
41 #define FPU_accum_2 -8(%ebp) define
52 Result: FPU_accum_3:FPU_accum_2:FPU_accum_1:FPU_accum_0
58 FPU_accum_2: label
182 movl %eax,FPU_accum_2
210 movl %eax,FPU_accum_2
236 subl %eax,FPU_accum_2 /* Subtract from the num local reg */
243 sbbl %edx,FPU_accum_2
257 sbbl %edx,FPU_accum_2
269 movl FPU_accum_2,%edx /* get the reduced num */
285 movl %edx,FPU_accum_2
311 sbbl %edx,FPU_accum_2
322 sbbl $0,FPU_accum_2
331 cmpl $1,FPU_accum_2
340 sbbl $0,FPU_accum_2
H A Dwm_sqrt.S35 #define FPU_accum_2 -8(%ebp) define
55 FPU_accum_2: label
241 movl %eax,FPU_accum_2
246 adcl %edx,FPU_accum_2
252 adcl %edx,FPU_accum_2
255 /* guess^2 now in FPU_accum_3:FPU_accum_2:FPU_accum_1 */
260 sbbl %eax,FPU_accum_2
268 notl FPU_accum_2
271 adcl $0,FPU_accum_2
284 movl FPU_accum_2,%edx
303 movl FPU_accum_2,%edx

Completed in 140 milliseconds