Lines Matching refs:esp
30 movl 20(%esp), %edx // high word of b
31 movl 16(%esp), %eax // low word of b
38 movl %edx, 20(%esp)
39 movl %eax, 16(%esp) // store abs(b) back to stack
42 movl 12(%esp), %edx // high word of b
43 movl 8(%esp), %eax // low word of b
50 movl %edx, 12(%esp)
51 movl %eax, 8(%esp) // store abs(a) back to stack
55 movl 24(%esp), %ebx // Find the index i of the leading bit in b.
61 movl 20(%esp), %eax // Construct bhi, containing bits [1+i:32+i] of b
68 movl 16(%esp), %edx // Load the high and low words of a, and jump
69 movl 12(%esp), %eax // to [1] if the high word is larger than bhi
82 mull 24(%esp) // q*blo
83 movl 16(%esp), %ebx
84 movl 20(%esp), %ecx // ECX:EBX = a
87 movl 28(%esp), %eax
120 mull 24(%esp) // q*blo
121 movl 16(%esp), %ebx
122 movl 20(%esp), %ecx // ECX:EBX = a
125 movl 28(%esp), %eax
144 movl 16(%esp), %eax // Find qhi and rhi such that
145 movl 20(%esp), %ecx //
149 movl 12(%esp), %eax // Find qlo such that