Home
last modified time | relevance | path

Searched refs:SIGH (Results 1 – 8 of 8) sorted by relevance

/arch/x86/math-emu/
Dreg_u_div.S111 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 …]
Dreg_u_mul.S62 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)
Dreg_u_add.S51 movl SIGH(%esi),%eax
61 movl SIGH(%edi),%eax
73 testl $0x80000000,SIGH(%esi)
133 adcl SIGH(%esi),%eax
Dreg_norm.S31 movl SIGH(%ebx),%edx
54 movl %edx,SIGH(%ebx)
108 movl SIGH(%ebx),%edx
131 movl %edx,SIGH(%ebx)
Dreg_u_sub.S52 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)
Dfpu_asm.h29 #define SIGH(x) 4(x) macro
Dreg_round.S119 movl SIGH(%edi),%eax
409 movl %eax,SIGH(%edi)
Dwm_sqrt.S89 movl SIGH(%esi),%eax