Lines Matching refs:esp
27 movl 20(%esp), %ebx // Find the index i of the leading bit in b.
33 movl 16(%esp), %eax // Construct bhi, containing bits [1+i:32+i] of b
40 movl 12(%esp), %edx // Load the high and low words of a, and jump
41 movl 8(%esp), %eax // to [2] if the high word is larger than bhi
54 mull 20(%esp) // q*blo
55 movl 12(%esp), %ebx
56 movl 16(%esp), %ecx // ECX:EBX = a
59 movl 24(%esp), %eax
64 addl 20(%esp), %ebx // otherwise
65 adcl 24(%esp), %ecx // ECX:EBX = a - (q-1)*b = result
90 mull 20(%esp) // q*blo
91 movl 12(%esp), %ebx
92 movl 16(%esp), %ecx // ECX:EBX = a
95 movl 24(%esp), %eax
100 addl 20(%esp), %ebx // otherwise
101 adcl 24(%esp), %ecx // ECX:EBX = a - (q-1)*b = result
113 movl 12(%esp), %eax // Find qhi and rhi such that
114 movl 16(%esp), %ecx //
118 movl 8(%esp), %eax // Find rlo such that