Searched refs:SIGH (Results 1 – 8 of 8) sorted by relevance
/arch/x86/math-emu/ |
D | reg_u_div.S | 111 testl $0x80000000, SIGH(%ebx) /* Divisor */ 120 movl SIGH(%ebx),%ecx /* The divisor */ 121 movl SIGH(%esi),%edx /* Dividend */ 183 movl SIGH(%esi),%eax 190 movl SIGH(%esi),%edx 197 cmpl SIGH(%ebx),%edx /* Test for imminent overflow */ 209 sbbl SIGH(%ebx),%edx /* Prevent the overflow */ 218 movl SIGH(%ebx),%ecx 234 mull SIGH(%ebx) /* mul by the ms dw of the denom */ 255 movl SIGH(%ebx),%edx [all …]
|
D | reg_u_mul.S | 62 testl $0x80000000,SIGH(%esi) 64 testl $0x80000000,SIGH(%edi) 77 mull SIGH(%edi) 82 movl SIGH(%esi),%eax 88 movl SIGH(%esi),%eax 89 mull SIGH(%edi)
|
D | reg_u_add.S | 51 movl SIGH(%esi),%eax 61 movl SIGH(%edi),%eax 73 testl $0x80000000,SIGH(%esi) 133 adcl SIGH(%esi),%eax
|
D | reg_norm.S | 31 movl SIGH(%ebx),%edx 54 movl %edx,SIGH(%ebx) 108 movl SIGH(%ebx),%edx 131 movl %edx,SIGH(%ebx)
|
D | reg_u_sub.S | 52 testl $0x80000000,SIGH(%edi) /* The args are assumed to be be normalized */ 55 testl $0x80000000,SIGH(%esi) 63 movl SIGH(%edi),%eax /* register ms word */ 161 movl SIGH(%esi),%ecx 207 movl $0,SIGH(%edi)
|
D | fpu_asm.h | 29 #define SIGH(x) 4(x) macro
|
D | reg_round.S | 119 movl SIGH(%edi),%eax 409 movl %eax,SIGH(%edi)
|
D | wm_sqrt.S | 89 movl SIGH(%esi),%eax
|