Searched refs:FPU_accum_2 (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/x86/math-emu/ |
D | div_Xsig.S | 45 #define FPU_accum_2 -8(%ebp) macro 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 [all …]
|
D | reg_u_div.S | 41 #define FPU_accum_2 -8(%ebp) macro 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 [all …]
|
D | wm_sqrt.S | 35 #define FPU_accum_2 -8(%ebp) macro 55 FPU_accum_2: label 241 movl %eax,FPU_accum_2 246 adcl %edx,FPU_accum_2 252 adcl %edx,FPU_accum_2 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
|