Searched refs:SIGL (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/math-emu/ |
A D | reg_u_div.S | 117 cmpl $0,SIGL(%ebx) 182 movl SIGL(%esi),%eax 202 cmpl SIGL(%ebx),%eax 209 subl SIGL(%ebx),%eax 255 movl SIGL(%ebx),%eax 278 cmpl SIGL(%ebx),%eax 284 subl SIGL(%ebx),%eax 337 movl SIGL(%ebx),%eax 368 cmpl SIGL(%ebx),%eax /* denom */ 373 subl SIGL(%ebx),%eax [all …]
|
A D | reg_u_mul.S | 72 movl SIGL(%esi),%eax 73 mull SIGL(%edi) 77 movl SIGL(%esi),%eax 84 mull SIGL(%edi)
|
A D | reg_norm.S | 33 movl SIGL(%ebx),%eax 56 movl %eax,SIGL(%ebx) 111 movl SIGL(%ebx),%eax 134 movl %eax,SIGL(%ebx)
|
A D | reg_u_add.S | 51 movl SIGL(%esi),%ebx 61 movl SIGL(%edi),%ebx 133 addl SIGL(%esi),%ebx
|
A D | reg_u_sub.S | 65 movl SIGL(%edi),%ebx /* register ls word */ 159 movl SIGL(%esi),%ecx 207 movl $0,SIGL(%edi)
|
A D | fpu_asm.h | 29 #define SIGL(x) SIGL_OFFSET##(x) macro
|
A D | reg_round.S | 121 movl SIGL(%edi),%ebx 411 movl %ebx,SIGL(%edi)
|
A D | wm_sqrt.S | 91 movl SIGL(%esi),%ecx
|
Completed in 8 milliseconds