Lines Matching refs:edx
107 /* throughout the entire function. %edx will hold the pointer to the */
111 movl deflatestate(%esp), %edx
120 movl dsPrevLen(%edx), %eax
121 movl dsGoodMatch(%edx), %ebx
123 movl dsWMask(%edx), %eax
124 movl dsMaxChainLen(%edx), %ebx
141 movl dsNiceMatch(%edx), %eax
142 movl dsLookahead(%edx), %ebx
150 movl dsWindow(%edx), %esi
152 movl dsStrStart(%edx), %ebp
167 movl dsWSize(%edx), %eax
176 movl dsPrevLen(%edx), %eax
192 movl dsPrev(%edx), %edi
196 movl chainlenwmask(%esp), %edx
216 * %edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
222 andl %edx, %ecx
226 subl $0x00010000, %edx
238 movl %edx, chainlenwmask(%esp)
242 /* both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and %edx is */
249 movl $(-MAX_MATCH_8), %edx
254 * adjust %edx so that it is offset to the exact byte that mismatched.
268 movl (%esi,%edx), %eax
269 xorl (%edi,%edx), %eax
271 movl 4(%esi,%edx), %eax
272 xorl 4(%edi,%edx), %eax
274 addl $8, %edx
277 LeaveLoopCmps4: addl $4, %edx
280 addl $2, %edx
283 adcl $0, %edx
288 lea (%edi,%edx), %eax
297 movl deflatestate(%esp), %edx
302 movl dsPrev(%edx), %edi
304 movl chainlenwmask(%esp), %edx
314 movl %ecx, dsMatchStart(%edx)
321 movl dsPrev(%edx), %edi
323 movl chainlenwmask(%esp), %edx
328 LenMaximum: movl deflatestate(%esp), %edx
330 movl %ecx, dsMatchStart(%edx)
336 movl deflatestate(%esp), %edx
338 movl dsLookahead(%edx), %eax