Home | History | Annotate | Download | only in i386

Lines Matching full:movl

30 	movl	 20(%esp),			%edx	// high word of b
31 movl 16(%esp), %eax // low word of b
32 movl %edx, %ecx
38 movl %edx, 20(%esp)
39 movl %eax, 16(%esp) // store abs(b) back to stack
40 movl %ecx, %esi // set aside sign of b
42 movl 12(%esp), %edx // high word of b
43 movl 8(%esp), %eax // low word of b
44 movl %edx, %ecx
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
81 movl %eax, %edi
83 movl 16(%esp), %ebx
84 movl 20(%esp), %ecx // ECX:EBX = a
87 movl 28(%esp), %eax
92 movl %edi, %eax
119 movl %eax, %edi
121 movl 16(%esp), %ebx
122 movl 20(%esp), %ecx // ECX:EBX = a
125 movl 28(%esp), %eax
130 movl %edi, %eax
144 movl 16(%esp), %eax // Find qhi and rhi such that
145 movl 20(%esp), %ecx //
148 movl %eax, %ebx //
149 movl 12(%esp), %eax // Find qlo such that
151 movl %ebx, %edx // rhi:alo = qlo*b + rlo with 0 ? rlo < b