Lines Matching refs:dl
50 L(2): movb (%eax,%esi), %dl /* load current char */
51 movb %dl, (%eax) /* and store it */
52 testb %dl, %dl /* was it NUL? */
55 movb 1(%eax,%esi), %dl /* load current char */
56 movb %dl, 1(%eax) /* and store it */
57 testb %dl, %dl /* was it NUL? */
60 movb 2(%eax,%esi), %dl /* load current char */
61 movb %dl, 2(%eax) /* and store it */
62 testb %dl, %dl /* was it NUL? */
65 movb 3(%eax,%esi), %dl /* load current char */
66 movb %dl, 3(%eax) /* and store it */
67 testb %dl, %dl /* was it NUL? */
80 movb (%eax,%esi), %dl /* load current char */
81 movb %dl, (%eax) /* and store it */
82 testb %dl, %dl /* was it NUL? */
89 movb (%eax,%esi), %dl /* load current char */
90 movb %dl, (%eax) /* and store it */
91 testb %dl, %dl /* was it NUL? */
98 movb (%eax,%esi), %dl /* load current char */
99 movb %dl, (%eax) /* and store it */
100 testb %dl, %dl /* was it NUL? */