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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A 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)
H A Dreg_u_div.S109 /* testl $0x80000000, SIGH(%esi) // Dividend */
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(
[all...]
H A Dfpu_asm.h30 #define SIGH(x) 4(x) macro
H A Dreg_norm.S31 movl SIGH(%ebx),%edx
54 movl %edx,SIGH(%ebx)
108 movl SIGH(%ebx),%edx
131 movl %edx,SIGH(%ebx)
H A Dreg_u_add.S51 movl SIGH(%esi),%eax
61 movl SIGH(%edi),%eax
73 testl $0x80000000,SIGH(%esi)
133 adcl SIGH(%esi),%eax
H A 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)
H A Dreg_round.S119 movl SIGH(%edi),%eax
409 movl %eax,SIGH(%edi)
H A Dwm_sqrt.S89 movl SIGH(%esi),%eax

Completed in 84 milliseconds