Home | History | Annotate | Download | only in masmx86

Lines Matching refs:For

1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86

4 ; for MASM. This is as assembly version of longest_match
11 ; For Visual C++ 4.x and higher and ML 6.x and higher
17 ; this longest_match was written by Brian raiter (1998), optimized for Pentium Pro
20 ; for using an assembly version of longest_match, you need define ASMV in project
26 ; note: contrib of zLib 1.2.3 and earlier contained both a deprecated version for
27 ; Pentium (prior Pentium Pro) and this version for Pentium Pro and modern processor
31 ; this file is not optimized for old pentium, but it compatible with all x86 32 bits
140 ;;; Offsets for fields in the deflate_state structure. These numbers
163 ;;; Written for zlib 1.1.2
169 ;; warranty. In no event will the authors be held liable for any damages
172 ;; Permission is granted to anyone to use this software for any purpose,
200 ;;; make room for our stack frame.
232 ;;; use the sign flag instead of the zero flag for the exit test.
233 ;;; It is then shifted into the high word, to make room for the wmask
355 ;;; Test the strings for equality, 8 bytes at a time. At the end,