Searched refs:SIGH (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/x86/math-emu/ |
D | reg_u_div.S | 112 testl $0x80000000, SIGH(%ebx) /* Divisor */ 121 movl SIGH(%ebx),%ecx /* The divisor */ 122 movl SIGH(%esi),%edx /* Dividend */ 184 movl SIGH(%esi),%eax 191 movl SIGH(%esi),%edx 198 cmpl SIGH(%ebx),%edx /* Test for imminent overflow */ 210 sbbl SIGH(%ebx),%edx /* Prevent the overflow */ 219 movl SIGH(%ebx),%ecx 235 mull SIGH(%ebx) /* mul by the ms dw of the denom */ 256 movl SIGH(%ebx),%edx [all …]
|
D | reg_u_mul.S | 63 testl $0x80000000,SIGH(%esi) 65 testl $0x80000000,SIGH(%edi) 78 mull SIGH(%edi) 83 movl SIGH(%esi),%eax 89 movl SIGH(%esi),%eax 90 mull SIGH(%edi)
|
D | reg_u_add.S | 52 movl SIGH(%esi),%eax 62 movl SIGH(%edi),%eax 74 testl $0x80000000,SIGH(%esi) 134 adcl SIGH(%esi),%eax
|
D | reg_norm.S | 32 movl SIGH(%ebx),%edx 55 movl %edx,SIGH(%ebx) 110 movl SIGH(%ebx),%edx 133 movl %edx,SIGH(%ebx)
|
D | reg_u_sub.S | 53 testl $0x80000000,SIGH(%edi) /* The args are assumed to be be normalized */ 56 testl $0x80000000,SIGH(%esi) 64 movl SIGH(%edi),%eax /* register ms word */ 162 movl SIGH(%esi),%ecx 208 movl $0,SIGH(%edi)
|
D | fpu_asm.h | 30 #define SIGH(x) 4(x) macro
|
D | reg_round.S | 120 movl SIGH(%edi),%eax 410 movl %eax,SIGH(%edi)
|
D | wm_sqrt.S | 90 movl SIGH(%esi),%eax
|
/linux-6.1.9/Documentation/networking/device_drivers/hamradio/ |
D | z8530drv.rst | 632 *SIGH!*
|