Lines Matching refs:dl
43 movb (%esi),%dl
44 movb %dl,(%eax) / move byte
45 cmpb %dh,%dl / is it the byte sought?
50 movb 1(%esi),%dl
51 movb %dl,1(%eax) / move byte
52 cmpb %dh,%dl / is it the byte sought?
57 movb 2(%esi),%dl
58 movb %dl,2(%eax) / move byte
59 cmpb %dh,%dl / is it the byte sought?
64 movb 3(%esi),%dl
65 movb %dl,3(%eax) / move byte
68 cmpb %dh,%dl / is it the byte sought?