Home | History | Annotate | Download | only in i386

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
41 movl 12(%esp), %edx // high word of b
42 movl 8(%esp), %eax // low word of b
49 movl %edx, 12(%esp)
50 movl %eax, 8(%esp) // store abs(a) back to stack
54 movl 24(%esp), %ebx // Find the index i of the leading bit in b.
60 movl 20(%esp), %eax // Construct bhi, containing bits [1+i:32+i] of b
67 movl 16(%esp), %edx // Load the high and low words of a, and jump
68 movl 12(%esp), %eax // to [2] if the high word is larger than bhi
81 mull 24(%esp) // q*blo
82 movl 16(%esp), %ebx
83 movl 20(%esp), %ecx // ECX:EBX = a
86 movl 28(%esp), %eax
91 addl 24(%esp), %ebx // otherwise
92 adcl 28(%esp), %ecx // ECX:EBX = a - (q-1)*b = result
121 mull 24(%esp) // q*blo
122 movl 16(%esp), %ebx
123 movl 20(%esp), %ecx // ECX:EBX = a
126 movl 28(%esp), %eax
131 addl 24(%esp), %ebx // otherwise
132 adcl 28(%esp), %ecx // ECX:EBX = a - (q-1)*b = result
147 movl 16(%esp), %eax // Find qhi and rhi such that
148 movl 20(%esp), %ecx //
152 movl 12(%esp), %eax // Find rlo such that