Lines Matching refs:esp
31 movl 20(%esp), %edx // high word of b
32 movl 16(%esp), %eax // low word of b
39 movl %edx, 20(%esp)
40 movl %eax, 16(%esp) // store abs(b) back to stack
43 movl 12(%esp), %edx // high word of b
44 movl 8(%esp), %eax // low word of b
51 movl %edx, 12(%esp)
52 movl %eax, 8(%esp) // store abs(a) back to stack
56 movl 24(%esp), %ebx // Find the index i of the leading bit in b.
62 movl 20(%esp), %eax // Construct bhi, containing bits [1+i:32+i] of b
69 movl 16(%esp), %edx // Load the high and low words of a, and jump
70 movl 12(%esp), %eax // to [1] if the high word is larger than bhi
83 mull 24(%esp) // q*blo
84 movl 16(%esp), %ebx
85 movl 20(%esp), %ecx // ECX:EBX = a
88 movl 28(%esp), %eax
121 mull 24(%esp) // q*blo
122 movl 16(%esp), %ebx
123 movl 20(%esp), %ecx // ECX:EBX = a
126 movl 28(%esp), %eax
145 movl 16(%esp), %eax // Find qhi and rhi such that
146 movl 20(%esp), %ecx //
150 movl 12(%esp), %eax // Find qlo such that