Lines Matching refs:XsigH
37 #define XsigH(x) 8(x) macro
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(%ebx),%edx
290 movl XsigH(%ebx),%edx
298 cmpl XsigH(%ebx),%edx /* denom */
301 movl XsigH(%ebx),%edx
312 cmpl XsigH(%ebx),%edx /* denom */
316 subl XsigH(%ebx),%edx
325 divl XsigH(%ebx)
336 movl %eax,XsigH(%esi)