Searched refs:XsigH (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | div_Xsig.S | 37 #define XsigH(x) 8(x) define 93 testl $0x80000000, XsigH(%ebx) /* Divisor */ 116 movl XsigH(%esi),%eax 137 movl XsigH(%ebx),%ecx 153 mull XsigH(%ebx) /* mul by the ms dw of the denom */ 174 movl XsigH(%ebx),%edx 192 cmpl XsigH(%ebx),%edx 203 sbbl XsigH(%ebx),%edx 227 mull XsigH(%ebx) /* mul by the ms dw of the denom */ 256 movl XsigH( [all...] |
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | div_Xsig.S | 37 #define XsigH(x) 8(x) define 93 testl $0x80000000, XsigH(%ebx) /* Divisor */ 116 movl XsigH(%esi),%eax 137 movl XsigH(%ebx),%ecx 153 mull XsigH(%ebx) /* mul by the ms dw of the denom */ 174 movl XsigH(%ebx),%edx 192 cmpl XsigH(%ebx),%edx 203 sbbl XsigH(%ebx),%edx 227 mull XsigH(%ebx) /* mul by the ms dw of the denom */ 256 movl XsigH( [all...] |
Completed in 1 milliseconds