Searched refs:FPU_accum_2 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/math-emu/ |
A D | div_Xsig.S | 46 #define FPU_accum_2 -8(%ebp) macro 62 FPU_accum_2: label 121 movl %eax,FPU_accum_2 129 movl FPU_accum_2,%eax /* Get the current num */ 162 sbbl %edx,FPU_accum_2 176 sbbl %edx,FPU_accum_2 204 movl %edx,FPU_accum_2 230 sbbl %edx,FPU_accum_2 241 sbbl $0,FPU_accum_2 250 cmpl $1,FPU_accum_2 [all …]
|
A D | reg_u_div.S | 42 #define FPU_accum_2 -8(%ebp) macro 59 FPU_accum_2: label 183 movl %eax,FPU_accum_2 211 movl %eax,FPU_accum_2 244 sbbl %edx,FPU_accum_2 258 sbbl %edx,FPU_accum_2 286 movl %edx,FPU_accum_2 312 sbbl %edx,FPU_accum_2 323 sbbl $0,FPU_accum_2 332 cmpl $1,FPU_accum_2 [all …]
|
A D | wm_sqrt.S | 36 #define FPU_accum_2 -8(%ebp) macro 56 FPU_accum_2: label 242 movl %eax,FPU_accum_2 247 adcl %edx,FPU_accum_2 253 adcl %edx,FPU_accum_2 261 sbbl %eax,FPU_accum_2 269 notl FPU_accum_2 272 adcl $0,FPU_accum_2 285 movl FPU_accum_2,%edx 304 movl FPU_accum_2,%edx
|
Completed in 5 milliseconds