Lines Matching refs:edx
63 movl (%esi),%edx
66 shldl %cl,%edx,%eax /* compute carry limb */
80 movl %edx,%ebp
83 movl -4(%esi),%edx
85 shldl %cl,%edx,%eax
91 shldl %cl,%ebp,%edx
93 movl %edx,-8(%edi)
96 movl -16(%esi),%edx
98 shldl %cl,%edx,%eax
99 shldl %cl,%ebp,%edx
101 movl %edx,-20(%edi)
104 movl -28(%esi),%edx
106 shldl %cl,%edx,%eax
121 shldl %cl,%eax,%edx
122 movl %edx,(%edi)
123 movl %eax,%edx
130 shll %cl,%edx /* compute least significant limb */
131 movl %edx,(%edi) /* store it */
162 movl (%esi),%edx
170 addl %edx,%edx
180 movl %edx,%ebp
183 movl 4(%esi),%edx
186 adcl %edx,%edx
192 movl %edx,8(%edi)
196 movl 16(%esi),%edx
198 adcl %edx,%edx
201 movl %edx,20(%edi)
204 movl 28(%esi),%edx
207 adcl %edx,%edx
223 movl %edx,%ebp
224 movl (%esi),%edx
225 adcl %edx,%edx
236 L(L1): movl %edx,(%edi) /* store last limb */