Searched refs:SIGL (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/x86/math-emu/ |
D | reg_u_div.S | 116 cmpl $0,SIGL(%ebx) 122 movl SIGL(%esi),%eax /* Dividend */ 181 movl SIGL(%esi),%eax 189 movl SIGL(%esi),%eax /* Get the current num */ 201 cmpl SIGL(%ebx),%eax 208 subl SIGL(%ebx),%eax 240 mull SIGL(%ebx) /* now mul the ls dw of the denom */ 254 movl SIGL(%ebx),%eax 277 cmpl SIGL(%ebx),%eax 283 subl SIGL(%ebx),%eax [all …]
|
D | reg_u_mul.S | 71 movl SIGL(%esi),%eax 72 mull SIGL(%edi) 76 movl SIGL(%esi),%eax 83 mull SIGL(%edi)
|
D | reg_norm.S | 32 movl SIGL(%ebx),%eax 55 movl %eax,SIGL(%ebx) 109 movl SIGL(%ebx),%eax 132 movl %eax,SIGL(%ebx)
|
D | reg_u_add.S | 50 movl SIGL(%esi),%ebx 60 movl SIGL(%edi),%ebx 132 addl SIGL(%esi),%ebx
|
D | reg_u_sub.S | 64 movl SIGL(%edi),%ebx /* register ls word */ 158 movl SIGL(%esi),%ecx 206 movl $0,SIGL(%edi)
|
D | fpu_asm.h | 28 #define SIGL(x) SIGL_OFFSET##(x) macro
|
D | reg_round.S | 120 movl SIGL(%edi),%ebx 410 movl %ebx,SIGL(%edi)
|
D | wm_sqrt.S | 90 movl SIGL(%esi),%ecx
|