Searched refs:FPU_accum_1 (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/math-emu/ |
H A D | reg_u_mul.S | 33 #define FPU_accum_1 -8(%ebp) define 41 FPU_accum_1: label 74 movl %edx,FPU_accum_1 78 addl %eax,FPU_accum_1 84 addl %eax,FPU_accum_1 116 rcll $1,FPU_accum_1 123 movl FPU_accum_1,%edx
|
H A D | div_Xsig.S | 42 Accumulator: FPU_accum_3:FPU_accum_2:FPU_accum_1:FPU_accum_0 46 #define FPU_accum_1 -12(%ebp) define 56 Accumulator: FPU_accum_3:FPU_accum_2:FPU_accum_1:FPU_accum_0 63 FPU_accum_1: label 123 movl %eax,FPU_accum_1 160 subl %eax,FPU_accum_1 /* Subtract from the num local reg */ 174 subl %eax,FPU_accum_1 /* Subtract from the num local reg */ 188 movl FPU_accum_1,%eax 204 movl %eax,FPU_accum_1 228 subl %eax,FPU_accum_1 /* Subtract from the num local reg */ 239 sbbl %edx,FPU_accum_1 /* Subtract from the num local reg */ 257 sbbl %edx,FPU_accum_1 284 subl %edx,FPU_accum_1 290 addl %edx,FPU_accum_1 296 movl FPU_accum_1,%edx /* get the reduced num */ 301 addl %edx,FPU_accum_1 308 movl FPU_accum_1,%edx /* get the reduced num */ 316 movl %edx,FPU_accum_1 323 movl FPU_accum_1,%edx
|
H A D | reg_u_div.S | 37 Result: FPU_accum_3:FPU_accum_2:FPU_accum_1:FPU_accum_0 42 #define FPU_accum_1 -12(%ebp) define 52 Result: FPU_accum_3:FPU_accum_2:FPU_accum_1:FPU_accum_0 60 FPU_accum_1: label 186 movl %eax,FPU_accum_1 /* zero the extension */ 242 subl %eax,FPU_accum_1 /* Subtract from the num local reg */ 256 subl %eax,FPU_accum_1 /* Subtract from the num local reg */ 270 movl FPU_accum_1,%eax 286 movl %eax,FPU_accum_1 310 subl %eax,FPU_accum_1 /* Subtract from the num local reg */ 321 sbbl %edx,FPU_accum_1 /* Subtract from the num local reg */ 339 sbbl %edx,FPU_accum_1 359 movl FPU_accum_1,%edx /* get the reduced num */ 374 movl %edx,FPU_accum_1 392 movl FPU_accum_1,%edx
|
H A D | wm_sqrt.S | 36 #define FPU_accum_1 -12(%ebp) define 57 FPU_accum_1: label 236 movl %edx,FPU_accum_1 245 addl %eax,FPU_accum_1 251 addl %eax,FPU_accum_1 255 /* guess^2 now in FPU_accum_3:FPU_accum_2:FPU_accum_1 */ 258 subl %eax,FPU_accum_1 267 notl FPU_accum_1 270 addl $1,FPU_accum_1 285 movl FPU_accum_1,%eax 304 movl FPU_accum_1,%eax
|
Completed in 230 milliseconds