Searched refs:FPU_accum_2 (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/x86/math-emu/ |
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 */ 155 subl %eax,FPU_accum_2 /* Subtract from the num local reg */ 162 sbbl %edx,FPU_accum_2 176 sbbl %edx,FPU_accum_2 188 movl FPU_accum_2,%edx /* get the reduced num */ 204 movl %edx,FPU_accum_2 230 sbbl %edx,FPU_accum_2 [all …]
|
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 237 subl %eax,FPU_accum_2 /* Subtract from the num local reg */ 244 sbbl %edx,FPU_accum_2 258 sbbl %edx,FPU_accum_2 270 movl FPU_accum_2,%edx /* get the reduced num */ 286 movl %edx,FPU_accum_2 312 sbbl %edx,FPU_accum_2 [all …]
|
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
|