Lines Matching full:ebx
44 ; 5 dword on top (ret,ebp,esi,edi,ebx)
132 ; saved ebx byte esp + 36
206 push ebx
224 mov ebx, [edx + dsGoodMatch]
225 cmp eax, ebx
227 mov ebx, [edx + dsMaxChainLen]
229 shr ebx, 2
237 dec ebx
238 shl ebx, 16
239 or ebx, eax
240 mov [chainlenwmask], ebx
245 mov ebx, [edx + dsLookahead]
246 cmp ebx, eax
248 mov ebx, eax
249 LookaheadLess: mov [nicematch], ebx
291 movzx ebx, word ptr [edi]
292 mov [scanstart], ebx
293 movzx ebx, word ptr [edi + eax - 1]
294 mov [scanend], ebx
317 ;;; ebx = scanend
332 cmp eax, ebx
401 mov ebx, [bestlen]
402 cmp eax, ebx
406 mov ebx, [scanend]
415 LongerMatch: mov ebx, [nicematch]
418 cmp eax, ebx
423 movzx ebx, word ptr [edi + eax - 1]
425 mov [scanend], ebx
440 mov ebx, [bestlen]
442 cmp ebx, eax
444 mov eax, ebx
450 pop ebx