Home | History | Annotate | Download | only in amd64

Lines Matching refs:scan

29 #define scan		r13
191 /* register Bytef *scan = s->window + s->strstart; */
195 lea (%limit, %window), %scan
197 /* Determine how many bytes the scan ptr is off from being */
200 mov %scan, %scanalign
222 /* register ush scan_start = *(ushf*)scan; */
223 /* register ush scan_end = *(ushf*)(scan+best_len-1); */
226 movzwl (%scan), %scanstart
227 movzwl -1(%scan, %bestlen), %scanend
264 /* %scan is the string under scrutiny, and %prev to the string we */
272 lea MAX_MATCH_8(%scan, %scanalign), %prev
393 sub %scan, %rax
410 /* scan_end = *(ushf*)(scan+best_len-1); */
421 movzwl -1(%scan, %rax), %scanend